diff --git a/java-accessapproval/README.md b/java-accessapproval/README.md index 47228c3e6baf..a844a712f02c 100644 --- a/java-accessapproval/README.md +++ b/java-accessapproval/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-accessapproval.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/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-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClient.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClient.java index fe6497da5e5f..7f4e814cd142 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClient.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminSettings.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminSettings.java index caea6c003dfe..e4fd904d48b5 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminSettings.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -177,7 +177,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AccessApprovalStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AccessApprovalStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/package-info.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/package-info.java index 03e883555379..646a200fddbf 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/package-info.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/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-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStub.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStub.java index a60858efc577..cbc6e6701985 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStub.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java index 29889c6e4693..7266385e462c 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -331,7 +331,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( @@ -340,7 +339,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-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalCallableFactory.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalCallableFactory.java index d96bdd5be9b2..ab2c28a55e72 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalCallableFactory.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java index 78306904b0c3..7aacdb8d85fb 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalCallableFactory.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalCallableFactory.java index 48a06099eacc..3ca30ceeb859 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalCallableFactory.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalStub.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalStub.java index cd62fe0a1475..e8e26a33fdf3 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalStub.java +++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/HttpJsonAccessApprovalStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientHttpJsonTest.java b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientHttpJsonTest.java index c43db0645d26..aa032221a9be 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientHttpJsonTest.java +++ b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientTest.java b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientTest.java index a94c5480bbdb..ea6aba9acaf9 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientTest.java +++ b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApproval.java b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApproval.java index 45d58db3be56..cd079e74f4cd 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApproval.java +++ b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApproval.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApprovalImpl.java b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApprovalImpl.java index bb1e05403e5b..191a0cf1498c 100644 --- a/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApprovalImpl.java +++ b/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApprovalImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalSettingsName.java b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalSettingsName.java index ebcb128684e8..c502a1044471 100644 --- a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalSettingsName.java +++ b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ApprovalRequestName.java b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ApprovalRequestName.java index b7ba18b8bb6e..df7b4d84b007 100644 --- a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ApprovalRequestName.java +++ b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ApprovalRequestName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/FolderName.java b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/FolderName.java index 43e4bd9971c5..6e6a33d29c2f 100644 --- a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/FolderName.java +++ b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/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-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/OrganizationName.java b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/OrganizationName.java index 20848cf8b5c3..e9483440c6c7 100644 --- a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/OrganizationName.java +++ b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/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-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ProjectName.java b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ProjectName.java index 09a613002138..9660e2ef0b0e 100644 --- a/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ProjectName.java +++ b/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/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-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/AsyncApproveApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/AsyncApproveApprovalRequest.java index f0e6e038ee89..35f7b2987e35 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/AsyncApproveApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/AsyncApproveApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/SyncApproveApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/SyncApproveApprovalRequest.java index 44a4952d539e..626b89298758 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/SyncApproveApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/approveapprovalrequest/SyncApproveApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider.java index 993074cdadf2..743ed9b237ba 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/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-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider1.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider1.java index 748351e3d2fb..cf7418d60882 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider1.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/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-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetEndpoint.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetEndpoint.java index dc79bf451ae3..9df8847a9866 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetEndpoint.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/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-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/AsyncDeleteAccessApprovalSettings.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/AsyncDeleteAccessApprovalSettings.java index c0179ba37322..8391d97ab96e 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/AsyncDeleteAccessApprovalSettings.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/AsyncDeleteAccessApprovalSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettings.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettings.java index 01ff395a5f1a..1afa91502b07 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettings.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsAccessapprovalsettingsname.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsAccessapprovalsettingsname.java index 05f93d1a5242..3630cc604e93 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsAccessapprovalsettingsname.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsAccessapprovalsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsString.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsString.java index fdfdd60326d9..cbf0bc4e4789 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsString.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/deleteaccessapprovalsettings/SyncDeleteAccessApprovalSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/AsyncDismissApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/AsyncDismissApprovalRequest.java index f2ce91745b39..c10b3a95c76d 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/AsyncDismissApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/AsyncDismissApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/SyncDismissApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/SyncDismissApprovalRequest.java index 39482d0c1ee8..29f3d99a0599 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/SyncDismissApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/dismissapprovalrequest/SyncDismissApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/AsyncGetAccessApprovalServiceAccount.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/AsyncGetAccessApprovalServiceAccount.java index f4172b779c05..d0c6c4a83c55 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/AsyncGetAccessApprovalServiceAccount.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/AsyncGetAccessApprovalServiceAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccount.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccount.java index 96ced3304876..351ae1cd1a11 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccount.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccountString.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccountString.java index 904e8aa0d6e8..c3acb74b426b 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccountString.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalserviceaccount/SyncGetAccessApprovalServiceAccountString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/AsyncGetAccessApprovalSettings.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/AsyncGetAccessApprovalSettings.java index 380fe5afc079..2dc0900a74a0 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/AsyncGetAccessApprovalSettings.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/AsyncGetAccessApprovalSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettings.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettings.java index 5422b3f576a6..ed6e4194d0cc 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettings.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsAccessapprovalsettingsname.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsAccessapprovalsettingsname.java index c0c7031d3400..6a7f48795c44 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsAccessapprovalsettingsname.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsAccessapprovalsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsString.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsString.java index 54dc67e422fc..a69f9c224ab5 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsString.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getaccessapprovalsettings/SyncGetAccessApprovalSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/AsyncGetApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/AsyncGetApprovalRequest.java index 3cffeceeb797..c69da3cbdaa0 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/AsyncGetApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/AsyncGetApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequest.java index b71608a37ea1..ab2dae299559 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestApprovalrequestname.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestApprovalrequestname.java index 51a61ae74fe6..72fcfd1b7ab9 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestApprovalrequestname.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestApprovalrequestname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestString.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestString.java index c8ab90538fe8..35991d111ccb 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestString.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/getapprovalrequest/SyncGetApprovalRequestString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/AsyncInvalidateApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/AsyncInvalidateApprovalRequest.java index e43753e1c9d0..b10688c71664 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/AsyncInvalidateApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/AsyncInvalidateApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/SyncInvalidateApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/SyncInvalidateApprovalRequest.java index ab2f9d541c3e..03273fad6e7a 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/SyncInvalidateApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/invalidateapprovalrequest/SyncInvalidateApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequests.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequests.java index 6f164aa07412..cf5d10a31644 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequests.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequests.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequestsPaged.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequestsPaged.java index 50b660c2a890..377df22dbf8f 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequestsPaged.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/AsyncListApprovalRequestsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequests.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequests.java index b8ea6c3b8248..daf1dbaf7ed6 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequests.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequests.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsFoldername.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsFoldername.java index 0285477093f0..a6ee1153c7a1 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsFoldername.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsFoldername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsOrganizationname.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsOrganizationname.java index 179096a9d48d..a38b58261ac0 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsOrganizationname.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsProjectname.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsProjectname.java index c7d8fa1e32aa..8b0905da1de1 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsProjectname.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsString.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsString.java index beaead6d4669..b447a8117adf 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsString.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/listapprovalrequests/SyncListApprovalRequestsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/AsyncUpdateAccessApprovalSettings.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/AsyncUpdateAccessApprovalSettings.java index b0a44be16c9b..9b78422ea46e 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/AsyncUpdateAccessApprovalSettings.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/AsyncUpdateAccessApprovalSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettings.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettings.java index cf4f5f0a3ddd..3c385862869c 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettings.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettingsAccessapprovalsettingsFieldmask.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettingsAccessapprovalsettingsFieldmask.java index 5e1bd3c20b78..bd9791ac2cc1 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettingsAccessapprovalsettingsFieldmask.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/updateaccessapprovalsettings/SyncUpdateAccessApprovalSettingsAccessapprovalsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapprovaladminsettings/getapprovalrequest/SyncGetApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapprovaladminsettings/getapprovalrequest/SyncGetApprovalRequest.java index c10f44ceda9b..ae68887cf714 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapprovaladminsettings/getapprovalrequest/SyncGetApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapprovaladminsettings/getapprovalrequest/SyncGetApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/stub/accessapprovalstubsettings/getapprovalrequest/SyncGetApprovalRequest.java b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/stub/accessapprovalstubsettings/getapprovalrequest/SyncGetApprovalRequest.java index adcd8b4d0a4b..e9b74837db96 100644 --- a/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/stub/accessapprovalstubsettings/getapprovalrequest/SyncGetApprovalRequest.java +++ b/java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/stub/accessapprovalstubsettings/getapprovalrequest/SyncGetApprovalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/README.md b/java-accesscontextmanager/README.md index acd89b68ab20..6d40984b58cf 100644 --- a/java-accesscontextmanager/README.md +++ b/java-accesscontextmanager/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-identity-accesscontextmanager.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.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-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java index f22ef9d2c88b..e0c258f4ca8e 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java index 52276ab6088a..9c3c2ae1346f 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -416,7 +416,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AccessContextManagerStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AccessContextManagerStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java index 6477d45f0578..7cb64381d426 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/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-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStub.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStub.java index 4f8292317da9..0fd9b051c7d1 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStub.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java index 9037637effdb..ebed5c970203 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -855,7 +855,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( @@ -864,7 +863,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-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerCallableFactory.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerCallableFactory.java index fc0e33d04b7b..a18b1bc8be5e 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerCallableFactory.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerStub.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerStub.java index 224c010d2662..bc4754047eb3 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerStub.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerCallableFactory.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerCallableFactory.java index 127249b1e0fe..6d496fc53fc6 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerCallableFactory.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java index 4946240afd52..18f53f1e7e08 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientHttpJsonTest.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientHttpJsonTest.java index 6e2169382503..c7a8d9c5bba7 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientHttpJsonTest.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientTest.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientTest.java index 689c7d43e2cf..6faa11d88caf 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientTest.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManager.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManager.java index 3c8545aadeb7..ee4b6ccc9739 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManager.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManagerImpl.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManagerImpl.java index d392d71321cd..4bf074080e4b 100644 --- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManagerImpl.java +++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/test/java/com/google/identity/accesscontextmanager/v1/MockAccessContextManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessLevelName.java b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessLevelName.java index 7bc7d6710080..74751bf1237b 100644 --- a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessLevelName.java +++ b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessLevelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessPolicyName.java b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessPolicyName.java index ead9e4613abd..4c74327c35ba 100644 --- a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessPolicyName.java +++ b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/AccessPolicyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/GcpUserAccessBindingName.java b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/GcpUserAccessBindingName.java index b995c6b87d85..5face2064a70 100644 --- a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/GcpUserAccessBindingName.java +++ b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/GcpUserAccessBindingName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/OrganizationName.java b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/OrganizationName.java index 1fa528b5151a..542311b01f21 100644 --- a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/OrganizationName.java +++ b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/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-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/ServicePerimeterName.java b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/ServicePerimeterName.java index 139c603639a0..c9f2dea2b0fa 100644 --- a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/ServicePerimeterName.java +++ b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/ServicePerimeterName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimeters.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimeters.java index 560ddc13c846..a8db5167aab8 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimeters.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimeters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimetersLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimetersLRO.java index 69d186db76b8..3947c7658600 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimetersLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/AsyncCommitServicePerimetersLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/SyncCommitServicePerimeters.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/SyncCommitServicePerimeters.java index 90be006fdc63..9843ab60e5cc 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/SyncCommitServicePerimeters.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/commitserviceperimeters/SyncCommitServicePerimeters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider.java index 1c7732e1cdb2..ac6f341f19c1 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider1.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider1.java index fbb8a3abfce1..2f947cbe6d55 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider1.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetEndpoint.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetEndpoint.java index c24aaea17ee7..9b0ee5f54768 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetEndpoint.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevel.java index f8d58e7f2fb7..5bcac5cca32a 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevelLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevelLRO.java index a980635bd998..c2d4a7a2cda2 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevelLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/AsyncCreateAccessLevelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevel.java index 2476747dc968..cf251b733d92 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelAccesspolicynameAccesslevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelAccesspolicynameAccesslevel.java index 0ab4bc68f1ca..99687c725380 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelAccesspolicynameAccesslevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelAccesspolicynameAccesslevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelStringAccesslevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelStringAccesslevel.java index 92f146de7e6d..b53f666ea32e 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelStringAccesslevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesslevel/SyncCreateAccessLevelStringAccesslevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicy.java index 34c53ec417b5..2d273bce4f7b 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicyLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicyLRO.java index eeb7d8b61061..fbc095ce85bd 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicyLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/AsyncCreateAccessPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/SyncCreateAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/SyncCreateAccessPolicy.java index 91da8599baa8..5dd3aa2015f1 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/SyncCreateAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createaccesspolicy/SyncCreateAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBinding.java index 6b89ec6755cc..851ea8ef63d9 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBindingLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBindingLRO.java index ce4cb6dc9b22..1ef5a7922be6 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBindingLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/AsyncCreateGcpUserAccessBindingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBinding.java index 937b99082653..75ab53c6831d 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingOrganizationnameGcpuseraccessbinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingOrganizationnameGcpuseraccessbinding.java index 8876a8f10db8..220b15052ac9 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingOrganizationnameGcpuseraccessbinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingOrganizationnameGcpuseraccessbinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingStringGcpuseraccessbinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingStringGcpuseraccessbinding.java index 92f02737f019..4362e7c1a18f 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingStringGcpuseraccessbinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/creategcpuseraccessbinding/SyncCreateGcpUserAccessBindingStringGcpuseraccessbinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeter.java index 24d9a8d73f64..fee8d3e6315a 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeterLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeterLRO.java index dc4a4f3a24ce..669a843087a6 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeterLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/AsyncCreateServicePerimeterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeter.java index a0dd48c47129..d32912848557 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterAccesspolicynameServiceperimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterAccesspolicynameServiceperimeter.java index 6a10abacd3a9..2f88ee4417ca 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterAccesspolicynameServiceperimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterAccesspolicynameServiceperimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterStringServiceperimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterStringServiceperimeter.java index 37f3f55835e5..1912f4b0e2f4 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterStringServiceperimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/createserviceperimeter/SyncCreateServicePerimeterStringServiceperimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevel.java index 18d8ad805a96..3515aeed468f 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevelLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevelLRO.java index cb58618caf1c..90956a710494 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevelLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/AsyncDeleteAccessLevelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevel.java index 888c46f89263..14925b511198 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelAccesslevelname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelAccesslevelname.java index 91b0c3c03f4f..50a380d6d365 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelAccesslevelname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelAccesslevelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelString.java index 4168d5f96193..725e89860fc0 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesslevel/SyncDeleteAccessLevelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicy.java index be6ab27e0b43..38acf22e2d55 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicyLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicyLRO.java index 65e5782f3f8a..fb4b54f85752 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicyLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/AsyncDeleteAccessPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicy.java index c063b73e9652..9a2a260213a9 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyAccesspolicyname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyAccesspolicyname.java index 3cfcce4cb2dc..6b49d1ea0fcb 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyAccesspolicyname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyAccesspolicyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyString.java index 03c5d272fd32..01cfce4e7cb9 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteaccesspolicy/SyncDeleteAccessPolicyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBinding.java index 89c166a7d9d7..a4a746f295fc 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBindingLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBindingLRO.java index ac38123c0f3c..bba147dac4ba 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBindingLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/AsyncDeleteGcpUserAccessBindingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBinding.java index 871d97e3739a..bbf69694876f 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingGcpuseraccessbindingname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingGcpuseraccessbindingname.java index d37faaa2e03e..a38b172d36eb 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingGcpuseraccessbindingname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingGcpuseraccessbindingname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingString.java index 9e4b9c0518d6..b65db4ab54d7 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deletegcpuseraccessbinding/SyncDeleteGcpUserAccessBindingString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeter.java index f3988283c6f3..5cfa03b951c6 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeterLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeterLRO.java index ddf16f496ceb..b35e99a019c6 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeterLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/AsyncDeleteServicePerimeterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeter.java index 7a3a11247ade..c21b28c2e95f 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterServiceperimetername.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterServiceperimetername.java index ab8c5069f2cd..9f951fa0aabf 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterServiceperimetername.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterServiceperimetername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterString.java index e9f47f836141..9f07933d5109 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/deleteserviceperimeter/SyncDeleteServicePerimeterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/AsyncGetAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/AsyncGetAccessLevel.java index a1061619144e..a3d3404a0081 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/AsyncGetAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/AsyncGetAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevel.java index 4c3130828d87..0b4f8ef4382d 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelAccesslevelname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelAccesslevelname.java index ef305f53cac1..53120ff55d3b 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelAccesslevelname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelAccesslevelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelString.java index 754e2c336707..123bf28d8434 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesslevel/SyncGetAccessLevelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/AsyncGetAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/AsyncGetAccessPolicy.java index d453a6d14634..65d70711863d 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/AsyncGetAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/AsyncGetAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicy.java index c646fc3dd072..d34b5884cde2 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyAccesspolicyname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyAccesspolicyname.java index 1da2eb3795c3..5394fd3d3360 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyAccesspolicyname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyAccesspolicyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyString.java index 8654ebeb0f4f..f3418fbbd1e6 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getaccesspolicy/SyncGetAccessPolicyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/AsyncGetGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/AsyncGetGcpUserAccessBinding.java index 589e18c04e95..fad7bb3f4dc8 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/AsyncGetGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/AsyncGetGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBinding.java index 83e073ed7c53..719cebe277e0 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingGcpuseraccessbindingname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingGcpuseraccessbindingname.java index 135ac615e8a6..06109d3cc7b2 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingGcpuseraccessbindingname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingGcpuseraccessbindingname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingString.java index 54fe7c58a478..af9981c6dd07 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getgcpuseraccessbinding/SyncGetGcpUserAccessBindingString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getiampolicy/AsyncGetIamPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getiampolicy/AsyncGetIamPolicy.java index 6b73ff970afc..7ea02e8f3ca8 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getiampolicy/AsyncGetIamPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getiampolicy/SyncGetIamPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getiampolicy/SyncGetIamPolicy.java index 122a66822e65..a5befcde04bf 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getiampolicy/SyncGetIamPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/AsyncGetServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/AsyncGetServicePerimeter.java index ccbcad8fe9c1..3527dd49aad6 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/AsyncGetServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/AsyncGetServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeter.java index 9ff820009d9b..16d9165eebcf 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterServiceperimetername.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterServiceperimetername.java index aa38041d1ee6..386180bbc30e 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterServiceperimetername.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterServiceperimetername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterString.java index 265e35376869..9b7ce8c40133 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/getserviceperimeter/SyncGetServicePerimeterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevels.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevels.java index 406120bdb1e4..53ddc73c6d40 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevels.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevelsPaged.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevelsPaged.java index e2de4295eb1f..6cc02fbacc59 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevelsPaged.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/AsyncListAccessLevelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevels.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevels.java index ba1045d66e06..570936239ea1 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevels.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsAccesspolicyname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsAccesspolicyname.java index 18f32aafa19b..3dbfb8172c4f 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsAccesspolicyname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsAccesspolicyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsString.java index ff27ed7e531f..2da2ff9edec5 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesslevels/SyncListAccessLevelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPolicies.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPolicies.java index f7119f731eb9..993799b06c10 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPolicies.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPoliciesPaged.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPoliciesPaged.java index e0d654df1b84..63fcbe38e393 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPoliciesPaged.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/AsyncListAccessPoliciesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/SyncListAccessPolicies.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/SyncListAccessPolicies.java index 427710897ad0..ecdff5223901 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/SyncListAccessPolicies.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listaccesspolicies/SyncListAccessPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindings.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindings.java index 9628931dde51..6635737eb353 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindings.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindingsPaged.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindingsPaged.java index 7f95bb7b4a91..329462c101b0 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindingsPaged.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/AsyncListGcpUserAccessBindingsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindings.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindings.java index ab7f1283d2c4..a4e9c63fa461 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindings.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsOrganizationname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsOrganizationname.java index 6ad48d743c42..e745e633c096 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsOrganizationname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsString.java index b253a0192f66..fc0a7ebfbb0b 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listgcpuseraccessbindings/SyncListGcpUserAccessBindingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimeters.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimeters.java index c5363902900f..a7443e919cae 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimeters.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimeters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimetersPaged.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimetersPaged.java index cb915d572281..f11ee411a104 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimetersPaged.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/AsyncListServicePerimetersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimeters.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimeters.java index 92d57faa5409..ba3ea349df7c 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimeters.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimeters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersAccesspolicyname.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersAccesspolicyname.java index 6de4abaad3dd..4e6923d08305 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersAccesspolicyname.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersAccesspolicyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersString.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersString.java index 2ad94ca282f6..d8dece7f56e9 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersString.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/listserviceperimeters/SyncListServicePerimetersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevels.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevels.java index 1aeb2236d885..b5f2721fec0a 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevels.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevelsLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevelsLRO.java index a8751e859172..bd31fa179360 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevelsLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/AsyncReplaceAccessLevelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/SyncReplaceAccessLevels.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/SyncReplaceAccessLevels.java index 0173922314d7..3267231905ff 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/SyncReplaceAccessLevels.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceaccesslevels/SyncReplaceAccessLevels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimeters.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimeters.java index 9a7dfb14895c..5970a689b777 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimeters.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimeters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimetersLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimetersLRO.java index e4982a4438ec..7313d1a96146 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimetersLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/AsyncReplaceServicePerimetersLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/SyncReplaceServicePerimeters.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/SyncReplaceServicePerimeters.java index 5b1ccaa43979..7d9ac0f14595 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/SyncReplaceServicePerimeters.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/replaceserviceperimeters/SyncReplaceServicePerimeters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/setiampolicy/AsyncSetIamPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/setiampolicy/AsyncSetIamPolicy.java index 45e0213da2d5..acce7d3fb366 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/setiampolicy/AsyncSetIamPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/setiampolicy/SyncSetIamPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/setiampolicy/SyncSetIamPolicy.java index 1735845caee4..19bc10d1ae65 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/setiampolicy/SyncSetIamPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/testiampermissions/AsyncTestIamPermissions.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/testiampermissions/AsyncTestIamPermissions.java index 114d4d365672..5f13e37a1dcc 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/testiampermissions/AsyncTestIamPermissions.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/testiampermissions/SyncTestIamPermissions.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/testiampermissions/SyncTestIamPermissions.java index 96bc374b8a9f..eb5437e1c417 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/testiampermissions/SyncTestIamPermissions.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/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-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevel.java index ee0bdaa1eb25..5d6450070576 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevelLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevelLRO.java index bd902a935d53..26a462c959cc 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevelLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/AsyncUpdateAccessLevelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevel.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevel.java index 203a4d93b584..0122b1340205 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevel.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevelAccesslevelFieldmask.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevelAccesslevelFieldmask.java index cdcf79b6e8df..67e22f0afb25 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevelAccesslevelFieldmask.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesslevel/SyncUpdateAccessLevelAccesslevelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicy.java index bba32262e4dd..0d6f4bcc51a4 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicyLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicyLRO.java index ebafa4cdf2ce..5f5bd722733d 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicyLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/AsyncUpdateAccessPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicy.java index 22b9015cbd82..285660a1720b 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicyAccesspolicyFieldmask.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicyAccesspolicyFieldmask.java index 3298b59f0cd7..054aaff5149c 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicyAccesspolicyFieldmask.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateaccesspolicy/SyncUpdateAccessPolicyAccesspolicyFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBinding.java index 0f9f69c591ef..9108c5f5d4c4 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBindingLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBindingLRO.java index 919eec8ea910..40535ce03278 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBindingLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/AsyncUpdateGcpUserAccessBindingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBinding.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBinding.java index eba43a121445..39f38e0be619 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBinding.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBindingGcpuseraccessbindingFieldmask.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBindingGcpuseraccessbindingFieldmask.java index 07936f89bbc2..09402ec232ea 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBindingGcpuseraccessbindingFieldmask.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updategcpuseraccessbinding/SyncUpdateGcpUserAccessBindingGcpuseraccessbindingFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeter.java index 9b8c4793c00e..2ce563643e29 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeterLRO.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeterLRO.java index f36b915dff76..c3a78351e142 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeterLRO.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/AsyncUpdateServicePerimeterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeter.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeter.java index 623be0a592be..d8938e7de59f 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeter.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeterServiceperimeterFieldmask.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeterServiceperimeterFieldmask.java index fb50957811f1..bb32b7742862 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeterServiceperimeterFieldmask.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/updateserviceperimeter/SyncUpdateServicePerimeterServiceperimeterFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanagersettings/getaccesspolicy/SyncGetAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanagersettings/getaccesspolicy/SyncGetAccessPolicy.java index fd3f22df5f58..6357887d0c53 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanagersettings/getaccesspolicy/SyncGetAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanagersettings/getaccesspolicy/SyncGetAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/stub/accesscontextmanagerstubsettings/getaccesspolicy/SyncGetAccessPolicy.java b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/stub/accesscontextmanagerstubsettings/getaccesspolicy/SyncGetAccessPolicy.java index 4eeae98db222..bf5dff7e25b8 100644 --- a/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/stub/accesscontextmanagerstubsettings/getaccesspolicy/SyncGetAccessPolicy.java +++ b/java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/stub/accesscontextmanagerstubsettings/getaccesspolicy/SyncGetAccessPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/README.md b/java-advisorynotifications/README.md index ecda8eb2a737..936160a5c787 100644 --- a/java-advisorynotifications/README.md +++ b/java-advisorynotifications/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-advisorynotifications/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-advisorynotifications.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.23.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.24.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-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClient.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClient.java index 8659b47e6ffd..ad9cd85f8328 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClient.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceSettings.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceSettings.java index a1c57cc18e07..ef8ab9dc6f7d 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceSettings.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AdvisoryNotificationsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AdvisoryNotificationsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/package-info.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/package-info.java index adf31fc6741e..bbc3b11e7a3a 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/package-info.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/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-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStub.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStub.java index 03d1f9e05187..66dbea63d193 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStub.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStubSettings.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStubSettings.java index cfe10a18e1af..28ace3204b67 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStubSettings.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/AdvisoryNotificationsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -270,7 +270,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( @@ -280,7 +279,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-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceCallableFactory.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceCallableFactory.java index 14f85da8d80a..2ba72e0f7480 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceCallableFactory.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceStub.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceStub.java index 6798c30ad6ae..84119705722c 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceStub.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceCallableFactory.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceCallableFactory.java index 8dd6ae502b0e..a54f3a82ce95 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceCallableFactory.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceStub.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceStub.java index 0988de592d4e..36acb0a63b6c 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceStub.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/HttpJsonAdvisoryNotificationsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientHttpJsonTest.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientHttpJsonTest.java index ce55b9b74af1..f769ca153317 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientHttpJsonTest.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientTest.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientTest.java index a4403d2866be..70efe2ad1f48 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientTest.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/AdvisoryNotificationsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsService.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsService.java index e44be50e91de..a09550bb225d 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsService.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsServiceImpl.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsServiceImpl.java index cbf3e60bea61..ae02970ba4ae 100644 --- a/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsServiceImpl.java +++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/MockAdvisoryNotificationsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/LocationName.java b/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/LocationName.java index 0c893449a343..a55c3a33470c 100644 --- a/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/LocationName.java +++ b/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/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-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/NotificationName.java b/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/NotificationName.java index 99c8ded62a5d..5fc90ebf1b3b 100644 --- a/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/NotificationName.java +++ b/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/NotificationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/SettingsName.java b/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/SettingsName.java index 7621584d0d09..5dca8c57431f 100644 --- a/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/SettingsName.java +++ b/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/SettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetCredentialsProvider.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetCredentialsProvider.java index b753ce1ed631..57843fc0e152 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/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-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetCredentialsProvider1.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetCredentialsProvider1.java index 23e54a36ddcc..99470502a925 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/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-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetEndpoint.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetEndpoint.java index 8a240fffad11..d193b5ed58da 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/create/SyncCreateSetEndpoint.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/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-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/AsyncGetNotification.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/AsyncGetNotification.java index 4e24d0e02d4d..c732fb885273 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/AsyncGetNotification.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/AsyncGetNotification.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotification.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotification.java index 0621b62a60c8..41d8d11eb0c2 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotification.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotification.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationNotificationname.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationNotificationname.java index 5a0d8fe7d6c9..f8c055c34f01 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationNotificationname.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationNotificationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationString.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationString.java index 85d72ded6607..3ba2ef321785 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationString.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getnotification/SyncGetNotificationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/AsyncGetSettings.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/AsyncGetSettings.java index 072ae867e67d..fe38d5780a69 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/AsyncGetSettings.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/AsyncGetSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettings.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettings.java index cfeb11b382a4..a0e991267a09 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettings.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsSettingsname.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsSettingsname.java index 042cac2ec9aa..00fc3e3bb46b 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsSettingsname.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsSettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsString.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsString.java index 4f5fb6bc3aa0..695337e5627c 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsString.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/getsettings/SyncGetSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotifications.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotifications.java index 3ed04c7e7f57..26bbca57ecb3 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotifications.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotifications.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotificationsPaged.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotificationsPaged.java index f43dd4304af1..c33601f062e1 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotificationsPaged.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/AsyncListNotificationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotifications.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotifications.java index e561d2c64ee1..d324b64f67b3 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotifications.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotifications.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsLocationname.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsLocationname.java index f4cddd4160ee..861dd1372787 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsLocationname.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsString.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsString.java index ca3337f4570b..c1e4de8b7164 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsString.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/listnotifications/SyncListNotificationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/AsyncUpdateSettings.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/AsyncUpdateSettings.java index 6c6a9a6144fe..707a368e0703 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/AsyncUpdateSettings.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/AsyncUpdateSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettings.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettings.java index cc45017d76a6..33fce1be2880 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettings.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettingsSettings.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettingsSettings.java index 89506be89fad..ac9bdfca1d30 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettingsSettings.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservice/updatesettings/SyncUpdateSettingsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservicesettings/getnotification/SyncGetNotification.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservicesettings/getnotification/SyncGetNotification.java index bf550b6fec23..f38b9118dcbc 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservicesettings/getnotification/SyncGetNotification.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/advisorynotificationsservicesettings/getnotification/SyncGetNotification.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/stub/advisorynotificationsservicestubsettings/getnotification/SyncGetNotification.java b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/stub/advisorynotificationsservicestubsettings/getnotification/SyncGetNotification.java index 82fc5442d53f..75a065ad7ae4 100644 --- a/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/stub/advisorynotificationsservicestubsettings/getnotification/SyncGetNotification.java +++ b/java-advisorynotifications/samples/snippets/generated/com/google/cloud/advisorynotifications/v1/stub/advisorynotificationsservicestubsettings/getnotification/SyncGetNotification.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceClient.java index b284351f6d31..a133c1e85ef5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceSettings.java index b1f387ae364d..956164bc3a67 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,6 @@ import static com.google.cloud.aiplatform.v1.DatasetServiceClient.SearchDataItemsPagedResponse; 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; @@ -305,7 +304,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DatasetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DatasetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClient.java index f74a1ab9c04c..ee7bd1558d2d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceSettings.java index fff1fc27f03f..5dcb218d6447 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse; 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; @@ -208,7 +207,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DeploymentResourcePoolServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DeploymentResourcePoolServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceClient.java index 5fd35e4d7f6d..8b555b35372c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceSettings.java index deec22c4ffc2..3b35cec641c5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.EndpointServiceClient.ListLocationsPagedResponse; 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; @@ -224,7 +223,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EndpointServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EndpointServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClient.java index 3ec6b3962fb5..3b577b0d12ca 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceSettings.java index 3467299c04d1..fc6f5ed023fd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse; 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; @@ -297,7 +296,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FeatureOnlineStoreAdminServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeatureOnlineStoreAdminServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClient.java index 081da9a78693..5ea8310e5521 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceSettings.java index f33e69b4d77e..ad0be5cfe18d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.FeatureOnlineStoreServiceClient.ListLocationsPagedResponse; 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; @@ -159,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FeatureOnlineStoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeatureOnlineStoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClient.java index caf7e2d3194a..1b17f4a12b37 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceSettings.java index 8a9bd99744b4..0163a4232c02 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.FeatureRegistryServiceClient.ListLocationsPagedResponse; 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; @@ -247,7 +246,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FeatureRegistryServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeatureRegistryServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClient.java index 82e412dc199d..6858730bb8ad 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceSettings.java index 30e3a856d791..b02578f232f1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.FeaturestoreOnlineServingServiceClient.ListLocationsPagedResponse; 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; @@ -173,7 +172,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FeaturestoreOnlineServingServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeaturestoreOnlineServingServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClient.java index 434407b6f6ec..ceda54d03a9e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceSettings.java index 3bdb116c49a9..bd2fbe1282cd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.FeaturestoreServiceClient.SearchFeaturesPagedResponse; 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; @@ -365,7 +364,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FeaturestoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeaturestoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClient.java index 2bc34cd8b7aa..37762702cce0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceSettings.java index df1ff806e12d..39e1a32ebbf9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.IndexEndpointServiceClient.ListLocationsPagedResponse; 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; @@ -231,7 +230,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IndexEndpointServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IndexEndpointServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceClient.java index faf5cf643c71..3615ef6c8cfd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceSettings.java index bdb67df8aada..6689a3ba05d8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/IndexServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.IndexServiceClient.ListLocationsPagedResponse; 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; @@ -203,7 +202,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IndexServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IndexServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java index 1441ec2b64c1..5b240dde71eb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceSettings.java index 1be86faa8cfb..75424c753a3a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,6 @@ import static com.google.cloud.aiplatform.v1.JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPagedResponse; 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; @@ -427,7 +426,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return JobServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return JobServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClient.java index 13cb41830343..efac6de1eaf9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceSettings.java index e7f9aefd8d59..f550fc4e3e05 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.LlmUtilityServiceClient.ListLocationsPagedResponse; 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; @@ -154,7 +153,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return LlmUtilityServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return LlmUtilityServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceClient.java index 021cc11166e6..12e0e8f9e414 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceSettings.java index b93317feacff..bc8027d4c39d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MatchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.MatchServiceClient.ListLocationsPagedResponse; 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; @@ -154,7 +153,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MatchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MatchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceClient.java index 73806d404081..3c39d6e93466 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceSettings.java index 460fe3d01bd3..e92c40496d6d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,6 @@ import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListMetadataStoresPagedResponse; 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; @@ -383,7 +382,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MetadataServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MetadataServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceClient.java index 124660f81782..b3f585d3640e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceSettings.java index 0bbd2a43c98b..3abfea9a15e3 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.MigrationServiceClient.SearchMigratableResourcesPagedResponse; 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; @@ -172,7 +171,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MigrationServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MigrationServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClient.java index 8f0acf31b385..0db52ee8f388 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceSettings.java index a2b63a4494f2..6889e152de51 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelGardenServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.ModelGardenServiceClient.ListLocationsPagedResponse; 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; @@ -150,7 +149,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ModelGardenServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ModelGardenServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceClient.java index 0718418f880e..7c8169470903 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceSettings.java index 274770ea1cc1..604c55ba77d2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.ModelServiceClient.ListModelsPagedResponse; 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; @@ -302,7 +301,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ModelServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ModelServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceClient.java index 76dc33e40977..5d4b1065fd2e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceSettings.java index 4f603bc7c191..c3df407c6099 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.PipelineServiceClient.ListTrainingPipelinesPagedResponse; 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; @@ -221,7 +220,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PipelineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PipelineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java index f82ae404d7e2..9c31c46a6cb5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceSettings.java index 2a1368b108a4..451a7f8d1e05 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PredictionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.HttpBody; 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; @@ -220,7 +219,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PredictionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PredictionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceClient.java index b225cba93c61..bacab9a50d96 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceSettings.java index 22465dbd45c7..2bedcdeb303b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ScheduleServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.ScheduleServiceClient.ListSchedulesPagedResponse; 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; @@ -190,7 +189,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ScheduleServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ScheduleServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClient.java index 03b337efecf8..c3dcf348de84 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceSettings.java index d3b33520ea93..582364e72ea9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.SpecialistPoolServiceClient.ListSpecialistPoolsPagedResponse; 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; @@ -199,7 +198,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SpecialistPoolServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SpecialistPoolServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceClient.java index 1582ef1fdb8b..3aa69a418697 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceSettings.java index 070310c699ee..d2b936e14d5e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/TensorboardServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,6 @@ import static com.google.cloud.aiplatform.v1.TensorboardServiceClient.ListTensorboardsPagedResponse; 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; @@ -401,7 +400,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TensorboardServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TensorboardServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceClient.java index 19cd27f04029..3b9ea34c4c75 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceSettings.java index 24e619f5fc00..fd529842d7d9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/VizierServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.aiplatform.v1.VizierServiceClient.ListTrialsPagedResponse; 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; @@ -243,7 +242,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VizierServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VizierServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/package-info.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/package-info.java index b2c649a4de3b..649cd948a3a6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/package-info.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStub.java index 57fdc4e2a294..e2bb28a83059 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStubSettings.java index cbb59aeccd92..a2b26155310e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DatasetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -849,7 +849,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStub.java index 320f05bc2b1a..6713d106e179 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStubSettings.java index 1756992cfc58..2b0fddb9013f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/DeploymentResourcePoolServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -484,7 +484,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStub.java index 4b968be43a6d..3c77141dfcbc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStubSettings.java index 616f370ec1d0..e35190fe34f7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/EndpointServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -434,7 +434,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStub.java index b9f3c45363b5..2877c14bae3f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStubSettings.java index 729e25a71f62..83d1d19663b6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreAdminServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -661,7 +661,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStub.java index 46618f6527c8..1a6a67f23b67 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStubSettings.java index a0bdbcd5599e..a632a520cf1c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureOnlineStoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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; @@ -274,7 +273,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStub.java index 976b357bc056..c238b0289c28 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStubSettings.java index 316d1efb31a3..99af3bc5e8c7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeatureRegistryServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -515,7 +515,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStub.java index f4ec68315edc..8e6b0150ae47 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStubSettings.java index e1ca9ba95d93..346dc2175225 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreOnlineServingServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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; @@ -286,7 +285,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStub.java index 12267b65379c..15852fd8bac1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStubSettings.java index 3441236ef70e..0c75bb306885 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/FeaturestoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -810,7 +810,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceCallableFactory.java index bb5994ace3d8..351f1bb2ccba 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceStub.java index 815f93c6dc4c..6a0c05a7727b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDatasetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java index 8c851cd32b35..ef8be1b72bd0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceStub.java index a4343d5a3384..7870c2cb3a23 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcDeploymentResourcePoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceCallableFactory.java index 95826f508b91..121ccd01efa0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceStub.java index 8f1545b4ba78..5cba25ef2c79 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcEndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java index c766bc9267ad..9ce81fda0ae5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java index 776772129885..70d965834908 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java index edd5c6e9cd83..b59e266cca04 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceStub.java index c40d3b792653..d27ad06b6517 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureOnlineStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceCallableFactory.java index d4f8bdfd2d77..748b87863841 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceStub.java index 527e2324ec75..0b163aaf25cb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeatureRegistryServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java index 9fe7c01ef0cc..50307c207604 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceStub.java index a93f919997a9..0c2a28f744df 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreOnlineServingServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceCallableFactory.java index 448f512a9d16..4912b6d13233 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceStub.java index 244dd7955b4a..23723d2a37b7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcFeaturestoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceCallableFactory.java index a76f46877301..d284c24a6a6b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceStub.java index ac68e436d461..afe8a37e1557 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexEndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceCallableFactory.java index 7ebe3743e39d..b4f0a09111f5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceStub.java index a45b5cf9dbaf..86866e31308e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcIndexServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceCallableFactory.java index df659c272b70..e02d02a873bd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceStub.java index b95af159ba1c..e826730c3be9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcJobServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceCallableFactory.java index 1fc200d96c4e..65dc85ac48db 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceStub.java index c676260de69e..7dfab6552410 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcLlmUtilityServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceCallableFactory.java index d1125e8884db..85bbe2c3595b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceStub.java index 595227b1a194..e60c12cb3ea6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMatchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceCallableFactory.java index d2f399527336..726db306b149 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceStub.java index 5def8ede425c..2c0108f90d99 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMetadataServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceCallableFactory.java index 2ea44f40e0c2..04080e0775aa 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceStub.java index de1af94ac49b..6e4b70f42c1c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcMigrationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceCallableFactory.java index 60aa6a0f52cd..9bcc4cbbf9ae 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceStub.java index afbce34db445..a2c7cb359078 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelGardenServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceCallableFactory.java index f325ed73a4e6..8c96c5a9ed65 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceStub.java index 71d5a56ce28b..bc890e26faec 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcModelServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceCallableFactory.java index b89fac957d29..d61f4ebd4288 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceStub.java index c15f9154e754..98d7a17a680a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPipelineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceCallableFactory.java index 83933f3a3c54..02e5bc2babbc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceStub.java index 3ada6d2802ef..17d0c9562206 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcPredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceCallableFactory.java index fda95b853ae6..76df5ff9dfef 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceStub.java index 55f47890a55a..c4d7b0973cbb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcScheduleServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceCallableFactory.java index 2bb76e9dad59..9dff326e92b2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceStub.java index da444457b922..6f9ed121773d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcSpecialistPoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceCallableFactory.java index 651db0d15ae7..9b51b82d6ec9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceStub.java index 56c06119243e..26d3206f49e2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcTensorboardServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceCallableFactory.java index 9cbcf5abe726..cf785e5c1cc6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceStub.java index 16cbe1d156e6..93d1601e2cd1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/GrpcVizierServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStub.java index 39ce52f59266..7854a000414b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStubSettings.java index 617b5efb2c23..ea89a365f757 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexEndpointServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStub.java index 8f3de721fb5d..dc61ec6cd5ae 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStubSettings.java index c1c9a4cad779..eb54bd3b777c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/IndexServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStub.java index 69e8ef597c87..0e27bcbf6c28 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStubSettings.java index 7d15e3d63b5b..c31f9fb72b2e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/JobServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1243,7 +1243,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStub.java index 6b3d1dedc3a3..9f4b4482acff 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStubSettings.java index 763a2edf8449..d7d0eefefa27 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/LlmUtilityServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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; @@ -270,7 +269,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStub.java index 93615f19c2cc..97583a340ff8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStubSettings.java index e013c382a829..b3f4255b6396 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MatchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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; @@ -271,7 +270,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStub.java index fbf947cdca41..54c556af9d7d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStubSettings.java index 2b8dcae86ffe..60bc047d54d6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MetadataServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -906,7 +906,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStub.java index bf12181f67b9..96e38c32b4ff 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStubSettings.java index bdddc5036939..2fac065ed91b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/MigrationServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStub.java index f817f5eef147..6cd36a6c13e5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStubSettings.java index 3dc44a4cab3c..461710dfd032 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelGardenServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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; @@ -262,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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStub.java index f4ec0e05e18b..65770724024c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStubSettings.java index 21f997fc9abc..1aac500e1412 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ModelServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -755,7 +755,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStub.java index 1ce68c019bc0..f3d02c89b9e5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStubSettings.java index e7c086f4f453..f952358a72dd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PipelineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -495,7 +495,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStub.java index 2e29679c2d19..b70235a84025 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStubSettings.java index a8e557afbb74..ff14b1d38833 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/PredictionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.HttpBody; 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; @@ -372,7 +371,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStub.java index 75209f89ba84..60b441f326c9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStubSettings.java index 7b12e863266e..a80b1e97ee8b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/ScheduleServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStub.java index a9aac7437092..0d9cf08798ff 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStubSettings.java index 9c628348739b..ab4b8c6847ff 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/SpecialistPoolServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStub.java index 56c2df3e9ab1..9a5ffa3e9d6a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStubSettings.java index 4f5a43a9b512..109ad61d7172 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/TensorboardServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -994,7 +994,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStub.java index 47bc972d9951..9d696a7db6e7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStubSettings.java index bef841e5debc..2b2c14dafc53 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/VizierServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClient.java index 74c68f8109a0..4a2e7b7e01f8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceSettings.java index 2dea55f20740..84d01b2f1977 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -306,7 +306,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DatasetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DatasetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClient.java index f14eb6db72d6..aac2003de6f1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceSettings.java index 34d5cea366c1..dd124b5494d9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 DeploymentResourcePoolServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DeploymentResourcePoolServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClient.java index fb2782d3bb5f..fa557cf11c43 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceSettings.java index fd1f03c37f72..70589d79de5e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 EndpointServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EndpointServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClient.java index a4cb51ccc08c..fc5c33fe731b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceSettings.java index 9b57819cd87b..74c02d808eb5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 FeatureOnlineStoreAdminServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeatureOnlineStoreAdminServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClient.java index d5c8c0b5981e..aa33e996a4dc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceSettings.java index b2b7804c43f8..89653adfc88f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 FeatureOnlineStoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeatureOnlineStoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClient.java index 4e176ae86514..8a1b50eb2630 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceSettings.java index 0d239dffc9f3..2612f4083b29 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 FeatureRegistryServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeatureRegistryServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClient.java index a3bdc1e6388c..541f6e5350d5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceSettings.java index e3b2907f884c..2cb9ff013245 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 FeaturestoreOnlineServingServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeaturestoreOnlineServingServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClient.java index 7bb895a12dc4..e5e399ac2801 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceSettings.java index 6c02ef174617..f892dad3c37c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 FeaturestoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FeaturestoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClient.java index 1853fdbb0fde..1a5fcb68793b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceSettings.java index fc92f863b2af..fa2861681b8e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -232,7 +232,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IndexEndpointServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IndexEndpointServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClient.java index a5f0bb5fd61e..3291ba565c66 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceSettings.java index 6de3aa118497..b56812dae1d6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 IndexServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IndexServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java index 16b8f7725c33..062b4d00e8c5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceSettings.java index a4a863c10ff0..c19b5a0fbec0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -428,7 +428,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return JobServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return JobServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClient.java index 1f7e06344e59..c318d682fcd8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceSettings.java index 7fd8418aa2ab..3ffdf8eceaa9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -150,7 +150,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return LlmUtilityServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return LlmUtilityServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClient.java index c14e4fb1c413..9331d77266bf 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceSettings.java index 3a08b08046a0..391264da7816 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MatchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 MatchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MatchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClient.java index b01040f877cc..116a336fa820 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceSettings.java index 9ffaa36a814a..23b06a8597c7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 MetadataServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MetadataServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClient.java index 271f7f16a4ee..451587f1d7af 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceSettings.java index 684c19fdbd39..b8f1e9ce636b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 MigrationServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MigrationServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClient.java index bd248e0baf2c..8292270f156a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceSettings.java index cdc7b927de6d..2547bfbc895d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 ModelGardenServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ModelGardenServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClient.java index 2e20924425eb..a206089682f9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceSettings.java index 6c11f59d91f5..df4659e5733e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 ModelServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ModelServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClient.java index e2022402053f..cd2c570e1c4d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceSettings.java index 709708be13a7..ae26aa74efed 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -216,7 +216,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PersistentResourceServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PersistentResourceServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClient.java index 3ac13ffaa9b1..4139936ba0ef 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceSettings.java index 7ec564c85693..f42fc62eefde 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -252,7 +252,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PipelineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PipelineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClient.java index b66e1df1a7f4..dc67889add4a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceSettings.java index ae1916e61067..1ff8ee1b12cd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -221,7 +221,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PredictionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PredictionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClient.java index c9fc724ace5a..9871ad2bda72 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceSettings.java index 86caa8090ce9..3c6f677f9bd1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -191,7 +191,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ScheduleServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ScheduleServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClient.java index bbb8215aa568..cfa7c55e04cb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceSettings.java index cc0ce1a95dec..b1a71ede8b29 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 SpecialistPoolServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SpecialistPoolServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClient.java index 56721f3c6a05..8f1e3bf8ed78 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceSettings.java index 8ee2b025db93..a62176cf65cb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -402,7 +402,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TensorboardServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TensorboardServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClient.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClient.java index 7a866c353821..d0a21c388138 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClient.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceSettings.java index 9fe1993546ba..a6bf15a38c05 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/VizierServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 VizierServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VizierServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/package-info.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/package-info.java index b70929913969..0c6ecfb583eb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/package-info.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStub.java index c13a6bfab9c7..d47c26017223 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStubSettings.java index 9b563ac58fbb..5cbf0c8408ec 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DatasetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -850,7 +850,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStub.java index f0aecf40fe2d..3cf1a6513a3f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStubSettings.java index 32c88ef13b7f..33d9e644e2b2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/DeploymentResourcePoolServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -485,7 +485,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStub.java index 3715c5296d53..c9dc2398f557 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStubSettings.java index b27c43c46bea..12ec4b4458fc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/EndpointServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStub.java index f8723fa968b6..8b80450c14c0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStubSettings.java index bd6c5e2bffbf..6f5f924d9543 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreAdminServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -662,7 +662,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStub.java index aa8a300fffee..5b58f415465c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStubSettings.java index 6ca828f52150..8c5bc3b478bf 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -275,7 +275,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStub.java index 32cb26c6bf82..dcd9e25eca5a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStubSettings.java index aaab1c66b2be..56b3c9511947 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureRegistryServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -516,7 +516,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStub.java index 3d85af13240b..189f85dd390b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStubSettings.java index f9d03dffb5f7..2ee54feae5ac 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreOnlineServingServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStub.java index 47382bd187ab..e5c6819034f5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStubSettings.java index 419ae4e307c4..e1e1e8bb9963 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeaturestoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -811,7 +811,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceCallableFactory.java index 832a3ea8a870..65881101e681 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceStub.java index 57c48cf6cd6c..31df7badca2a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDatasetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java index f63711a14eb7..e928fffcd4b0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceStub.java index 49cc59b76a3e..913242e9edc8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcDeploymentResourcePoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceCallableFactory.java index d3bdefdaf8d7..4351c322c7a9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceStub.java index 970b0f813f76..2b4a4425ce15 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcEndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java index fa8a731b5d3f..1aea6009d80d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java index 1118a3518580..195521d90b0f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java index 0371c7ca6a73..cfc47ec9a629 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceStub.java index 023d56d8b92b..8f591dd44f64 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceCallableFactory.java index 406cb9b76f26..e297742d4f45 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceStub.java index b5d2ac3aeaa7..03d20d1d00cb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureRegistryServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java index b8611bc9c386..02bf26b86797 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceStub.java index 495bdb77b83f..052cd96291ac 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreOnlineServingServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceCallableFactory.java index 9a407d879856..6dd8af40b546 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceStub.java index 880c3075b3f0..3b18f894ae19 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeaturestoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceCallableFactory.java index ac43c54e837c..0d6dade74818 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceStub.java index 0e0278b8e4de..6aa30b9bc7f2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexEndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceCallableFactory.java index bf72ada4b8c3..ffb35f7ffeeb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceStub.java index 78735c6e247e..ff24e1072878 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcIndexServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceCallableFactory.java index f14844fd7842..e38f4e50ab4c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceStub.java index 1bffd377db00..a700e9925077 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcJobServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceCallableFactory.java index 03273d792eef..71aec83bc54c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceStub.java index e1c31ac8ac65..cb53b334e1f8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcLlmUtilityServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceCallableFactory.java index e7c4128b2ffb..8692f92654fc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceStub.java index 16a155a3ab34..1b281686c1cd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMatchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceCallableFactory.java index 02b73a2f68e4..96cf59e40a07 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceStub.java index f8e28493e823..4c854cf3b91f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMetadataServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceCallableFactory.java index b4eef488c95e..8efe05021b61 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceStub.java index 51a67e575044..9d5752570812 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcMigrationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceCallableFactory.java index 480593396954..e6f666b67fbc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceStub.java index aae39f6edc48..93b8b245b9d2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelGardenServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceCallableFactory.java index d41fc9874a47..163277b8ba7b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceStub.java index 2c28b92fbb23..00d2a1b78c2f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcModelServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceCallableFactory.java index a337eed1f5df..8d90a92596d3 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceStub.java index ea5f8bcab5b7..de31c2a33132 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPersistentResourceServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceCallableFactory.java index 0d7bee3f9638..dade8b29d778 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceStub.java index 71e17432b3e6..5178ecef077b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPipelineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceCallableFactory.java index 45b68da2b2f7..87aabc4f142f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceStub.java index b8d3c85572f0..1830aae093b2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcPredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceCallableFactory.java index 3815a93d10ee..b7b252b7b854 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceStub.java index a4d79c669f22..2c1ded4536f3 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcScheduleServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceCallableFactory.java index 570e68b7bc14..d4ca44a2532e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceStub.java index c801ab85bbc2..f86cf7c04d5f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcSpecialistPoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceCallableFactory.java index 58627e9a8bcf..c34763bbb209 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceStub.java index 21a192d35bad..435fcb63b4d8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcTensorboardServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceCallableFactory.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceCallableFactory.java index e161d09f7ed8..718b1994b976 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceCallableFactory.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceStub.java index 2e61367c573f..9f81cd54092b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcVizierServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStub.java index ae1e5a5fd742..029b16c12139 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStubSettings.java index 1313ffacfe45..d16aebbcdfbf 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexEndpointServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStub.java index 5daefb16d364..c2dab4ce84fb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStubSettings.java index 4c68796d7eaa..3b5d0939efc4 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/IndexServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStub.java index 1bc4850dc68d..459de372af53 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStubSettings.java index 3d897732ae99..b3d22d3c0a44 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/JobServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1244,7 +1244,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStub.java index a9fd48663d3e..cbd12cc4a897 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStubSettings.java index f09512a14cf3..66ae5801c1d4 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/LlmUtilityServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -263,7 +263,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStub.java index 40e568de5c4a..331e12163699 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStubSettings.java index 4d28529be3a0..92fa1256a1d2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MatchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -272,7 +272,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStub.java index 4906102ec3e8..8324345861fb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStubSettings.java index 7200056663b7..f4b927d7295b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MetadataServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -907,7 +907,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStub.java index fcd19e94b599..67a3294177a9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStubSettings.java index 50b67eecf414..9d9853dd3ece 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/MigrationServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStub.java index 5eed5a51cf79..c8e6af716ea1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStubSettings.java index 39b4634613c4..4a18b1d2b89e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelGardenServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -337,7 +337,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStub.java index f5a927f40d7a..2fcd0d037f12 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStubSettings.java index 7a8158870144..98e71eacad59 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ModelServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -756,7 +756,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStub.java index 1e6ba247b98c..9f32d779eb7e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStubSettings.java index 7578871b1ca8..cd194b4556b8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PersistentResourceServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -428,7 +428,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStub.java index 338552d18db0..1f93e92c8706 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStubSettings.java index 684d08199c01..fcd8daadc1d0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PipelineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -541,7 +541,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStub.java index 9f963493b798..ed3c1f5cbcad 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStubSettings.java index 281696c0c6d8..c72dcc54c831 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/PredictionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -374,7 +374,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStub.java index e6ba888c35be..d137e36d1452 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStubSettings.java index d411c76c404e..4eaf09a65def 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/ScheduleServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStub.java index 266356fbad09..8635733ff8fd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStubSettings.java index 901272dff9bc..8901c7fc0324 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/SpecialistPoolServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStub.java index 4a8f4852c64c..14eeb46452d6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStubSettings.java index bc30fc8cff4c..947e727c33e3 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/TensorboardServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -992,7 +992,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-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStub.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStub.java index c8c3995e8c71..440333b9324d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStub.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStubSettings.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStubSettings.java index af38b88adddd..233a5476e220 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStubSettings.java +++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/VizierServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DatasetServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DatasetServiceClientTest.java index abf0414b0f2d..0ce87872c43f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DatasetServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DatasetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClientTest.java index 8f6f4559dc88..80aeeee8bca8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/EndpointServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/EndpointServiceClientTest.java index e12b3175f0df..f6cc0a10886b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/EndpointServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/EndpointServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClientTest.java index fa7fbfcf3820..b081814b926f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreAdminServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClientTest.java index 8a42e54c0211..4cb01b2d9021 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClientTest.java index 36191fd0faf4..b0914f46cf7c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeatureRegistryServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClientTest.java index ff957ed7dc7b..45d2817ed794 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreOnlineServingServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClientTest.java index 37a78bcc467e..252140b1db10 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/FeaturestoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClientTest.java index 3f3f5b0127f5..c0bd39f313df 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexEndpointServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexServiceClientTest.java index 93107d5cb26f..58a94d797447 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/IndexServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/JobServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/JobServiceClientTest.java index 4e4259bdaf4c..d3064790f7ae 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/JobServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/JobServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClientTest.java index 38d410862416..513832e08eab 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/LlmUtilityServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MatchServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MatchServiceClientTest.java index 668ea005f90d..2a93c54d506b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MatchServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MatchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MetadataServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MetadataServiceClientTest.java index 5b884ba58c12..3cc59764f05b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MetadataServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MetadataServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MigrationServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MigrationServiceClientTest.java index f9b997805030..ee4dc0137f6f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MigrationServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MigrationServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetService.java index 153167e77e4d..e9a8e0b9a8ef 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetServiceImpl.java index cf2990af0b96..805e79d0ce98 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDatasetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolService.java index bbad130034c0..b8f5803ed42f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolServiceImpl.java index 761ab0d8bd37..314a437dd193 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockDeploymentResourcePoolServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointService.java index 7fd3ba06668c..4688cc26e497 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointServiceImpl.java index c0caeb0eaa35..a50595d45eae 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockEndpointServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminService.java index d48f890588a4..b648c5cbb272 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminServiceImpl.java index 5d8e0753c4eb..465f19a9b320 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreService.java index 9c27cb00c368..624e9b13728e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreServiceImpl.java index 352bb71c663e..75ddf6a4f8e9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureOnlineStoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryService.java index 1180777018c6..41379301dab1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryServiceImpl.java index d76caa0753c2..7c935e978435 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeatureRegistryServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingService.java index 3eef4660e249..a354e2313575 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingServiceImpl.java index 25e2ce89abb2..5d36faa8e83b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreOnlineServingServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreService.java index 03ef851f85b6..1ccae0ea4ce6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreServiceImpl.java index d558b24ad232..44f8e5715a6e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockFeaturestoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIAMPolicy.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIAMPolicy.java index 5baf6177ca54..b45ff0551c72 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIAMPolicy.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIAMPolicyImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIAMPolicyImpl.java index 2bb517c77e40..60e10cdc9919 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIAMPolicyImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointService.java index 6562364af050..5e3f524e672f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointServiceImpl.java index 9dfe0bc0939e..41ac5255dcbe 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexEndpointServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexService.java index d6c4953b1044..1b751d5fa440 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexServiceImpl.java index eee91672f2ee..902c2b26b55c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockIndexServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobService.java index 98e0349c5c55..ee69dd30e2e6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobServiceImpl.java index 0c793028afa8..9270d96ec684 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockJobServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityService.java index fa3c25281774..52d83da44165 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityServiceImpl.java index df43a02ba4ad..8a3fd52c24de 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLlmUtilityServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLocations.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLocations.java index 20d1fcdc42d4..65fca0bd0dd7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLocations.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLocationsImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLocationsImpl.java index d75534666628..e57d63b24413 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockLocationsImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchService.java index b47f6e774dfc..1744fdabdf2a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchServiceImpl.java index 589df9d76ffe..95387c00b9db 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMatchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataService.java index 193579f5d2a1..4c18d297b578 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataServiceImpl.java index c6ff26281e41..693ecb9a8f6a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMetadataServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationService.java index 83fe45298231..0dfc8a3b1c02 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationServiceImpl.java index b7ede6476b16..9454294b525c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockMigrationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenService.java index ee4898f761c3..4b63d749110a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenServiceImpl.java index 54624e9028de..bf2efaea3b2e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelGardenServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelService.java index 2ee973710dc1..517a1bb050b5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelServiceImpl.java index c732735df343..5c1a36f1c577 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockModelServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineService.java index e7658f5c2abd..a92d2cc72120 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineServiceImpl.java index af180cdc9741..395f83767a31 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPipelineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionService.java index ae4ea8966e62..ffe71abaa683 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionServiceImpl.java index 6e672b2879c1..807504f256f4 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockPredictionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleService.java index 5bd784742d1b..95fa3cc47de8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleServiceImpl.java index 08abc0d51be2..c924a7443254 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockScheduleServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolService.java index afa0226a77c3..02df7464cc84 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolServiceImpl.java index c2115cb987a9..75974c189df1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockSpecialistPoolServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardService.java index 9664d31ffa98..9456e9a5eaaf 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardServiceImpl.java index 622c7b8a0449..c05a5210cf85 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockTensorboardServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierService.java index 039a237ac355..372f69b289be 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierServiceImpl.java index 892fd451c24e..738612309e30 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/MockVizierServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClientTest.java index bd22259ca443..be64a036a162 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelGardenServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelServiceClientTest.java index 2edf4f223115..31eedd273cea 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ModelServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PipelineServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PipelineServiceClientTest.java index 3c293f7a3840..4d30ceb4ae41 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PipelineServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PipelineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PredictionServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PredictionServiceClientTest.java index ae81be047450..75bb103c4c3a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PredictionServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/PredictionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ScheduleServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ScheduleServiceClientTest.java index 4b9131f92e86..a467ae47c783 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ScheduleServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ScheduleServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClientTest.java index d8857b96984b..503d31d96ccc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/SpecialistPoolServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/TensorboardServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/TensorboardServiceClientTest.java index 51fc957383d4..50617c61fcd0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/TensorboardServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/TensorboardServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/VizierServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/VizierServiceClientTest.java index 6ae073924d02..e57e854a3e99 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/VizierServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/VizierServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClientTest.java index 52daa021e01a..2ea9bb2ab4d5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClientTest.java index bf4105fad73c..dcc010584c69 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClientTest.java index f5a3de450b66..6247d5eda0d2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClientTest.java index 30e96a426087..7d9b3002c7f7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreAdminServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClientTest.java index e57460ba05b5..869864b9e95e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClientTest.java index 7cdbc83fabfa..8a3c39315111 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeatureRegistryServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClientTest.java index 65a15134332c..321597ee6cb1 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreOnlineServingServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClientTest.java index f3299dc377c4..6e78da7de0fb 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClientTest.java index b10aeb6f86ea..cce03c1c054e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClientTest.java index 81241d30b6b4..e908929783e8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/JobServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/JobServiceClientTest.java index 5fb1685c6665..83ce7235f1e3 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/JobServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/JobServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClientTest.java index 342dbe57fbc6..ada8e94b7d07 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/LlmUtilityServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClientTest.java index b1aea2fddf28..64a7b596efc2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MatchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClientTest.java index f5869b113e4c..16b67c4d8940 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClientTest.java index c539c0749247..91c7081d2400 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetService.java index 720b10cffa33..c38acd5b8ba7 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetServiceImpl.java index a4c398b872dc..fa44fed521aa 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDatasetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolService.java index 0e57d2246616..0b7944f39ccc 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolServiceImpl.java index c091f77a299e..bf148646904f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockDeploymentResourcePoolServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointService.java index 7810b1bcca70..29fb8797e1ba 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointServiceImpl.java index 00354c06484b..599c98c43d37 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockEndpointServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminService.java index 8a2b57bf3741..93dbac819cfd 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminServiceImpl.java index 3b0c6d97a85c..40678fd2eb1b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreService.java index 8752978057fa..4058d7c59e3a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreServiceImpl.java index 73a20c26c128..7fd424af8e3c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureOnlineStoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryService.java index a3ffd7abf026..31880d9c5285 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryServiceImpl.java index b4b56df25a79..5ea18aec740e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeatureRegistryServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingService.java index fef98fc6ab7e..50b2ba468c5f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingServiceImpl.java index c9256a0a2984..fb86858bf5a8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreOnlineServingServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreService.java index 86ac004913de..be807bc1efb2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreServiceImpl.java index 3bc25b407a92..ec4e12b8a215 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockFeaturestoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIAMPolicy.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIAMPolicy.java index 1f3d46ecc953..b2531b5f009d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIAMPolicy.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIAMPolicyImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIAMPolicyImpl.java index 2a018adea8a8..bed9f7f1d305 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIAMPolicyImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointService.java index 51d2b8c3aa6c..34ef8c4258ab 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointServiceImpl.java index 8b063ff6c0dc..2cd6401206a4 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexEndpointServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexService.java index e22cb60e0341..be742dcb0af0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexServiceImpl.java index 09664945974c..3e04a29e2ab0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockIndexServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobService.java index dd28a40feb79..33bfb8157185 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobServiceImpl.java index dd3b7fe11f34..a7371d041391 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockJobServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityService.java index 6d76393d5490..d0799ee6a0a0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityServiceImpl.java index 5bd9d6b48f6a..7d8e09d8c13f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLlmUtilityServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLocations.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLocations.java index 3820284d57ec..dcc5bdcbd8c9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLocations.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLocationsImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLocationsImpl.java index ca068e7c3a6a..ffd082412c3b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockLocationsImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/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-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchService.java index d8a39808fe3e..bc9e1bc9481f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchServiceImpl.java index 6caa750d2208..4b41a3de0a1a 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMatchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataService.java index 617aab2f351f..265808ccf27f 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataServiceImpl.java index 7510a93f1204..dc825f4d43d6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMetadataServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationService.java index 9bb2ea64eadf..d6adc8d6373c 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationServiceImpl.java index 527b90432c48..46845a727df8 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockMigrationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenService.java index 64fbba0de4c0..1ec72635f1a9 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenServiceImpl.java index 6e8aeef7029e..9ff0be75792e 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelGardenServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelService.java index 4d094e2033ca..13000e4258a6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelServiceImpl.java index 87de466351fe..9d4e2df7e8b6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockModelServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceService.java index b3c8c984f6e9..7529e7177ad2 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceServiceImpl.java index 64258a8aa39e..5bdb0bfedbdf 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPersistentResourceServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineService.java index 8c0f22ab88e6..118053d4256b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineServiceImpl.java index 6ebf909e7144..df3fdddafe05 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPipelineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionService.java index 8c0edfbe512c..efbaec1a4371 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionServiceImpl.java index ba4e4a90225b..d49f6f419d0b 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockPredictionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleService.java index ee98ec60558a..10ee3cd0bbad 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleServiceImpl.java index 6399a61dabcb..411d37b6dae6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockScheduleServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolService.java index 9dc56da49386..0ed20173e226 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolServiceImpl.java index bf0d158b0713..242a8e8539c0 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockSpecialistPoolServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardService.java index ba0b573c4a18..db9819b6dfba 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardServiceImpl.java index 82360879da89..cce054e729b3 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockTensorboardServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierService.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierService.java index 11426471b191..b24f91cd715d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierService.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierServiceImpl.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierServiceImpl.java index 0b6819d7bdb8..ed3c784bc161 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierServiceImpl.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/MockVizierServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClientTest.java index 5936cea62962..ad02c42e2062 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelGardenServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClientTest.java index 94d20571fd1c..98dd559fdd20 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClientTest.java index 59af2ecd6271..f1bc2afbb88d 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClientTest.java index b12c4ad5d5f3..94774aa1c494 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PipelineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClientTest.java index 6bc70ebed2f5..d63349bc2b90 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClientTest.java index e6e916c4d84e..af5b5a544ac5 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ScheduleServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClientTest.java index ce9068fedf3b..299ba63d0031 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClientTest.java index 71b37f17ef24..a53b690350a6 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/TensorboardServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClientTest.java b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClientTest.java index 4f1e70ffd2b1..1f6a6b0084ab 100644 --- a/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClientTest.java +++ b/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/VizierServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AnnotationSpecName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AnnotationSpecName.java index 2e7e174fbe61..148ac5079037 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AnnotationSpecName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AnnotationSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ArtifactName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ArtifactName.java index 0c05d3ab4408..951c11feb7cf 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ArtifactName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ArtifactName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/BatchPredictionJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/BatchPredictionJobName.java index 61c9cb83f09f..99d6e3d793b9 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/BatchPredictionJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/BatchPredictionJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ContextName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ContextName.java index 1de50be7e35e..ebf5121c617d 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ContextName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/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-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/CustomJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/CustomJobName.java index 1c422a1bbc6d..b0390ec093a5 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/CustomJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/CustomJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataItemName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataItemName.java index d8b539e09eee..77458b710a41 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataItemName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataItemName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataLabelingJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataLabelingJobName.java index 4b666168e1f7..f74cdb240b20 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataLabelingJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DataLabelingJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetName.java index e75c838da5ee..9fd3b957479d 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetVersionName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetVersionName.java index 236ce48ddbfc..802867f48450 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetVersionName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DatasetVersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolName.java index fd60941d9083..d07adf2cc9a3 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DeploymentResourcePoolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EndpointName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EndpointName.java index 79d0c3b2ed4e..ca475d8f3004 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EndpointName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EndpointName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EntityTypeName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EntityTypeName.java index 97c987b0f59e..132618a57b0c 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/EntityTypeName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/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-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ExecutionName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ExecutionName.java index 4bf30eda20e3..4ffaa01c43b7 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ExecutionName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ExecutionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureGroupName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureGroupName.java index af04f7bf06aa..95da329c1026 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureGroupName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureGroupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureName.java index db0aca9e5c7c..ce5ef8aec2c8 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreName.java index a3037d6cf3e1..ae17bd426d2c 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureOnlineStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewName.java index ce84c5e0978d..2704c09c68ae 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewSyncName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewSyncName.java index 43adc0c5b6ef..433968559fb0 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewSyncName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeatureViewSyncName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreName.java index d4bf27be7e65..60ca039f9fa1 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/FeaturestoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/HyperparameterTuningJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/HyperparameterTuningJobName.java index 0cc307d334cc..b8e992a7708c 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/HyperparameterTuningJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/HyperparameterTuningJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointName.java index 248ec4a579de..b903a73209c4 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexEndpointName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexName.java index f69214ccfa42..80859acd8813 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/IndexName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/LocationName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/LocationName.java index e5bdccb4255a..f365211d33bc 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/LocationName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/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-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataSchemaName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataSchemaName.java index 175bcd486bfd..86079382773c 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataSchemaName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataSchemaName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataStoreName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataStoreName.java index 27ceea716105..f8d541979ca8 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataStoreName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/MetadataStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelDeploymentMonitoringJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelDeploymentMonitoringJobName.java index 5929460b5815..68d9b709b70e 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelDeploymentMonitoringJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelDeploymentMonitoringJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationName.java index 83f371caea4b..316caf2120dc 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationSliceName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationSliceName.java index bdbd434cb387..77385abb3ab8 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationSliceName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelEvaluationSliceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelName.java index 9201542b3fc9..057f5cb23757 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasJobName.java index 3415a50732ba..c651cb97d18f 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasTrialDetailName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasTrialDetailName.java index 0e799a08b53a..abb23e2d76e7 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasTrialDetailName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/NasTrialDetailName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PipelineJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PipelineJobName.java index 18d2094422e8..e67cc853232e 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PipelineJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PipelineJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ProjectName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ProjectName.java index efef5923e436..14489bd46910 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ProjectName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/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-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PublisherModelName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PublisherModelName.java index ccf82ddbb60d..3adc5ab68421 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PublisherModelName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/PublisherModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SavedQueryName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SavedQueryName.java index db2a7acca4d5..26ba3a42eb55 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SavedQueryName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SavedQueryName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ScheduleName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ScheduleName.java index aee1a25d5a3b..8fc943fb4cb6 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ScheduleName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ScheduleName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolName.java index b4c512ec237a..2c664c4cd9d6 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SpecialistPoolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/StudyName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/StudyName.java index 0e478eeecaef..45924e2208e7 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/StudyName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/StudyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardExperimentName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardExperimentName.java index a0e820e60040..f08972a72905 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardExperimentName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardExperimentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardName.java index 34f022631d15..8f69f9b8063e 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardRunName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardRunName.java index 198e49740141..ab0d4ad861a7 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardRunName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardRunName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardTimeSeriesName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardTimeSeriesName.java index 39268e41e7d4..327106333630 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardTimeSeriesName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TensorboardTimeSeriesName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrainingPipelineName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrainingPipelineName.java index c2320a10adb8..dfdd00c8c68d 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrainingPipelineName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrainingPipelineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrialName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrialName.java index cbf94628357d..c549fa3c1bd9 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrialName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/TrialName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AnnotationSpecName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AnnotationSpecName.java index bf14d60af400..7afa7a4a2d8f 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AnnotationSpecName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AnnotationSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ArtifactName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ArtifactName.java index b1eba67b53e9..731b10c6411b 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ArtifactName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ArtifactName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/BatchPredictionJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/BatchPredictionJobName.java index 40d5805f4e98..6ecc5ebd6e93 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/BatchPredictionJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/BatchPredictionJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ContextName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ContextName.java index 6535db3cd8b6..a26ad9a50798 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ContextName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/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-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/CustomJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/CustomJobName.java index e2e189ff1d45..c755c2e04362 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/CustomJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/CustomJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataItemName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataItemName.java index 9b35feb98e67..06bbe6f30f25 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataItemName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataItemName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataLabelingJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataLabelingJobName.java index 8fd3ae01df97..b4de291922ad 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataLabelingJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DataLabelingJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetName.java index f18db87d73ce..97f005283cc1 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetVersionName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetVersionName.java index dfb8ddad738e..501c7faf9228 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetVersionName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetVersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolName.java index bd78ad13d4c1..9ca1dc25aa0b 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DeploymentResourcePoolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointName.java index 949b5ed431a3..c4f3b9339650 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EntityTypeName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EntityTypeName.java index 7a28e46a2ba0..50a0202cf6fe 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/EntityTypeName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/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-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ExecutionName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ExecutionName.java index d42338672f05..7a0d67d77fad 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ExecutionName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ExecutionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureGroupName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureGroupName.java index 57703272d24f..58e753c99b35 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureGroupName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureGroupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureName.java index 222320bb2dfe..c29059143bb0 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreName.java index 2c69468acfce..65cf44c0206b 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewName.java index 6b88730e9920..0ecdee02e158 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewSyncName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewSyncName.java index c223c3e74151..a31152660ca3 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewSyncName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureViewSyncName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreName.java index 6379b3b6aa2b..a572f916c765 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/HyperparameterTuningJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/HyperparameterTuningJobName.java index 4dd0f15fd4b1..430910277c9a 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/HyperparameterTuningJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/HyperparameterTuningJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointName.java index 3dbb26199e01..84e376a18cce 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexEndpointName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexName.java index bfbab8156ed5..0ee3a3f1ec1f 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/LocationName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/LocationName.java index a1ca5ba1fef3..f84ef868f498 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/LocationName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/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-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataSchemaName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataSchemaName.java index 80b32db4458e..fa54e0ee9360 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataSchemaName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataSchemaName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataStoreName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataStoreName.java index 2578a7778fd4..41d472e7f0e3 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataStoreName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelDeploymentMonitoringJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelDeploymentMonitoringJobName.java index c178eee01399..98c5342306d3 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelDeploymentMonitoringJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelDeploymentMonitoringJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationName.java index 601cdf991a93..05ceae9d59cc 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationSliceName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationSliceName.java index 768e340b5e98..03587a520e7c 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationSliceName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelEvaluationSliceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelName.java index e1d2ddd03b19..3e4112a441fd 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasJobName.java index af9b21768541..13cbeb5f535d 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasTrialDetailName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasTrialDetailName.java index 54f186f7715f..f7614657ae6d 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasTrialDetailName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/NasTrialDetailName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceName.java index 93bab37b1f7a..03da02b68331 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PersistentResourceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineJobName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineJobName.java index a7e08d4bee69..a290d38b6614 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineJobName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PipelineJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ProjectName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ProjectName.java index eaf97a67c259..6404e4dd9fb7 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ProjectName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/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-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PublisherModelName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PublisherModelName.java index c14587567f63..0d3cc78e1d68 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PublisherModelName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PublisherModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SavedQueryName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SavedQueryName.java index 308e9962f6aa..1c751d882796 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SavedQueryName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SavedQueryName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleName.java index a61400fbcbde..c5c9434b3bcf 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ScheduleName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolName.java index b8dd7f470c12..03dc3116b3d6 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SpecialistPoolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/StudyName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/StudyName.java index 9fb2b8a1d1c8..6dca71fbef02 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/StudyName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/StudyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardExperimentName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardExperimentName.java index 57090f09a33c..de9461b7880a 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardExperimentName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardExperimentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardName.java index 5ec91298cc05..667485711cc7 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardRunName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardRunName.java index 8465f1f0cf23..ac4507d1f647 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardRunName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardRunName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardTimeSeriesName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardTimeSeriesName.java index 31029cf53c17..bb9f9f870e3f 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardTimeSeriesName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TensorboardTimeSeriesName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrainingPipelineName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrainingPipelineName.java index c5f2cdb0b46d..b328707d286d 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrainingPipelineName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrainingPipelineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrialName.java b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrialName.java index ccd8d5382dd0..207775e2c20c 100644 --- a/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrialName.java +++ b/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/TrialName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/create/SyncCreateSetCredentialsProvider.java index 33d78dcc76f7..0c5f98f7eac8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/create/SyncCreateSetEndpoint.java index 9d0df28da118..d23dc7761e4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDataset.java index 3dafcbf2860e..91e704a994f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDatasetLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDatasetLRO.java index 3b95ef90b6d5..a24b5a719418 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDatasetLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/AsyncCreateDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDataset.java index 60039dbd345c..5976d58de051 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java index 5990814e62e3..389bf0cac82f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java index 410bd25d545d..4f536508434d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java index aeb3c7e25f52..9dabc5838c20 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java index 60ca43b96f5a..4e12921fc85b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java index 7a9fb7e97faf..b3420a7e9286 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java index 058b2a6eef41..1886f3b8c1ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java index 4519997a84de..e69e44a220fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDataset.java index 797a2040fa29..0d2d82087519 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java index 662404de3b34..fbcb312532d7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDataset.java index 02f880a2127a..c24eabc40c8f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java index db9d7e533ba4..0ed6a7ecce1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetString.java index 08e674947902..6ed3560a87ee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedataset/SyncDeleteDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java index 11df6c850ed9..eb4b7350010a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java index 20f13bebe567..4387ead5d752 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java index 29a62e72d76a..a7dd83236c2c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java index 41eae509990d..62b709e19e40 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java index f3d4bb03ab07..e7057177029d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java index f49904e48d63..4fd5a61c598a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java index f58cd352a9e6..3890ade273e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java index 9cc1cd546fbc..7daebadb294f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java index e4e08f862695..579d265cec9e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java index 0d10890bda0f..c73f73b17138 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportData.java index e3e3f4b6dcba..a97d20cbc42b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportDataLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportDataLRO.java index 78c0162fc71a..ed85da53bda6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportDataLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/AsyncExportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportData.java index c736a51524db..ec5ff94ce2db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java index 916e1a19e225..3dcf0dd76c0a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java index 2cc23496a244..ef3669b20313 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java index 2aa61a9a5018..c67651f4d2b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java index e1d9375d7bb2..1fbfa1af944a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java index a497abd46b1b..3ab91c877eaa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java index 117e31e37cdc..ff1392d8ad58 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/AsyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/AsyncGetDataset.java index 138f91c4ced1..b630035ed138 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/AsyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/AsyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDataset.java index e37bf349c82a..29a4217d5376 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetDatasetname.java index fbf74f602ff7..84aac918e20e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetString.java index 840cddddff14..be350298f133 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdataset/SyncGetDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java index c523d01a3c65..0a5187732dc2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java index 3e20a0186aac..5564edfa4672 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java index 449fa9f5cc5b..01a7d6705ed0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java index b154bbfba900..a33f646480b8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getiampolicy/AsyncGetIamPolicy.java index 941d1be175af..0e8a7449fdf8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getiampolicy/SyncGetIamPolicy.java index b3392994bef3..6bd43dd6a790 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getlocation/AsyncGetLocation.java index 8ead75463080..3e77ab8b24a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getlocation/SyncGetLocation.java index a8ac084a72d3..121d343fbe2d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportData.java index 8b1406ff6d3d..421efb29fb9f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportDataLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportDataLRO.java index f38509a9edf9..145a86e082e1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportDataLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/AsyncImportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportData.java index a0c62580ef26..600c367ec2cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java index 94281cdbdbc9..25d5192a5924 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java index beca588c7000..b2152278f55d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotations.java index 2d474f420923..cd2d143f6e7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotationsPaged.java index 0f3be692bfa0..0172f964c6ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/AsyncListAnnotationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotations.java index c1b7842e7f7d..cca8dbc9376b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java index 790f406756df..6ce6f547f82d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsString.java index bf9f07cad08e..2ee2ad8343ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listannotations/SyncListAnnotationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItems.java index d8d51fa61a63..14327c0e0b5f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItemsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItemsPaged.java index 90c2e4bd7793..be250f78668c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItemsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/AsyncListDataItemsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItems.java index aa585da54538..d81cf062ba95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java index 2225dabaae6a..2aeb03c31bee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsString.java index eab79210dc26..681dc9c16dd7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdataitems/SyncListDataItemsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasets.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasets.java index 61ea8ceec35b..01c2ba826da0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasets.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasetsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasetsPaged.java index 74fbd1f52783..68ebc2d64755 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasetsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/AsyncListDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasets.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasets.java index 31819b465b8c..a061185b9c98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasets.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsLocationname.java index 7159ea0b0bec..d270ba216103 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsString.java index e5fe7ae2c0a3..93c8c82ebf44 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasets/SyncListDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java index 5d1b0b861af6..576dc3c06e61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java index 7a437e4a0698..54776b11d604 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersions.java index f6b4ce0b9de0..647363556b07 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java index ffbf5e879e45..e166cde71335 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java index 561a12b39eb6..7bf895c29818 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/AsyncListLocations.java index 52fbbac45b42..730085d59f98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/AsyncListLocationsPaged.java index 492fdff6f020..947a1918c158 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/SyncListLocations.java index 26f7dce8cd0d..2b522feb249c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueries.java index e54e51db7472..9959b893ec88 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java index 5d84608cee01..0445c536bb99 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueries.java index e9c609dde55e..9ac1f01e23bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java index a7f5141bf78d..3342b65ac67b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java index 944fb3c1593a..a46166440bc9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java index b3e8500407eb..04c995224230 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java index 56cd518da10b..55190b3e91f4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java index 5d77581f4e7a..6ca5c14992d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java index cf8f9b1663d0..91ff649ac62d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java index c95567d64efa..a90472e850c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItems.java index daed4b327950..2fd57db09ebb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java index a5df877cbbc7..9396299e6a1b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/SyncSearchDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/SyncSearchDataItems.java index 7a6a85c761fb..31c8a9d6db7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/SyncSearchDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/searchdataitems/SyncSearchDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/setiampolicy/AsyncSetIamPolicy.java index fc7b8ebe736e..7ea62938ad1e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/setiampolicy/SyncSetIamPolicy.java index d161362d89dc..0c1f251cd151 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/testiampermissions/AsyncTestIamPermissions.java index 8339dfb28a38..a1d45abc98a6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/testiampermissions/SyncTestIamPermissions.java index 6af6ba8dac4e..d614e74fbc0b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/AsyncUpdateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/AsyncUpdateDataset.java index 1c30f25fa4be..6969da6d9f73 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/AsyncUpdateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/AsyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDataset.java index 0c12670afc7d..4c70ea70e098 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java index 5b2eba40db49..9a8744dfffb7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservicesettings/getdataset/SyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservicesettings/getdataset/SyncGetDataset.java index 6acad175d5a1..f837ac3fc0eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservicesettings/getdataset/SyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/datasetservicesettings/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/create/SyncCreateSetCredentialsProvider.java index f0b373756b6c..fbead8ffe49e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/create/SyncCreateSetEndpoint.java index ee62416a9ffb..915a1f179d6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java index 053a8b825dc5..dead3c2e1ec9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java index a31fc33469d5..2bba54156820 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java index 08c9687f5f52..d05f1e3fab94 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java index 882d63ec3e4f..58b349de66e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java index 1fa9906639b3..2fee27dc7d83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java index 4523e7099c53..f34aaf5d540c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java index 87eb5b307d9b..a7565e8a0226 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java index b8c449f8aaa8..0294f95b788d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java index d260ba0e0acc..af504f727b2a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java index d99e1e3f3d5c..a98ef2589da6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java index fe5a17c6591d..726a3cbff011 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java index 6072325bf560..0fd49fc08615 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java index c756d9e4478c..7e06abf5e4da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java index 64cd1cc51445..94fd77f0e96c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getiampolicy/AsyncGetIamPolicy.java index 82045e7db69d..47155df39ad1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getiampolicy/SyncGetIamPolicy.java index 173179a87fc9..cda1e74b9260 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getlocation/AsyncGetLocation.java index 383e970fb099..c980f323633c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getlocation/SyncGetLocation.java index 11f479b15355..d189ccaed176 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java index 288105736a65..1a6745d7176e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java index 7f8db6ab1dbc..69b1391b5614 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java index 976a25a3200a..510dbec950ee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java index 0d153a4d9474..3c8e9e567565 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java index 7334445c2784..6000310b53fc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/AsyncListLocations.java index fb989427b36d..222c589c1bc9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/AsyncListLocationsPaged.java index a374acc141cc..1710b1ba452b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/SyncListLocations.java index b9f933c88fb5..1871bab5cfac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java index 5afd0d8034df..2b20af2ce5c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java index 7020ef0b2f98..c5ce89bb5671 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java index 2d50f3fea855..1f11933c4ee6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java index 0eb613f2a115..686a960a183c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/setiampolicy/AsyncSetIamPolicy.java index 6d4b56d149a1..6fdad84664d4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/setiampolicy/SyncSetIamPolicy.java index bf5b3ce14eaa..18fec12327ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/testiampermissions/AsyncTestIamPermissions.java index cabad73d0de6..d1ad6a69f19f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/testiampermissions/SyncTestIamPermissions.java index 6b5d91660eee..63467fd2527f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java index af8e160bf9bc..764239920e9f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/create/SyncCreateSetCredentialsProvider.java index 31f46e985273..d8e1a8ba77db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/create/SyncCreateSetEndpoint.java index a09191aa1fec..07721383e281 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpoint.java index 7f135494fc8a..0842ba239dae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java index 9f8058450384..400d240fe74f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpoint.java index 85861f8d0835..8d15ddb316ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java index 44ed327e3057..8476aab39b25 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java index fa2ca2cc6af8..3bd4eb40546c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java index 5547a0e7418f..f904a130adec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java index 3f76deaa822f..d7daaad0f703 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java index 0ad35c8adb50..a26190b1c2e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java index 152e3befa220..1821091b43d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java index 75b7ee77c743..b9c787bccf98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java index 5bf3a2c14c30..408a1f28d1bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java index 0930d8ae3e94..277c300a7114 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModel.java index a70391196bfb..e2ab76a1c172 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModelLRO.java index 59958727fb47..5b066e9c5b35 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/AsyncDeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModel.java index ececa6b1ca74..ab93b22bc878 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java index 7f6bf1e5ad72..d6237da5368a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java index c391b11d29c8..68a3b736251a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/AsyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/AsyncGetEndpoint.java index ea9f62356899..99f32d984f1e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/AsyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/AsyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpoint.java index 279919f73445..dc12a8fbf065 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java index 6a2afd905baa..8369cb7ff3f7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointString.java index a5bcf3c3dc74..3b5c3d39c926 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getendpoint/SyncGetEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getiampolicy/AsyncGetIamPolicy.java index 48ee566c39ca..c3597830e07c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getiampolicy/SyncGetIamPolicy.java index acfce20e5b2b..14bd3036ccf4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getlocation/AsyncGetLocation.java index 5e1fd3ff0af8..6c7695f47bde 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getlocation/SyncGetLocation.java index 5ef1c8d57f83..24d536a3f295 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpoints.java index f6c9c6090db3..52e9b6111227 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpointsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpointsPaged.java index 41e0952f073e..e0372ede0894 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpointsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/AsyncListEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpoints.java index 52ae6b67768c..fff177d9c631 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsLocationname.java index 6323c4cbe2f7..9eeb949c3149 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsString.java index bd3da0df87e1..7ebc2c800833 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listendpoints/SyncListEndpointsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/AsyncListLocations.java index 7086a4876252..3f64d88e2f7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/AsyncListLocationsPaged.java index 4883097d46f3..ae02ad13a8b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/SyncListLocations.java index 21fc11122d3d..b7f9a634b129 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java index 282b65ceed81..d895231a1778 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java index 465ccc260ea2..5afc2a01e25e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java index 563ead298f04..542058682dc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java index 17fd681d6bac..8130cfdcc12e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java index 6010770615cf..03f86171f653 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/setiampolicy/AsyncSetIamPolicy.java index 35b5a407a68a..f2163a633ab7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/setiampolicy/SyncSetIamPolicy.java index f69a702e3bab..678e7de41677 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/testiampermissions/AsyncTestIamPermissions.java index e0af0bedf329..721e168af473 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/testiampermissions/SyncTestIamPermissions.java index ed16e1cd1095..e8deb2ce24da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModel.java index f574c7b11f89..518db7fa7658 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java index fb84f56919cb..dbc114dcc9e4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModel.java index ac796238e7e0..d601e09b875b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java index c5db2c5ecf5b..0b3fa6b6a473 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java index 99280ec38a3e..e5fef815bcda 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java index 9236770a66c4..ca6d74ee5f92 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpoint.java index 3bd4990cffa8..ff0313058226 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java index b3b6370f9125..35cdf56d3797 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservicesettings/getendpoint/SyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservicesettings/getendpoint/SyncGetEndpoint.java index dd1b650db2d3..d9810fb051d9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservicesettings/getendpoint/SyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/endpointservicesettings/getendpoint/SyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/create/SyncCreateSetCredentialsProvider.java index 373937581c9c..11e839e85dee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/create/SyncCreateSetEndpoint.java index ad37fde86ea4..d8c2eb32991d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java index 0b0456fe4a78..32bc71cef0a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java index a443fd005608..fa5b2b0b30c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java index b9adadf3e3bd..6c8e558a6411 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java index 1041181d905a..5843e54ba1f7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java index 6eb33624bb71..821b3c17d424 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java index d7b1c77ab7a1..f2c7fec2a8b0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java index 843741b384ab..08f1fe470d75 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java index 55227e2c6b31..f040c8166c5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java index 0e36aad5d06b..908719595517 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java index 4b7464a82d35..b48a1a98a428 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java index 4acbb292dabf..4700207396fe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java index 4031825f65d5..125963a2269e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java index 42e484dd86ed..021a587dd832 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java index f4d927de8621..a26077893fdc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java index c5c6882d328d..5f01a5c88493 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java index e865ee80e7cd..846000dfeb37 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java index 0e36d15747e3..9bad4bae20db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java index 422a543534a9..17c4fcebc6b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java index 967f8c3f3af5..03ba583884b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java index 0335a2b1c872..c7eef338dddd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java index c177698caf31..702d8bf546fe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java index 6cc26898431a..9a664df126fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java index 8dd1e184fd21..f74ce34c17ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java index b46d4e9a93da..5226b5d35029 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java index 37cb2d934138..b117de235d02 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java index f2947540aa19..6d9ebce392b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java index f4da7ce3d73c..4718986a7d84 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java index 9ca6afdf61d9..73c16a08fbbb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java index c10f5a2e6dab..13d45705775a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java index 0c230f70ebcb..37cfd635a539 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java index 892213c103fe..324abbbe20cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java index f6b1374d438b..5811a2eeb45d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getiampolicy/AsyncGetIamPolicy.java index 11d6c3dfa8ee..6a167c481754 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getiampolicy/SyncGetIamPolicy.java index 4a11f2228fbb..5205396e31b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getlocation/AsyncGetLocation.java index e37912b539d6..07e5910e411a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getlocation/SyncGetLocation.java index 57895d10be44..7c3b2526eb57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java index eeb225b7f080..71068c12c9ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java index 2c6dd5a055ea..f7fbb153bc77 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java index b9f2dcf39c52..2159e08e91ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java index bf17fefb4abd..7e5f6ecead75 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java index 4e0a9f9a004a..683a3f6958b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java index db23ed51c0b0..fd5f581c7e96 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java index 91f5040d7a1d..d339bf4076da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java index d39508d4b755..69d1a370b45f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java index 6a72d9a5a029..910dd71d65ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java index 6a2959c529e7..3e47fdea226e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java index 3a6c3b0fca96..cb8fb5a53e45 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java index 6e5cc2975c95..72d482a88a65 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java index 85c1a27d63cc..95811d927a28 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java index 4586836a1540..4b6096c8e8e6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java index 81919d7c9f7f..12b3342e6dbf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/AsyncListLocations.java index 57d04407314f..9e5f47567104 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/AsyncListLocationsPaged.java index f8c90056675d..be3e4a3f706f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/SyncListLocations.java index ffc43a2e3278..2e0e52d41488 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/setiampolicy/AsyncSetIamPolicy.java index a167c5d0c1b0..eeb3381e7994 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/setiampolicy/SyncSetIamPolicy.java index 030cb1bcd330..238e9040557b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java index 8a3c4c0dd1f1..7df55b4d83fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java index ae485e38e433..8fcd8319a924 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java index 009844a9d2e1..1a47ba1282f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java index 30fdd6268961..0e9eff91187e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/testiampermissions/AsyncTestIamPermissions.java index e5616d5f6212..880f2fbb3a21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/testiampermissions/SyncTestIamPermissions.java index 908edd96d98b..e36cd16889cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java index 3bd040f1f3d1..dfcf79d450f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java index 3a69e10499da..1deb63318b36 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java index 73db89ef937c..94957f673101 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java index 46e178d47c9e..28cf5d30aa87 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java index 174da19f5ed1..e4996af15aa5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java index 86216eac7fbb..d4f5a0b2beaf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java index 7185291857e6..838ea7a6f358 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java index 8082c09f1b7e..12825f369cd7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java index 15e9689c246f..7721f235d0df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/create/SyncCreateSetCredentialsProvider.java index 25007672dd2d..505bbcd97bf5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/create/SyncCreateSetEndpoint.java index 112430676fc6..3f0290cf358b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java index 546e80960b1e..05ab2a3b80c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java index bf5810f533f6..9d909457d35c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java index d8d4bae65c41..9d7b4313f5c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java index f83d657827ac..8a766e0c62b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getiampolicy/AsyncGetIamPolicy.java index 8bd61f74eb63..c1d4b3799234 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getiampolicy/SyncGetIamPolicy.java index 43217fc4b0df..cc4af8b9d1d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getlocation/AsyncGetLocation.java index 8ffd234173e5..f04cb85a43d5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getlocation/SyncGetLocation.java index 98540cf29fcc..d19714660b82 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/AsyncListLocations.java index 814b13052525..51b7d786b875 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/AsyncListLocationsPaged.java index f23bb69a8266..ce8955add4c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/SyncListLocations.java index f8d7f0f163cc..cbd000a9205e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java index 01c5d1f43493..662b3a9288c6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java index f1f22c7b4209..8e0a3d7d31a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/setiampolicy/AsyncSetIamPolicy.java index c9df08a51c3a..8995cfe532d1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/setiampolicy/SyncSetIamPolicy.java index a174edc03c1e..26bd332847f4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/testiampermissions/AsyncTestIamPermissions.java index 5ba58df1477d..d409c5b85806 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/testiampermissions/SyncTestIamPermissions.java index 7413ce127a8b..cf92f193ed4a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java index cfc9ae0fb091..aa2158671a81 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/create/SyncCreateSetCredentialsProvider.java index 80fda0433b85..82cdd9f17eb4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/create/SyncCreateSetEndpoint.java index c42de62d734e..52a4ec7cb0ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeature.java index 2f34ac1f9997..542f7dfed913 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java index 342b2990baef..4a3a4a86986d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeature.java index 809d03b9fda1..2154eaff2238 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java index f1d09d21c404..2f29d275272a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java index fd9c95ffde7b..aa5559f30e2b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java index 254d9e909397..d9c22beb120a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java index 75fe565c917f..c08f1d13579c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java index 9f1dd2f3dfa8..d2fac3b993ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java index 276396a6ee9f..3ea85ffb035d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java index f2cf329b4304..ca2994ba6727 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java index 250f35e44ec2..37da3a8bc586 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeature.java index dcf147c1848c..95a9e2002d7d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java index 0e21ae7ec7a8..0fa523d5fe17 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeature.java index b9867bf1400f..49197f5e27cd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java index a8eaa2a13ab6..fe642a594b75 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java index 58bd1f49c485..49bc19101149 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java index 0f80f9758889..779032d562cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java index 3e43bc8c03eb..792ad9bd1cd1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java index 1c3cd8bb0cec..b33f0957789c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java index 843f716eeec0..b3a6b4edccc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java index 17f246852b99..249dca4488b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/AsyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/AsyncGetFeature.java index dc67f6fa37a5..a0dfb96bdb43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/AsyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/AsyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeature.java index b22b611b4f26..e095ce5dcfd5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java index 0358822915a1..9e5d9bd6f051 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureString.java index f0db57109523..275f3b245b43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeature/SyncGetFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java index 77b4e312625d..488489bf140d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java index a6ba16777c63..e9c84f321b33 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java index 9aa6ae4f986d..f4f4416af014 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java index af02a1fa8b42..4a3ea8abc2d9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getiampolicy/AsyncGetIamPolicy.java index ba6bf9b4fc04..e4e0c970e7db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getiampolicy/SyncGetIamPolicy.java index 0c4c3ea7dc12..0efa8da8aae1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getlocation/AsyncGetLocation.java index d76b4a1dc239..e3a3998ac6c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getlocation/SyncGetLocation.java index 6051254f9705..22e45991ff26 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java index 4bd7b43043fb..c4ff0cdc5b78 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java index 9e12846936e5..3615feaea398 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java index c9915dfab543..7f0abd3ccaf4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java index 104f6ba69905..a2042bb469bf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java index 7f132ac11a25..16d7659096bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeatures.java index d132d6608a48..c1429092c689 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java index 8d06b52ecf94..6e69c993aa4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeatures.java index 4e9fe69442a9..7efc7a0f0eab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java index 6f45394e44d3..7f649c7b82e1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java index fbf4859ab3a6..6b4a31d8e333 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesString.java index fc7889d82b11..eb5b8dfd718b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listfeatures/SyncListFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/AsyncListLocations.java index 7c26ad164211..62d10c14ef10 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/AsyncListLocationsPaged.java index 03c3501f2d41..f303b9ce812b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/SyncListLocations.java index 4ed87bb6c2ac..26acd1587f2c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/setiampolicy/AsyncSetIamPolicy.java index 7cd5d2201dba..7b30984b05aa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/setiampolicy/SyncSetIamPolicy.java index 079edf2ace37..3a4db38e81f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/testiampermissions/AsyncTestIamPermissions.java index 9744a2d401e2..f9e83b4fc80e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/testiampermissions/SyncTestIamPermissions.java index 9b1853adabd4..08ca70990fe6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeature.java index abfe32cf5230..50068ad17db6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java index e7ba0ccfb190..ecc50f26ce33 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeature.java index 3bd734aaec0e..074ea14d5970 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java index e484434d4264..b9ae3c9bca77 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java index 8f4d31470545..b2d545969246 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java index 4e5ae86fb668..044e231873c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java index 1290a4206ac1..34fc65a0b0b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java index 7ce91d028b44..2055b72bcfe3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java index bb2bc7868b90..84a9697cd598 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/create/SyncCreateSetCredentialsProvider.java index 81dd4f478dd5..60c201a98b8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/create/SyncCreateSetEndpoint.java index a3f983d6e73f..225329c03d20 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getiampolicy/AsyncGetIamPolicy.java index 84edbeb240bd..28595e3f4596 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getiampolicy/SyncGetIamPolicy.java index 9ad5f436a2dc..ae1509922f7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getlocation/AsyncGetLocation.java index 788edc4c209c..eeabd42e9530 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getlocation/SyncGetLocation.java index bf56fafd0234..f3c2191f3f60 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/AsyncListLocations.java index 751194400f54..d1a945e1f9df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/AsyncListLocationsPaged.java index fd50a7d6dfd2..8402d5c5232b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/SyncListLocations.java index 171fddad562b..0036148f7a38 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java index 47bc5b52785d..f906330a1cac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java index bad86107ff6e..7cc034c726ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java index e8619011aae6..1c225615fa43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java index 44256c1fdf1d..2b910d65dd66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/setiampolicy/AsyncSetIamPolicy.java index f6ffd70c52ea..8b25257a2dad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/setiampolicy/SyncSetIamPolicy.java index bf3815669bd7..6d03118b3693 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java index 22798671ec32..52f20b5b425c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/testiampermissions/AsyncTestIamPermissions.java index 60cb01df0e26..bab390098660 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/testiampermissions/SyncTestIamPermissions.java index b9b9c87f5a02..c74ccd4a6c01 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java index 5b34e38cae5d..e1d68d90ec2a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java index e40f3e08f2bd..818223ae1bc8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java index 83eca640291a..6732835c3c2c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java index 2979cf16832c..41d7966baef4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java index 39d552414631..94a40635f862 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java index 8a1fb060acb5..c7371df62f00 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java index 992d172aa2ce..be426158040c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java index 946e3c844bf8..b937ae257042 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java index 2ea9d49a6881..3245f8fa7537 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java index 8f5c85e63610..7ec18004468b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java index 3f4ff1297567..5907f20f3ed2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java index 28a6ab775133..378fb471464e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java index 31d74e18dacd..eebe5bcc1e2b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java index dd8b2ac8d3c4..e125e49cb52b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java index 6864a0a5c7f8..c97c51671637 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/create/SyncCreateSetCredentialsProvider.java index 1e8568fc3abc..36494a4516ff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/create/SyncCreateSetEndpoint.java index e2d35c029fd8..9143981f1796 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityType.java index 4829f1a07548..37698d2c54b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java index 2f3386b30658..89e169be50ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityType.java index f203b065881c..ddf5b9b1028e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java index eb55f68b9999..126a19ceb8a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java index 5de91043aada..b2e65c668ac6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytype.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytype.java index bf6bf2bae9d8..9d5ae4ef640b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytype.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java index 58414836964f..700b33bad5e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeature.java index 2e380c2d4664..0bc3301cb271 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java index 1ec24dea40b5..b0ddd7ff5162 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeature.java index 58510a48cc16..1aa4968c7ec8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java index efd414ed43fb..4881eb3656b8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java index 02ac494aebad..e120c19b2150 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java index 29024db3f07f..2f38a49b55b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java index ef5206931d70..f29c627a6015 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java index 77da79ae1fc9..a8a5148764cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java index 0c8374707533..d21200d1d6b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java index fc0a1d8d8b17..7644335553d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java index 1406f84a11cd..d4365baf8186 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java index 6e29e0679cbb..deef1ce6218e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java index 5dd3d744368c..ac898880a52c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java index dcfe5ca8fd52..dea2d67dc8f8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java index 30cb5802e6b1..f61984601cfb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java index c6c867efcc6e..7b2f48ee55ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityType.java index 54a73e0d6b03..ffae3db67a53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java index 68f65d61d58e..18bc7e7dfd7d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityType.java index 47ffe39abd2c..2ac84a0e4801 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java index b64d452bb8c1..a59fd7298ec2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java index 28600184c964..1211af55ae51 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeString.java index 2d3c01a15ee2..a9e37b37cb4a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java index ec124228f09f..333525856f68 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeature.java index a37e93089674..c3a29a9f958c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java index 2aa71973543c..9f6e305fcf40 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeature.java index e9cbf758feff..791fd212cdfd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java index cc48587285c5..cf2b035d99db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java index c1f2d5e1e3c5..dcb3b5c5b527 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java index c782b13a7d4e..317767faa557 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java index ea4f11f57b24..5cff561e115a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java index b9e0081afa54..65c6316ba3a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java index 77f464f222e3..6c421f4a5bea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java index 4409f842bcb2..5a3d48520a25 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java index 97ccb9627fbf..94aba3398575 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java index dc37ce6a916c..0aaa8764f7d4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java index dab46cea836b..b002603c5ba9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java index efacf4ea36f5..22547d28d62d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java index 1aa64505bada..bcb32e6fe7d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java index 68806768255c..ac27b460a716 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java index 53573935d87a..ec750c78e2b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java index b9123d1778f5..4b976cc20efa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java index 2e3c6eaa322b..112adfb30a91 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java index 3a57557dbe20..0d4e57e2e901 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java index 5649b4f2a189..097ee2bbd8d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java index 64bfcd54c0d7..8c2ebb53e91c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/AsyncGetEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/AsyncGetEntityType.java index 5aa97ec20b84..ead8539a00b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/AsyncGetEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityType.java index f5b91f98c704..61ff464854c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityTypeEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityTypeEntitytypename.java index 30941e58faa4..05e7efd4c8dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityTypeEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityTypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityTypeString.java index 7353b40fdfac..e26e7d3f6e86 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getentitytype/SyncGetEntityTypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/AsyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/AsyncGetFeature.java index d7332437d68d..91826c5222cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/AsyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/AsyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeature.java index 3b8a31364d74..c3312138ef0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java index 9e5434c87baf..4c5daa3552f7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureString.java index 1c36a59d0e33..da18ea154782 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeature/SyncGetFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java index 18ebb614ec75..a81c62eb8691 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java index 8e34a8d1f9f9..6f3d6ffc0e4e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java index 38527dc3289c..604ea7b8fd96 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java index 2e5a559b73cd..314c810acded 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getiampolicy/AsyncGetIamPolicy.java index d045d8f976db..4db3b7185059 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getiampolicy/SyncGetIamPolicy.java index 51331ad437fd..efaa166ff2c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getlocation/AsyncGetLocation.java index fdbca0b0367f..6859832f4c30 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getlocation/SyncGetLocation.java index fc7d9212beb2..6349b6f000df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java index 95c64fb3a7b6..b63056ced186 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java index 4876312899e1..186b1f56ea6d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java index 96a464bdcb07..748fe80ec635 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java index f3187ab0a314..889ddb37c196 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java index 7e749a23f5af..af4cb79d74e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/AsyncListEntityTypes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/AsyncListEntityTypes.java index cc099d290bc9..7cbc1b2cf43f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/AsyncListEntityTypes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/AsyncListEntityTypesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/AsyncListEntityTypesPaged.java index 2311fba56ae9..d3ae15170acf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/AsyncListEntityTypesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypes.java index ddbd53b438cf..bba29802dd21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java index 646a25a111db..45e8b1640025 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesString.java index bb4a758485fe..0ac85e9ed0c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listentitytypes/SyncListEntityTypesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeatures.java index 2ae89e0b4aa1..e59c70bf34de 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java index 412e55c955fb..f5f8e1bb3869 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeatures.java index cf4be2d5d6ce..8a266b1493b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java index 9669118f1bb8..9dabcb6d9458 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java index f852ca3b59e7..3df5304a982e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesString.java index 4b8f9166ea52..46fd12032d56 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeatures/SyncListFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java index f87123605eff..2002c3169299 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java index 89a5563d488a..cb49398dfb1d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java index eefdefb1fdc8..435e3b0b6d22 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java index 621561f92911..8a45c746f8d8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java index b9179f0b0873..f144455f9914 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/AsyncListLocations.java index 8dede4add413..a0b12bb2cc6c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/AsyncListLocationsPaged.java index d3a424c1c828..7f67c1ee7215 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/SyncListLocations.java index 730222f30732..2b0526a341e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java index 5cc45d05b0fd..382afd7aba14 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java index 1a7c11e0cbc0..e5e31737a71c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeatures.java index 9b6015144c36..b0fa1db4a779 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java index 7ee9284f91bb..7ba7fc060cf1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java index 531f1728e2c2..fe659afe1e8a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java index cdd27b26bd50..e27b6ede27f4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java index 5d96e78d4c82..13c228cf1d1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/setiampolicy/AsyncSetIamPolicy.java index 1ce4daa1474c..68a0e8989241 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/setiampolicy/SyncSetIamPolicy.java index bdee67df49cd..3227ee5ae7a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/testiampermissions/AsyncTestIamPermissions.java index 2c1c5599de89..60b825ff63e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/testiampermissions/SyncTestIamPermissions.java index 8208b72c6ab1..67de42749776 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/AsyncUpdateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/AsyncUpdateEntityType.java index b433ad69f700..f9b2b9574c04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/AsyncUpdateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/SyncUpdateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/SyncUpdateEntityType.java index e423aef21be5..ac79e84d9c8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/SyncUpdateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java index 7b30852af006..a406655f4197 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/AsyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/AsyncUpdateFeature.java index 8038ded12609..5e7eec52e29f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/AsyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/AsyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeature.java index c61f6950280e..81f92db4903c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java index ac9e25594d1f..8093cff1e6b0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java index 26b688c6af69..54893cee476a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java index c7eb9d38ed92..01b2f93b5a58 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java index b234cfd59cc7..8222a5682fc3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java index cd87cace5a32..2bb4da92abb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java index 31be19b4d318..64b2fa8a2e7c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/create/SyncCreateSetCredentialsProvider.java index 5cec318adbaa..c77042e49628 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/create/SyncCreateSetEndpoint.java index eb764ed25116..cdd8b8dd0333 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java index 564a96c31400..b911bd84b6f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java index 2c4cee33e9e0..b7aa356a7569 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java index dd68788c8b2b..0b8363f2cba9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java index af20d9251338..1dffe9eed77f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java index 77e9ba1a8052..508db3d334ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java index 35b7da0feeeb..964886f1e60c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java index 5c973e1ecf2a..6aae038bfa3e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java index 7e8a3024c281..e633f0d200fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java index 124b25461998..486216e96cd2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java index 20195a9205d7..e62754b9ccb6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndex.java index 56dde6792ca0..0459e34aaaa5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java index ff5e81f34882..9adfe081ec9d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndex.java index 54c704980337..2f48ef5a88c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java index f224dd590767..c300aeaffe01 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java index 7a9b7a7862a3..93ca5cd310fe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getiampolicy/AsyncGetIamPolicy.java index ec756ba31ebe..086cca5eae43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getiampolicy/SyncGetIamPolicy.java index b1a82b4f5f99..dd2a56c3bfdc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java index dc7d6d762153..581248056c82 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java index d18404f41f66..84a52c415575 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java index eff3879fece2..cd4f94d5439c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java index d95e682c82ee..5272692260ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getlocation/AsyncGetLocation.java index a58ff3b02fff..e5b7c0ba2d0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getlocation/SyncGetLocation.java index 78573652fb6f..bc52ab3fa4a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java index ea663b07b94e..f5adafe3c4b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java index cb69335349b4..246cde5cdfc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java index cb96d834e2c2..e34e87a014f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java index 07422d8304d0..ee6511bcd1f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java index c9ffe21b1419..4aa8b39dd6f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/AsyncListLocations.java index 5efe8edc69f7..d841881a2081 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/AsyncListLocationsPaged.java index ab70397f44ec..2638d6a4dd10 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/SyncListLocations.java index 591924d2b8b1..a71fbf61ee79 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java index a2d1b7cba3f1..a733a977dd06 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java index 9212cc9e9d20..8c961828be48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java index 75a55b5af2e6..7dcb2efc5095 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java index 21b25a9ecb8c..4ed809cc2ca2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java index b15fcb24b528..bdd2c8f99214 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/setiampolicy/AsyncSetIamPolicy.java index d1df7340af1a..6d18251ffefb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/setiampolicy/SyncSetIamPolicy.java index ea3e4fce49f2..c7a3bc997452 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/testiampermissions/AsyncTestIamPermissions.java index 6a9d69aca5dd..218f14e45fd9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/testiampermissions/SyncTestIamPermissions.java index 480cdf89729b..304cb412ab12 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndex.java index fcad2cf27be5..67de6f88c788 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java index 305a549a8ef9..c28e871b8b4d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndex.java index bccce7cd8d9f..cd426bee396b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java index 6cd921d2c468..b12b75d31ab6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java index 2b6b2d1a81bc..7be908227f7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java index bb9b821f2507..d58d48ba16e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java index d6b6ca74c49d..8a8131d21f4e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java index a96222711eff..7ee8489804c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java index 0051c2214d2f..8f82cfb2d74f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/create/SyncCreateSetCredentialsProvider.java index 418a3090d0e0..e4f4647e322f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/create/SyncCreateSetEndpoint.java index e716e3af7321..96ccbd71372e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndex.java index 8a699e342481..cdb29a64aff8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndexLRO.java index adede24ed146..01adbf16074a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/AsyncCreateIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndex.java index 1b0faa7c7bbf..c42482dda67e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java index 1bce68f03c01..1ea87abc7e97 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexStringIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexStringIndex.java index 7ba8e772afa9..58ac6ff5d2e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexStringIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/createindex/SyncCreateIndexStringIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndex.java index d6d3011efb1c..25c672ba2321 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndexLRO.java index 42220770a423..d2d6005038b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/AsyncDeleteIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndex.java index 308d6e58e03e..b0746c209794 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexIndexname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexIndexname.java index fd8d21f5df9d..34a993205cc5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexIndexname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexIndexname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexString.java index 289748179de8..2b6c770237c2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/deleteindex/SyncDeleteIndexString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getiampolicy/AsyncGetIamPolicy.java index 1f774f2f2a6f..c0415b365247 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getiampolicy/SyncGetIamPolicy.java index 536aa14ca3e8..9e371da3fee1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/AsyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/AsyncGetIndex.java index cb9f32ccd929..5d6715b7b26d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/AsyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/AsyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndex.java index b7b24922891f..c8d8d942d395 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexIndexname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexIndexname.java index 38c82637de20..dcff2b042ab3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexIndexname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexIndexname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexString.java index 4e90bf480ac0..7aeb3ea48dd4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getindex/SyncGetIndexString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getlocation/AsyncGetLocation.java index 627fa40919ec..a7852864f60b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getlocation/SyncGetLocation.java index 6f9dfc82df83..3f41dadcc028 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexes.java index a40bb25d86c8..41d4a46b57ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexesPaged.java index 15ad9bf262a8..dff08f3d6ab1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/AsyncListIndexesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexes.java index e391c8910230..24108d19ae66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesLocationname.java index 5d1a0a341dca..5ce809bf2bb2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesString.java index cc76f9d85f6c..11b0f908dfef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listindexes/SyncListIndexesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/AsyncListLocations.java index 4cd4ce6a3427..deb862159cfc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/AsyncListLocationsPaged.java index edb3dc733e37..9c97741b2333 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/SyncListLocations.java index 3d0167e73c6a..e7acdee0b975 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/AsyncRemoveDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/AsyncRemoveDatapoints.java index 992f97b36c74..07ccbe211f00 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/AsyncRemoveDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/AsyncRemoveDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/SyncRemoveDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/SyncRemoveDatapoints.java index 91ea3fa6017b..f98e83c9bac8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/SyncRemoveDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/removedatapoints/SyncRemoveDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/setiampolicy/AsyncSetIamPolicy.java index d87775085e14..83103e1d8376 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/setiampolicy/SyncSetIamPolicy.java index 03098bc8d762..ae74367a15a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/testiampermissions/AsyncTestIamPermissions.java index 072a2c126030..b4fb7f894acf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/testiampermissions/SyncTestIamPermissions.java index e9fb5946a837..f86075802d4f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndex.java index 65584cd1134f..a35aa73354a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndexLRO.java index ebc271a61891..290443e0df9b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/AsyncUpdateIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndex.java index de9ce326525e..c6abca57c69c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java index f2d983cca254..0c78072abb43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java index 0d1d35b12144..8bc4855b3260 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java index bda9159008c1..5b7064c987aa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservicesettings/getindex/SyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservicesettings/getindex/SyncGetIndex.java index 226b81d52f8d..02b50f98d14d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservicesettings/getindex/SyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/indexservicesettings/getindex/SyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java index 797066000646..6c13f943a835 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java index 7129f6bbfd21..18ff996d448a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java index ffae30741233..2fe4cae49839 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java index a86df8d533c7..0a4a5958e1c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java index bf26cbeb54ef..ad776ee582a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJob.java index 0da76390dba1..b78cc59a8ada 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java index e86de5fdf53f..753f10dd5977 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java index 9589f4595ad2..277e8ffdbe3b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java index 1f5fddd8fe44..5d294bc3d0c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java index c88d06603341..b7c34156b6e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java index c6ef0c0e0049..227afb67a1a4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java index a24fbdad58c7..a6ed23bdd734 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java index e75d7fb7aa68..2a64506b7897 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java index 1f3b5eb23282..9790255cd409 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java index 351cf1f7be7e..d561c8c11903 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java index 0433ba4d70b9..21d0fee83903 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/AsyncCancelNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/AsyncCancelNasJob.java index 4ce36db983bd..d597f573d254 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/AsyncCancelNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/AsyncCancelNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJob.java index 1f35252d9d7e..57ff0f620d07 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java index 8588517c7fb0..bb343821f580 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobString.java index 4b5e12659a4d..79cf2230a7dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/cancelnasjob/SyncCancelNasJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/create/SyncCreateSetCredentialsProvider.java index e4a0c824dd68..fb281de30b0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/create/SyncCreateSetEndpoint.java index e37fa270189b..448504b295a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java index b430e0dc7f1a..67c4788a6e61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java index 58b7152cb1e0..a248e98279ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java index 71a47b1acd7c..6c487150ed01 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java index af883ebe8404..f8aabfd80f91 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/AsyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/AsyncCreateCustomJob.java index 19369387d0d8..dc799783e3cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/AsyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/AsyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJob.java index bc63db53e1ec..305aa9c8bb86 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java index cae3b9656623..4e85cc251b52 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java index ddc1b98a36ed..34cf78ff868d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java index 54ddc34a4e8b..3ea26c8c2d7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java index d4d6fcdbb1c6..cafdbf2cc919 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java index 2feae77e4a8c..7945af707af6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java index 136b58092281..d77b2eb37a90 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java index 62d6ecba1066..3f30d64950d4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java index ae259d83bdbd..2a87a998b4a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java index 3cba4528d4d3..2627159de243 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java index 5d1f43848a4f..03f4be265c08 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java index e57013c29fa1..7289c7476f5b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java index d02a8bfa4e1d..41a6bc21c066 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java index b700ef7fec3e..a8bbce4b0ca0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java index d5f03fc5c1ad..f949ef2d07b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/AsyncCreateNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/AsyncCreateNasJob.java index f151c471fc7e..155578e7ad0e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/AsyncCreateNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/AsyncCreateNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJob.java index 994a7e4df166..98b0dc8ad147 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java index adf29730d1d9..ca3e8ba5696c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java index 5fef1e49b584..da01a2eb0ddb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java index b4c37f3a9fd3..52d0b1337e76 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java index 2da68be800e1..425f7ca8e8c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java index 5d003e40373b..edabce22672c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java index beb1b8767831..463f8745d322 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java index 02a645838854..f3b1a32a0259 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java index 345a6fa99c3b..70c83bbf5292 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java index 102f8c6ed3e8..88ce382c42f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJob.java index 15af03b10137..e52b4a0aa2dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java index 33decd3d3d62..97ded513d2aa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java index 32774e1d5860..20e1dfff3798 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java index 00909e38106b..860213f89f42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java index 9c3af71732fe..eecd6fa7668a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java index fe6aab093385..076c4877b8a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java index 96d0b1e6ff47..604289f02915 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java index a08c5b78c93b..1310d2c33ea6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java index bdfcf12caa09..30ea386367ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java index 2bcf6d8ce9f2..a9947ce65a1b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java index 23a6ed5584b6..6c33838b620a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java index d7098c2eaa0f..82218fe72a5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java index e6064ec72bcc..22ed44f320da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java index 24c1d68a4d2f..21e5c9ba8a1f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java index d55c97b48159..8b9e7ea2dad0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java index 1bb7355ff4f1..64bdc90f8123 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index 8ddfc09c5124..80cc1f389978 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java index 17399ec745c1..61a8b05038ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJob.java index 23b72751d2a2..c426253564e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java index 27ae25d6855d..6abea309affa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJob.java index a59de22a6d5d..93bd513d089f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java index e29ce65a0a20..c295c04e71af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobString.java index cf0799addc51..ecfa6fbbc031 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/deletenasjob/SyncDeleteNasJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java index 34cfc40dc359..54f48ce8d8e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java index da862bea692f..3010c0ef8c6c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java index 7e15d02bc95d..0f5b265e792b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java index 8c9a04d64ccf..3a0ab33a5c99 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/AsyncGetCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/AsyncGetCustomJob.java index 51a1fe0f3075..8d91a3272fde 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/AsyncGetCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/AsyncGetCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJob.java index 4ae9a1954abd..9dbc130332ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java index 20697a8a7c33..8abacdc2bc53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobString.java index a1f872d5f573..69d177dfd6c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getcustomjob/SyncGetCustomJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java index b4195f01396d..921e536131af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java index 6e777f482d35..6688d07c03cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java index bab3a49fc09f..21ec37f35d7f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java index 655f68c56b7b..c027a57288e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java index 0b8756935a16..3745d2efa01a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java index 8cc8ae4e9787..9b81a30e5ef5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java index 64fac5e50395..b310806997dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java index 43cdd4745bfe..edf3702bb2e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getiampolicy/AsyncGetIamPolicy.java index 0ab6695cd4c4..8ed9619aca73 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getiampolicy/SyncGetIamPolicy.java index 3a9077c32a65..5e300ad17e1f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getlocation/AsyncGetLocation.java index 3fe765618cd4..bac6e69c6169 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getlocation/SyncGetLocation.java index 3434f15f317b..b7c092eeef35 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java index 95d2dc802a2c..133ec9f7e612 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java index d69048c00402..2f952d84b8a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index fbdf8db57b3d..fb535c613c72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java index e64d9f2db0fc..9482f3f13e3d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/AsyncGetNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/AsyncGetNasJob.java index d22ca61c180e..81cd27c095de 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/AsyncGetNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/AsyncGetNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJob.java index 807676315365..c84489cf42ff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobNasjobname.java index 9a737c306102..339621ab2c8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobString.java index c5bb010fd81a..a56aa3854693 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnasjob/SyncGetNasJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java index fe652d8d9c3b..65aa184e4c49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java index 22c8ffeb4a96..ff907edcefd3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java index adf8f0cc09f7..b26ef6948bb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java index 05ac38470c09..27c53481c875 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java index 05d697ac490e..c34ad0854bc4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java index 6d8a4bed25ec..07615ba1fd38 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java index c3516de4b316..b9852e0f8911 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java index 79afa784893b..9d04b3a2d518 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java index 4235df3541a1..d0938323a02c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobs.java index 83f0f8be3f99..a04a829a08cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java index 737579e3c01a..72e21775d337 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobs.java index 3aacf2be3e89..f31577d9bbe3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java index 4886eb498dbd..af6471fc4f0c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsString.java index 5c59b7007833..42a3f6c6da1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listcustomjobs/SyncListCustomJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java index 5c3025e52775..7e49466068a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java index e1695ac16ddd..f48c1e121995 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java index 30199af87c14..ec3c52038653 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java index 5e67a72d0885..9942b09e173f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java index 0f1da4a7ada9..cfa7b394c897 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java index a2eee969e819..f5c9d6f8bc54 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java index e83613a71a26..f0dc12fd9495 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java index 136fa5c40c07..a186c7c3208f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java index 9c124334fbdb..0d507e0fa642 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java index 97003c423594..9a988c31dca1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/AsyncListLocations.java index 2a188052c438..10a59c89eda1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/AsyncListLocationsPaged.java index 508c90a4c4e8..930126beef2a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/SyncListLocations.java index cfcf2ba1db86..768e12fbce01 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java index 6d9fdf965ae0..d830de5b4b43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java index 41a35198781b..ef82f2660788 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java index 4750f24c8162..bdc9d2ff4aa7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java index 70ae832f80a4..546f673c08b7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java index 0c96131ed513..94ee4e37574a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobs.java index b178af0be973..38791cac6b3b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobsPaged.java index e2f550ddd79f..f7ca189780a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/AsyncListNasJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobs.java index 7ba6cf75bfe7..356209c7ce49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsLocationname.java index adbc398e4983..1379e190fcfa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsString.java index 435318cae5d8..47b7be0b82ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnasjobs/SyncListNasJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java index 6d9a087cf67a..c3ce3e541343 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java index fb3f5d17a9f4..edbc81844685 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java index f690cc004205..a2de5897bc2d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java index 1426324e5ec8..08699b977f8f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java index fd6b4ca7ebdb..37251e4dc626 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java index 0f8ad571d822..2102163f7d13 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java index 15e1e7c6f41a..c5de37bccb95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index eb0f00c93d6b..982a7d384fbd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java index 5b43031e99ee..f5f2014a895d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java index 60dd078e28b7..83416c92e68f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java index 00d23b86ef88..a65a327a23b9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index 75508a53b4f7..ea613893ca7d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java index 495cf1a9bceb..67671c5b02c2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java index 7ef3f8c049b0..7bb3b0d72b61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java index ec7ea6c98830..d95fe896c741 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java index f9af21624e91..fb48090910f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java index 740c0db05eb3..e1599ca290bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java index 870cab0b2ba1..b1d538231f7d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/setiampolicy/AsyncSetIamPolicy.java index 7fb9bec3a1c9..570c0097d745 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/setiampolicy/SyncSetIamPolicy.java index 9022c220ba54..931b1387f3f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/testiampermissions/AsyncTestIamPermissions.java index 8c6a896a1534..3e421d776093 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/testiampermissions/SyncTestIamPermissions.java index 389ae22e5354..958add1f73c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java index 7e3137d8f46c..f175b151e841 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java index 3b689fba2022..02737a38a004 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java index ce3e48d46064..f6ceb1ed8044 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java index 4acbb64601af..6240f6977bf2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java index b6d0babc71a4..bcddee6d75b7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/AsyncComputeTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/AsyncComputeTokens.java index dae33f05d97c..94663d8ad496 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/AsyncComputeTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/AsyncComputeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokens.java index 775eab660f69..5d54bcb4f203 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java index 5c34d4d876b5..a7b67cb2ea12 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java index cbc5220cd26d..8d2339e2aae4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/AsyncCountTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/AsyncCountTokens.java index 339012127fd8..5c7c3c6c327c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/AsyncCountTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/AsyncCountTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokens.java index 65eebfcdee35..375c2127c214 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensEndpointnameListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensEndpointnameListvalue.java index a96af6c6360b..a4a98ce89072 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensEndpointnameListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensEndpointnameListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensStringListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensStringListvalue.java index 97f465ca0973..5b6668892aab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensStringListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/counttokens/SyncCountTokensStringListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/create/SyncCreateSetCredentialsProvider.java index e4493d33c37f..3aca562c1f71 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/create/SyncCreateSetEndpoint.java index 8896a1475080..278bd15a25bf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getiampolicy/AsyncGetIamPolicy.java index c5802a90e690..07779a67b24d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getiampolicy/SyncGetIamPolicy.java index 1bcd79c776ea..487a605f2dd8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getlocation/AsyncGetLocation.java index 76b90c861c34..f739eabc00be 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getlocation/SyncGetLocation.java index 37f16cffd49f..e4c48d1d0f38 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/AsyncListLocations.java index 88e1d1f9607e..dc33921056bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/AsyncListLocationsPaged.java index 7333ce1b7573..01c9745a4515 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/SyncListLocations.java index 7abfe2938bae..1d39789dbf3c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/setiampolicy/AsyncSetIamPolicy.java index 5259875579a2..71c893086c0b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/setiampolicy/SyncSetIamPolicy.java index 0dd0c2f73a63..55f37bf80586 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/testiampermissions/AsyncTestIamPermissions.java index 22eaeba58e15..d821e6869adf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/testiampermissions/SyncTestIamPermissions.java index 542c62a85fc3..1e97a4869bfe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservicesettings/counttokens/SyncCountTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservicesettings/counttokens/SyncCountTokens.java index 828056571747..6109ce1f34ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservicesettings/counttokens/SyncCountTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/llmutilityservicesettings/counttokens/SyncCountTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/create/SyncCreateSetCredentialsProvider.java index 615501a39e31..7288c4066205 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/create/SyncCreateSetEndpoint.java index 51354065e00d..3689e1e84270 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/AsyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/AsyncFindNeighbors.java index 0761eefb3e11..053fd87257c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/AsyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/AsyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/SyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/SyncFindNeighbors.java index bdc0d264f5c4..0714d20efeb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/SyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/findneighbors/SyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getiampolicy/AsyncGetIamPolicy.java index 3251f1366b05..c7a22f61e627 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getiampolicy/SyncGetIamPolicy.java index 1aea0561e7cf..600805b894c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getlocation/AsyncGetLocation.java index 15e9890c4ecf..0590e1f4231a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getlocation/SyncGetLocation.java index 95182c5995f2..2171c0d23e9a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/AsyncListLocations.java index e1401857f4c6..6f7807421b74 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/AsyncListLocationsPaged.java index 2048cbe29a1e..9efc412d08b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/SyncListLocations.java index b44ce2537f5c..ddeabc1bddee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java index 3f778fb0b772..1bcf9ed50e08 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java index 9c2f5d3841f1..ff1a822d098e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/setiampolicy/AsyncSetIamPolicy.java index 9deb7ee4ec75..263a7ade391b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/setiampolicy/SyncSetIamPolicy.java index 5c99420313eb..99639f1fad9a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/testiampermissions/AsyncTestIamPermissions.java index 238039a64ea2..629d3faf05a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/testiampermissions/SyncTestIamPermissions.java index 2311f00e1972..35e079d8c062 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservicesettings/findneighbors/SyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservicesettings/findneighbors/SyncFindNeighbors.java index 252edffe6c48..c23bd3f959cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservicesettings/findneighbors/SyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/matchservicesettings/findneighbors/SyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java index 6150add43a17..57d4031795ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java index f774f5a9e9bc..038ce2cea204 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java index d36cf7e3c306..2d9046a5e842 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java index e816f554fb1a..aa3b208b1898 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/AsyncAddContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/AsyncAddContextChildren.java index 5492f43657ad..72a9c5badd67 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/AsyncAddContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/AsyncAddContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildren.java index 5fea098bda6a..259e142cb334 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java index bd97d470c8f6..89b70c558bf6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java index be482abb4ed8..751c24c8384b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java index 6cbcec2689c4..907c8cc75f99 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java index 52424b78615c..776ca48d6605 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java index 2bf01ea381c9..0fe7d4219a0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java index 6b0cc3a5f81b..6ff5ba0767f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/create/SyncCreateSetCredentialsProvider.java index 3ad3e56d926f..f4c2f0f16f71 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/create/SyncCreateSetEndpoint.java index 01006d939ad8..b03db3859309 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/AsyncCreateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/AsyncCreateArtifact.java index 7d2f5cabf847..5aad027bb2ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/AsyncCreateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/AsyncCreateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifact.java index 04aa37c8941a..c9ff6f333184 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java index 1fd9ee19f25a..c2032f69f060 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java index 48b87f583e24..ff1985436796 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/AsyncCreateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/AsyncCreateContext.java index 68bb6b6bff3a..8b04f5726670 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/AsyncCreateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContext.java index 71f09f4b5a3b..f251ac1c1364 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java index 56fb30619235..890e26f5a60f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextStringContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextStringContextString.java index 2c4c1482feb9..b517943aa312 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextStringContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createcontext/SyncCreateContextStringContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/AsyncCreateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/AsyncCreateExecution.java index 8ccc737a4341..1a22e0602341 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/AsyncCreateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/AsyncCreateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecution.java index c8a3f67ada1e..2d0a88de0533 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java index b390bafadca5..277bad04bd04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java index 2bdf0779b847..29e36f200d2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java index d2d7f720619e..5e0626ee8590 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java index dbce099c97b9..1a284fcd29c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java index ae70bbe2f26b..1d64c895fce8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java index c553e781e83a..6b41765f60e6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java index 9a75906102d2..b57a7e4d4e2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java index 450c3c8a8e8a..56ae335ea5fe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java index 66ccb9887730..94650c134481 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java index 51b2921272d9..4df025badc72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java index 90963521ef79..e1929774d3ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifact.java index ffe181db3446..cf16040c277f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java index ad714c3284bb..c61a97e0f45f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifact.java index e81643441e3e..002a97a8f42c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java index e5aa02e1b4a6..a2252698f189 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactString.java index a1ab997cda00..7ebd447c01c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteartifact/SyncDeleteArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContext.java index 5b40144782f9..44b13600c9cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContextLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContextLRO.java index 3fcbdb0fdf1e..58532e61656b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContextLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/AsyncDeleteContextLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContext.java index acf4ada6d35c..9c6164550bc4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContextContextname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContextContextname.java index 1473165eaa21..abe6c603857f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContextContextname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContextString.java index eb4f21689116..da411002369a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletecontext/SyncDeleteContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecution.java index fe8409273707..d602020f2fe1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java index b3d68fd3ed54..ab288eb2b6cd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecution.java index b44e92ad0b7e..d4a3c9628383 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java index 17b220b7a796..01a948000a42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionString.java index eefd12a667b5..b55ca544f82d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deleteexecution/SyncDeleteExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java index 8174ddd80d36..311672ea05db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java index 27c2d1c9e3f0..4a60aac33679 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java index d53fe7eaa80b..be2f19847986 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java index e067303997b5..497d99e7d478 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java index 8ea1d7846357..5a5cb9b00b5e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/AsyncGetArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/AsyncGetArtifact.java index f0feaef13674..afcdd1a2def6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/AsyncGetArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/AsyncGetArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifact.java index 20ef7bad84f6..a913bcb28a81 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactArtifactname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactArtifactname.java index 73b4cd1ef1d7..3902ffdc5a3a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactArtifactname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactString.java index f832ac62f65b..213c0cf8153e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getartifact/SyncGetArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/AsyncGetContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/AsyncGetContext.java index 6c4ad754c24b..157e75693687 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/AsyncGetContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContext.java index 91ab37e74d31..8eaa381c0981 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContextContextname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContextContextname.java index bd0055f521c8..08739d45e3cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContextContextname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContextString.java index 3fb06300caac..83c3826ca8ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getcontext/SyncGetContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/AsyncGetExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/AsyncGetExecution.java index f82aacd8fd4a..1dbd1af29f90 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/AsyncGetExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/AsyncGetExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecution.java index 9823af69e40a..e47631f5389a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionExecutionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionExecutionname.java index 4db475a697b4..66b223da1244 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionExecutionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionExecutionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionString.java index a881a8a67caa..0c0785260e21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getexecution/SyncGetExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getiampolicy/AsyncGetIamPolicy.java index 9697da1b1177..9166b35d6f4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getiampolicy/SyncGetIamPolicy.java index bbcd7009ffcb..408011f4ce47 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getlocation/AsyncGetLocation.java index 84ba6441df5b..8a3f26b8e42c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getlocation/SyncGetLocation.java index f722fbc6f636..e95ddb437f4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java index cd5512714b7f..fd1556dd6b5c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java index b35f381a7e92..2e87cef0d5d9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java index 9880fdfd4c19..f2591de0b274 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java index a2709dd0d737..73ac7f2cdb4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java index 5bdf05087f08..2f4495d0eb06 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStore.java index d441849702d5..913f24c5c4cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java index 0af4669cadde..e4e9d8aeb3d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java index 3af62f1086ea..d92ffb0d5cb3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifacts.java index faf942d05ed8..ee13e2c24ee8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifactsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifactsPaged.java index 654d07014f94..80504e01efc9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifactsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/AsyncListArtifactsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifacts.java index a94252a461c3..1757df3b7062 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java index f787674fd810..03dd31139c7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsString.java index 610ed5ec0ebc..cdc0f7518ddd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listartifacts/SyncListArtifactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/AsyncListContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/AsyncListContexts.java index 1c8227194513..ae64ef2d59e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/AsyncListContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/AsyncListContextsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/AsyncListContextsPaged.java index c70fd2e77db1..dd9bb080d513 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/AsyncListContextsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContexts.java index 0d6fa5881b6d..fac24809ee41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java index ec31648bee4a..c6041b95d2a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsString.java index 95face3e4afa..22fe1b90cbce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listcontexts/SyncListContextsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutions.java index 854ba2ba66c5..ee026f097794 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutionsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutionsPaged.java index 1aafd7d1e455..6f99e0a7510c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutionsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/AsyncListExecutionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutions.java index 8105eebab438..5fcc85147c6a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java index 461fb702b29e..190ab1087245 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsString.java index c7ee31b6e4fc..0e4d75f0b69f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listexecutions/SyncListExecutionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/AsyncListLocations.java index 67723814e68a..86ba47f968a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/AsyncListLocationsPaged.java index 879b1718085a..f612615ffe99 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/SyncListLocations.java index 73ed224404f9..48277635976b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java index 0eb4dc318521..76d888aa5808 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java index b5b773a95f14..b32428254fdc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java index 85eaff86ca4f..d9ecbca37195 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java index fcdfb61efc5e..9e8699140f6a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java index c70b9459ce13..73570166bc66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStores.java index affd1ef357c6..b0def4955244 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java index c77d8dc95eee..9541eace58f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStores.java index 0f7ec05a439e..88a9189fcbb0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java index d64ee81ce2b1..12667bac1a8a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java index 166b45ad0b41..34c3dd0cfe6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java index ac13d1d9988f..0c5a248c7b16 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java index 1bce365f0b4f..0a9278530d51 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java index f44b075e62f5..6e3aea184d5d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java index a302de95ad34..77ad360b2361 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java index 950b5a86738c..51ef2778859e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContexts.java index 5e24e56e7110..81a842a5c157 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java index 628e3cd133eb..3c66262a1a3f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContexts.java index 7368fe252664..b9dfa86d764c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java index 59b83e55ac23..7ce637d73a8a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsString.java index cc1ac9279b9a..323004c73706 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgecontexts/SyncPurgeContextsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java index a5779636e5d8..679c8e36367a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java index 3072000f5384..ed06e060af21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutions.java index 60e49200c018..5c241c7fa89e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java index ff7d315e677e..8f68509190e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java index 3d41a37a72d9..e605b17d470d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java index 1ea34948f749..78aca55c2cbb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java index 6259e4638810..d0f90ab9ee53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java index 1556d63e93ca..f28b7a8a567a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java index e6579ebaa82d..e5d65ac8c031 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java index 687843e3ab80..79cd85d872b0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java index ab8ecba7d977..ab62f6339bb6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java index 0aa1262aa001..0d551dee1c76 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java index c2208f5925a7..42c2feffaf1b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java index 1deb95dea5f9..034edb3f77ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java index 3ad46c75d397..8657d591165f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java index 3fb62fde4537..fab3ff960781 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java index 3fe42e3a76e3..259e88bcfd8a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java index f30e1a3b4655..9b971d6e1d60 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java index 93283a19fdda..a0e112107b72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java index 33e22130a4ea..1e0cccf25dd6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java index b9570c57a51a..b1e5be3d4521 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/setiampolicy/AsyncSetIamPolicy.java index 08982205b57e..130213624425 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/setiampolicy/SyncSetIamPolicy.java index 4f4f460d9e44..59bb75b74cb1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/testiampermissions/AsyncTestIamPermissions.java index d00714521b20..5102f3fa294a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/testiampermissions/SyncTestIamPermissions.java index 36c477d8c9f1..8d37b047bafc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/AsyncUpdateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/AsyncUpdateArtifact.java index f2252bf61dae..e67c401b3591 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/AsyncUpdateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/AsyncUpdateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifact.java index dc3ac8d0b4ba..be0cc32a5406 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java index 75e7f6e8ca61..29010f14c63e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/AsyncUpdateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/AsyncUpdateContext.java index 4359ad8c1118..4a6260715a77 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/AsyncUpdateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/SyncUpdateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/SyncUpdateContext.java index db56be1ebe3f..f06e0f81aa71 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/SyncUpdateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/SyncUpdateContextContextFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/SyncUpdateContextContextFieldmask.java index 3a081ea50b79..20edfd4f08ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updatecontext/SyncUpdateContextContextFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/AsyncUpdateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/AsyncUpdateExecution.java index 7f4099cd2d71..2af4978bd4d5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/AsyncUpdateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/AsyncUpdateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecution.java index 99ef039525fd..1096e0e7333c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java index fd3c1ec098a5..2e6286e1a48c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java index 68c5732a119a..c5247dd2cf70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java index cf509a8a8649..7f446d4dac4f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java index 1c4f1df1b373..8eb641e66d57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java index 5637290cae1a..51fe687aeba6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java index eb3e8ad90adb..f6703272779a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java index 2d3b9d5fa954..59224ac61537 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/create/SyncCreateSetCredentialsProvider.java index eacc5b004d75..738f918e51f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/create/SyncCreateSetEndpoint.java index b16969433559..6967b8711e80 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getiampolicy/AsyncGetIamPolicy.java index 443f35e6d540..ac811d23b275 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getiampolicy/SyncGetIamPolicy.java index 90d2a1cdfc78..d3a9ddf4e479 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getlocation/AsyncGetLocation.java index dd88ed5c7df9..c00e9607c610 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getlocation/SyncGetLocation.java index 8ac23bbaa356..d3234aa540f8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/AsyncListLocations.java index 05de2d14b58c..db152361ef29 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/AsyncListLocationsPaged.java index 383c2235a787..8402013cd366 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/SyncListLocations.java index 7239cd0a8f60..865164de7c20 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java index d3067c1bf986..9da12bab6c04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java index 753993252a71..470ae9972fc2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java index 27c1fcd4e525..5557f940302b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java index 7d2a4924f7e7..6ac5823d7b7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java index c274bf190a9c..337d1fb6b7d9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/setiampolicy/AsyncSetIamPolicy.java index 3ca45d006efc..c67d616feffb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/setiampolicy/SyncSetIamPolicy.java index bd34412918a8..18110f224c6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/testiampermissions/AsyncTestIamPermissions.java index c6b9ca45105b..3731f36c9c90 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/testiampermissions/SyncTestIamPermissions.java index a1830e2cf932..5b44934ad90f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservicesettings/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservicesettings/getlocation/SyncGetLocation.java index 348e3d373f28..758d43bb0e48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservicesettings/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/migrationservicesettings/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/create/SyncCreateSetCredentialsProvider.java index 7e51fabfcf50..a067d9a0ee6a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/create/SyncCreateSetEndpoint.java index 3fa5fb29fed3..222c304c6e78 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getiampolicy/AsyncGetIamPolicy.java index 02dea5aad781..565e83ae101d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getiampolicy/SyncGetIamPolicy.java index 2b23124e742c..b434c08fc820 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getlocation/AsyncGetLocation.java index f87f94f3d351..a0b01d368d6f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getlocation/SyncGetLocation.java index 18ebbc06cfbe..415e0bf1636a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java index 7073d6db4329..50b26a22be83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java index 5bada1767ef1..35863b065b01 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java index 6182ed93a2c5..1d866efb6db8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java index 61604f0533bd..948af30e049d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/AsyncListLocations.java index 5646300bd2a8..4b3decd608cd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/AsyncListLocationsPaged.java index f5cc3812e32a..d75e8d44f48d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/SyncListLocations.java index 46c7bc2417a8..43eeedfc6522 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/setiampolicy/AsyncSetIamPolicy.java index 6d421c2517fe..98a2dea0b708 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/setiampolicy/SyncSetIamPolicy.java index a1cb7fd47f5a..40b7f42c1c52 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/testiampermissions/AsyncTestIamPermissions.java index a1b764b740fa..3542d2b0d39e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/testiampermissions/SyncTestIamPermissions.java index 6fb230e14aa6..3ba0fb381bc6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java index 7ad075309ece..4ce40f9c9b6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java index 26fb1ee8209a..8432fdb83c58 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java index dc879f710845..ecd7eced6fd3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java index f93fea030157..779488c66feb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java index 887334a84f7b..cef3cb9dbf7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java index 564170f34d7a..4ca6e99de623 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java index 2ae2e571edab..5498d7fe6cc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java index 3b08bb2e2a4a..1109559256ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java index 04436269bcab..825103f50d1c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModel.java index fe45bb7e372b..4e915765f1e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModelLRO.java index 4981b59b1524..509d1f19e936 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/AsyncCopyModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModel.java index 66f5ec5d2b59..0643ac580baf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java index 6363ba26c8c1..74664d1aca6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameString.java index 7b31d901b1e8..791b07dcf782 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringModelname.java index b22979387866..f50521e14a99 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringString.java index 5f9b98ac15f0..e0ceffe48c5e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/copymodel/SyncCopyModelStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/create/SyncCreateSetCredentialsProvider.java index e89b7eb47155..8ad811f4b7d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/create/SyncCreateSetEndpoint.java index 780f1f64b501..b6d6b9d26c9d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModel.java index d8e44304f664..6f9bb39034db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModelLRO.java index de850aeb89a7..c9e1f6db3a0e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/AsyncDeleteModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModel.java index 682a5c60d9a2..8258ff0328a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelModelname.java index 9cc2e9d32521..d848253af6e4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelString.java index 49a69b53824c..6bb88bcbe30b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodel/SyncDeleteModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java index a2bc42f8345f..c62218253e95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java index 8f32189e03f1..e4033762ba6f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersion.java index 7928bf4d38dd..67ca90612474 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java index e0c1146d2626..d43ea79d992e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java index 1f7ff7495160..686263429c95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModel.java index e02f7440291a..b0906be186ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModelLRO.java index 345939cd5558..4e0328670bc6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/AsyncExportModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModel.java index 082f47ad6f66..8972727ee91b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java index 6354da10e78b..95e52e526389 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java index 866a8560ce39..a531b6ff6704 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getiampolicy/AsyncGetIamPolicy.java index 63c94b9d9d3f..d693d56a6589 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getiampolicy/SyncGetIamPolicy.java index 0bee55f61ff8..0e57a08268a3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getlocation/AsyncGetLocation.java index f12e819f7273..e80f51d25287 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getlocation/SyncGetLocation.java index 6dae775cad1a..caa1192064f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/AsyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/AsyncGetModel.java index 2dd56463cf57..738162220c3e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/AsyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/AsyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModel.java index 72f842ea7b84..a4f9cef6b860 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelModelname.java index c81880e3edfd..a48244e0d624 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelString.java index 64287490d6c4..6877a42c7034 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodel/SyncGetModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java index c384ac850d3e..c91086979614 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java index 9b6fe3edafa7..6c7cf06245a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java index c887ac136a06..c2cd03083514 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java index 3c8d06539f4b..b0defb0923b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java index b71769d29125..84663fb26112 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java index f10a27e25f46..2a17849522c6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java index 3ef28f9bc332..e68a73fe681a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java index 864681563d8a..18a0cfa3d040 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java index 6a172d4a9056..30020f2f4137 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java index c06c201b8eae..882f3342bd0a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java index ec26d342ea54..a61f173f5eab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java index 04eb44ade19c..c5cd75b340a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/AsyncListLocations.java index 9abf01e7ac66..d61e65c784bd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/AsyncListLocationsPaged.java index c648d983a19c..ac8531815460 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/SyncListLocations.java index ac1ded43dd2c..1003c213b1dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java index a92ec6805588..0b72d1806f13 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java index 3bf73f7113d6..9ba2973b36a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluations.java index 350cfd07cb02..946227e83368 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java index cc265921db7a..649c1fefae80 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java index ab0a76b3f5d9..407b5487c895 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java index 830a153a6824..77f4de32e214 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java index 779a198be5d4..9b954709119d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java index 3dedac0018e9..12d56bff2070 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java index aac6036eda78..be02214b8959 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java index da7f71702afe..3fe7bc4702f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModels.java index 2d8b3d6a9ff5..ec54688e4517 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModelsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModelsPaged.java index 7f7cccccd24d..5de7cbe7a63c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModelsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/AsyncListModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModels.java index 0e574877328e..6314653e2824 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsLocationname.java index 0644ef8ee5e0..85201ca3d436 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsString.java index 01afc6ed0825..d88feae96f49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodels/SyncListModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersions.java index 0a6580b3a454..d1f7266caa67 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java index 5392b2798d05..5e395c685692 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersions.java index 258832ffb0c8..d634a72682e6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsModelname.java index 170bce5d3191..ac70e1011756 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsString.java index c1a747fa1804..7fda7de7bdc8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/listmodelversions/SyncListModelVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java index 49b44f367291..cfa2542ed2ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java index 20e0056b6857..c15dc0a1b389 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java index 2355a9d8c63b..963304f7bcc1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java index 4c3b354a10e4..768cf9c281e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/setiampolicy/AsyncSetIamPolicy.java index 69d581d00b55..7cd11447722e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/setiampolicy/SyncSetIamPolicy.java index 401b2cfd1fad..b10e7bbee878 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/testiampermissions/AsyncTestIamPermissions.java index 99e53f2ddb3a..cec656a9e2c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/testiampermissions/SyncTestIamPermissions.java index 0bc56f607312..9eea56e1f052 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java index ff29d008bd4a..8269de9dbd3a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java index 9af0952844fc..e303337e6160 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java index 54c23b31110e..9a12cf1e4fd2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java index 7e220e6335ed..dcc0e256cc51 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java index bcef1e692b98..a8dd6e55634c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/AsyncUpdateModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/AsyncUpdateModel.java index 842e73ab43d8..11a4b1511986 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/AsyncUpdateModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/AsyncUpdateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModel.java index a64d4cb8b6c0..00400ca1b8d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java index 8edb3e13b367..04aa18e1752b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModel.java index 8841ab7b6faf..cd8f6f9908fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModelLRO.java index c5ed7f54d3bd..10f3d6e2efa9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/AsyncUploadModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModel.java index c8907ecb45a2..7ba207b1ad66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java index d800fc221b87..2b4a1a95fb88 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelStringModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelStringModel.java index dcd94d8c9d78..04bab72e88ee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelStringModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservice/uploadmodel/SyncUploadModelStringModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservicesettings/getmodel/SyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservicesettings/getmodel/SyncGetModel.java index 0dfa66e6b397..8a9554beb463 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservicesettings/getmodel/SyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/modelservicesettings/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java index ff8f6805c0f3..7ba72648650e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java index d2206e67c159..4196862f538e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java index 897e6288227e..ceda0542e800 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java index 610bc1f76419..d6ce1cd0b09e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java index fd0513616e8b..54f62d34b784 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java index ae2e185b53b2..beef5a3842cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java index 21e43f74dc11..38e15125e8e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java index ef451ea38752..7ddb6476e93b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/create/SyncCreateSetCredentialsProvider.java index 23325c97d5f6..c7981deddc9d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/create/SyncCreateSetEndpoint.java index afb685d6a323..757b858dd60f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java index 4ea8f3b878fd..4e2873913746 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java index 77df07346f0e..b7b8f07458d9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java index b62241a69bb4..ccd7f8a2870a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java index 30a9711390b3..a43e8c5dc0ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java index 3157352d083a..da9a9414a02d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java index 1cb674e0f3a8..4440ff35f6a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java index 131bae5f786c..30d149940b62 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java index 5daa6734cedf..ff84b7b610da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java index 7afe22bf66e5..f62e1e9c39ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java index 21b32c4009d2..a6186a917849 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java index 21dc8f3b7200..cfed06f10492 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java index 4f354138356c..7888bc9cccb7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java index 1658b73461f4..e17c0fe1b138 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java index 7fd724ea4c08..b23ddca79d09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java index 44af763ef8ad..114374a42780 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java index 4114e34c29bf..469d125b154e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java index 729dea712884..e31d9b345e1e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java index 54f34acbd83a..9640da5d20b9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getiampolicy/AsyncGetIamPolicy.java index 9cb803a2a5f5..179b32f09045 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getiampolicy/SyncGetIamPolicy.java index b0700f97b167..5a23148c37dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getlocation/AsyncGetLocation.java index e4218450263e..610bebae85a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getlocation/SyncGetLocation.java index efed88fe6e6e..501a8dc0c41f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java index 0904e9ec10f9..28f33fea40b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java index 5fdbc2ea3add..da78a99f4da8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java index f3a5280ad34e..62bef1d67a57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java index 5ad82c39b2cd..dc47b1f582d7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java index 8ed14e1db367..85871bc94774 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java index 3954831b3bc5..d1e41597f8fc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java index 89f73e5c456b..a62fa6b3b8ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java index 3b646f84e04a..68554834acd2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/AsyncListLocations.java index d16f34bfe27f..94cd143031c2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/AsyncListLocationsPaged.java index bd5ebbe675ef..6f6eaf6e3acf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/SyncListLocations.java index efe895d83425..07c1f72c39ee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java index 8c34057eff0d..cbc77fe9d183 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java index 3d297a10aa26..8f917f342e10 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java index 1ab2252dce8e..e4e3040c1be1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java index 4249e4c5e7e6..ab3616481470 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java index 4de1c6a44f3e..56a1084873e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java index d9eab65f1335..506431458743 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java index faaf9cff71d3..9fb59dda57eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java index 241170808ee3..2a75f04a36c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java index 5194685652fe..cbc6cc50c894 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java index 60967a1cc3cf..92521e759e31 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/setiampolicy/AsyncSetIamPolicy.java index 52e1712f09b4..b64cbc2a7037 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/setiampolicy/SyncSetIamPolicy.java index a68edc63575a..ba776672bf81 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/testiampermissions/AsyncTestIamPermissions.java index 03bcc6c86208..10eb96c183cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/testiampermissions/SyncTestIamPermissions.java index 62d0e52958a0..a1ff701ad554 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java index 0b899478e4c3..bccf2b11f949 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/create/SyncCreateSetCredentialsProvider.java index 5a3c7e78eab2..cfdf46aa3bd9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/create/SyncCreateSetEndpoint.java index 3257a5ff1304..727be82ef616 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/AsyncDirectPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/AsyncDirectPredict.java index 9785d2416f60..279877b4914c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/AsyncDirectPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/AsyncDirectPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/SyncDirectPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/SyncDirectPredict.java index b297487ce084..b24e66d4c1b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/SyncDirectPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directpredict/SyncDirectPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/AsyncDirectRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/AsyncDirectRawPredict.java index 7007f9560331..b4530f319411 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/AsyncDirectRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/AsyncDirectRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/SyncDirectRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/SyncDirectRawPredict.java index 394740bd2d03..5370f72a0d1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/SyncDirectRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/directrawpredict/SyncDirectRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/AsyncExplain.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/AsyncExplain.java index c913c7ed7ee4..41d5f9dbfcd1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/AsyncExplain.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/AsyncExplain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplain.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplain.java index 410b0798d0d8..33c666d66c04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplain.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java index 9fb25958238e..6fbf2be92f01 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainStringListvalueValueString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainStringListvalueValueString.java index ec29bd821a0f..b017d5e02fd9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainStringListvalueValueString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/explain/SyncExplainStringListvalueValueString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/AsyncGenerateContent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/AsyncGenerateContent.java index 7c96a1bd47f9..d702208ed651 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/AsyncGenerateContent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/AsyncGenerateContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContent.java index bb7621b9aabb..13dbbd09b059 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java index 9db776940d94..0fe604e29617 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getiampolicy/AsyncGetIamPolicy.java index fab829d56f38..8a81779ba25b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getiampolicy/SyncGetIamPolicy.java index bb7c924688ee..559a6db5cd54 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getlocation/AsyncGetLocation.java index 1c44aacbd405..76cf580bc6e1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getlocation/SyncGetLocation.java index 0302401ccbe9..20dd731966d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/AsyncListLocations.java index 2e7819b1f733..a358f6497726 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/AsyncListLocationsPaged.java index f58ea5739a79..7199904b4604 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/SyncListLocations.java index 8714c29c6782..341bc242ccaf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/AsyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/AsyncPredict.java index b908bf917158..046bc85b5cd8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/AsyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/AsyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredict.java index ae853240acae..89bc2717fe44 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java index 6997ac9501cf..31f1ebc2ed6c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictStringListvalueValue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictStringListvalueValue.java index ac285b09f55e..e21c6b7e4e0d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictStringListvalueValue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/predict/SyncPredictStringListvalueValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/AsyncRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/AsyncRawPredict.java index 475abcbbefc2..fc7232463fe8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/AsyncRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/AsyncRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredict.java index e2632d820f70..29f023e8fe7c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java index 130fc5274119..bf7ac4b6fd2a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java index 181b590f149d..fe8c36ef77b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java index d12f56acf52f..ebefe039a627 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/setiampolicy/AsyncSetIamPolicy.java index 7e6045023e0d..02c25242202b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/setiampolicy/SyncSetIamPolicy.java index 26e30bc5e335..0583faf8f2c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java index 68bdee36be20..ab3257d1bd55 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java index 59daff512ce5..2587282574e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java index 3dd3dc75fd5a..4e553d370ae6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingpredict/AsyncStreamingPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingpredict/AsyncStreamingPredict.java index 113597f57271..2dbc24436177 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingpredict/AsyncStreamingPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingpredict/AsyncStreamingPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java index 6123b62470de..a259d3e42e3d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamrawpredict/AsyncStreamRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamrawpredict/AsyncStreamRawPredict.java index 250093765671..ae406ec618bf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamrawpredict/AsyncStreamRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/streamrawpredict/AsyncStreamRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/testiampermissions/AsyncTestIamPermissions.java index af08ad987287..bfc7f1dcbe72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/testiampermissions/SyncTestIamPermissions.java index ef4ceea2a237..c6c6a0d6acac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservicesettings/predict/SyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservicesettings/predict/SyncPredict.java index 25a8ad7b776e..0de189cd6822 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservicesettings/predict/SyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/predictionservicesettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/create/SyncCreateSetCredentialsProvider.java index 38b5addd0c62..8c0a883f6d32 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/create/SyncCreateSetEndpoint.java index 40edb68e633d..0f46eb451950 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/AsyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/AsyncCreateSchedule.java index 3577e2bd1204..5a89c7f90313 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/AsyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/AsyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateSchedule.java index 3792496d5b98..5de31ce7b3f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java index 7685479f2646..4e598e91b2df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java index 8199964bd144..605d0b3e44f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java index 3e3989ab138a..007265914a7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java index 291e996b5d2d..42bea74187ee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteSchedule.java index 091178b3e5ce..1147ba66ec2f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java index 2f90fe19c6a3..7df9e3cb0fed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java index 80618408afcb..ac1758f84b39 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getiampolicy/AsyncGetIamPolicy.java index 1d657aeccc03..ed53e2baec46 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getiampolicy/SyncGetIamPolicy.java index 7d0a7cd5aca3..c1f29dc95233 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getlocation/AsyncGetLocation.java index 10cec378a721..5146df88c12b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getlocation/SyncGetLocation.java index 95b66048f5c9..1c42a8dda28f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/AsyncGetSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/AsyncGetSchedule.java index 847c3114ca40..bde97ad11b89 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/AsyncGetSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/AsyncGetSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetSchedule.java index 22aef31144c1..8d74fcc5a63c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java index 046741a16edc..ddcd1c1ee6d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleString.java index 15f319758096..0a51acc45aef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/getschedule/SyncGetScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/AsyncListLocations.java index ed2db882b732..c6259899319b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/AsyncListLocationsPaged.java index 5321498e8fe1..2b9f61218246 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/SyncListLocations.java index 751d2d8665ba..8d1da5976921 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedules.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedules.java index 31e9c356d47b..fc9a58b1508e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedules.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedulesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedulesPaged.java index 50cfe531a6a8..a8d1d537e468 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedulesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/AsyncListSchedulesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedules.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedules.java index 948b78ba5034..e96d143cb3b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedules.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesLocationname.java index e12f501a5982..736bf93d5f70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesString.java index e2a9ef62cad0..1e87a04f5511 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/listschedules/SyncListSchedulesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/AsyncPauseSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/AsyncPauseSchedule.java index d613a57b8cb0..b2f33ca2bceb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/AsyncPauseSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/AsyncPauseSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseSchedule.java index 63fd1adddf03..7ddf03f2eb17 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java index f1d5d15f61af..804b9d3f08ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleString.java index 0bd5195e4b8e..d583608d1ffb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/pauseschedule/SyncPauseScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/AsyncResumeSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/AsyncResumeSchedule.java index f00f59dcfdd3..55fae2bf0ca2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/AsyncResumeSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/AsyncResumeSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeSchedule.java index 75d81941e0d3..a7f0d8f26f57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java index f316aa653322..936d4e0a5d43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java index 7a065cdcc079..460947305248 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleString.java index 66102997cb0a..8f16017c793a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java index 8bb957118915..f7fa0d6dd0b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/setiampolicy/AsyncSetIamPolicy.java index aad79a2b0739..ddb08298c63f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/setiampolicy/SyncSetIamPolicy.java index 5e66271f3771..6bfc27f4fdf7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/testiampermissions/AsyncTestIamPermissions.java index 6f9f6448f15c..689fd4e296cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/testiampermissions/SyncTestIamPermissions.java index 9ecc86c56ff7..422b453b81b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/AsyncUpdateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/AsyncUpdateSchedule.java index 5a0b5f2a3c22..e93f5b9e0118 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/AsyncUpdateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/AsyncUpdateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateSchedule.java index 5e9c4da4d132..2f9a97cc83b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java index f68b47ae3fb4..9c7d8a3999bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservicesettings/createschedule/SyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservicesettings/createschedule/SyncCreateSchedule.java index 9be45af8bcf2..4f14ec100ae7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservicesettings/createschedule/SyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/scheduleservicesettings/createschedule/SyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/create/SyncCreateSetCredentialsProvider.java index 7694612890f8..5f27f0e018fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/create/SyncCreateSetEndpoint.java index 589ed2b27cfc..d4a3e6d925a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java index dc0fca7d1204..96333d0f5e09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java index a54ae3333d19..3cea1882fd15 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java index 2024129b4873..51d0f51d69df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java index 102135fe13bc..d660a2a76622 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java index b0876db421cd..8c78929d0069 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java index 80afde4f9aad..83ca4227a699 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java index faaecdf99f07..3ec4a4c4669d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java index 608ed287d2f1..21fdf8744d72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java index 958e940b367e..d5b619c90af4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java index 3b28b67360fb..475ad76cb454 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getiampolicy/AsyncGetIamPolicy.java index faca11d5686d..9b1bf6084e89 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getiampolicy/SyncGetIamPolicy.java index 64508f3f6959..1673a401f5e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getlocation/AsyncGetLocation.java index d8bfc6746336..9e62c44e42d1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getlocation/SyncGetLocation.java index d9fd3de26acc..39ae3277076e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java index 72e1790a7211..9c690c8b4804 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java index d18de679922b..1664adc5259a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java index 0891068008ce..66a742f5976d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java index 067e028addc1..f2ece3ab8380 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/AsyncListLocations.java index e59747cc4356..f6c345105a4b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/AsyncListLocationsPaged.java index 907fa118438f..6a42d7a897ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/SyncListLocations.java index 969c987959bd..3a2bdcd3269b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java index f8b40a2a3ded..981f21a5a761 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java index e1ca956d02fe..de3ec06d1d7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java index 4e51a8b21302..0563d831da6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java index d833cbc6b1b4..a20985361db6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java index 98e21c349a67..e02add4937cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/setiampolicy/AsyncSetIamPolicy.java index 01859b8ac993..584011f1741a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/setiampolicy/SyncSetIamPolicy.java index 198d92d957e7..8430f44a7a63 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/testiampermissions/AsyncTestIamPermissions.java index 81f4471d9603..6b7470ee4ca3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/testiampermissions/SyncTestIamPermissions.java index 5f411f9b905f..d3992a734436 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java index 5828ed6fbe82..6ddf2d037ba6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java index 2276f4fc13e1..306ec300bdd7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java index 40485d7ef921..8dd1f0b8d6a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java index 2f7cb43196e8..6c2f7fbb5e83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java index 86b4ec0e9333..e0f1dbbce2cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java index 178d7f02858d..fa775aa49203 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java index 659a2ad6ae75..e90550b509f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java index d8d78400bc44..e037fdb57e62 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java index 433d878d0d2f..62a315caa0d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java index 25ec5ff870ac..2398e54f59ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java index 9f86855780f9..7a8771a6e4b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java index 0eeb86406dad..cf2ae00ddedf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java index 8758a14f9258..af82590150d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java index 5c9f2172b562..ec505030b586 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexservicestubsettings/getindex/SyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexservicestubsettings/getindex/SyncGetIndex.java index c65dae916e5c..8a09b2fa7ae2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexservicestubsettings/getindex/SyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/indexservicestubsettings/getindex/SyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java index 97462cc5adf0..8a177b9d85a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/llmutilityservicestubsettings/counttokens/SyncCountTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/llmutilityservicestubsettings/counttokens/SyncCountTokens.java index 8ead1721ac4a..7ceec03de7c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/llmutilityservicestubsettings/counttokens/SyncCountTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/llmutilityservicestubsettings/counttokens/SyncCountTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java index cfae0a19b355..19073344a669 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java index ea18c599033b..196d96401c85 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/migrationservicestubsettings/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/migrationservicestubsettings/getlocation/SyncGetLocation.java index 96bbc0a0923a..421331cc7d51 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/migrationservicestubsettings/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/migrationservicestubsettings/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java index 0a989f5fb71a..8fb4a8de9e66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelservicestubsettings/getmodel/SyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelservicestubsettings/getmodel/SyncGetModel.java index 95d23f2ce56d..bc71611de035 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelservicestubsettings/getmodel/SyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/modelservicestubsettings/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java index 9f3bb09aabf0..f3e01b0f6d6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/predictionservicestubsettings/predict/SyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/predictionservicestubsettings/predict/SyncPredict.java index 503f1a42939c..369013ded920 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/predictionservicestubsettings/predict/SyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/predictionservicestubsettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java index bdfdf3faa001..e07f3abb9fcc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java index 815d26076cfe..6df9aeb7fbdc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java index 1eb13a2424e3..3eaf686fc93a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java index 0a892b464d81..0c6e74bb6087 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java index b128d05cad26..8e05ca1ab925 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java index bf82e1fe8e94..76aa0dd1896f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java index f34c1c033705..0e5798f05feb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java index cf976ea061a7..c92668ebbe2f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java index 693246de0b98..660ffb8b00db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java index b47e65d6da61..85996c54bbac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java index c2580af5f644..79dd68c9a961 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java index 56a37f0ca3d4..ebec199e6f73 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java index d15498c76b12..480b8900782c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java index 63a8ad18be7a..d96789a1ed2d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java index 1ed3389970ab..0e9c921650d7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java index d4d40ad3b846..5c8d32abdc45 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/create/SyncCreateSetCredentialsProvider.java index 3ebf3fbabe20..7b0063a3f0ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/create/SyncCreateSetEndpoint.java index a598b62f35c5..3e64025ae8db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java index d8f14b1a44f6..adf212dd11b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java index 93dfa5a3e819..ce025946463d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java index 6d5b187a16f3..6a0fb04deba9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java index 8f4c35942dff..9fede8b4ac7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java index 8cbb78968b5c..101a290aa6f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java index 505e3da519dc..c3bd3b2fda04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java index 3cc604d548c6..8f0b52ea8043 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java index 425846bdee6a..a9d974aff457 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java index 88888d6f5c33..d6ab052c4afe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java index f8d39e45a94c..0a2a7da50a70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java index 9743e06e95e9..1cf9ee7eb01f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java index ddfe52858155..9285cfdf4b1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java index 06a0ca1a8009..3528ba9fbd0c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java index 3962dbe0200f..e23d7957a31b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java index 86d01bd89958..3fd55d2e6dd1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java index bba73db9ea42..859fd0a2268d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java index 9dc32cb99eba..3c43f3ba54df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java index c401c03c0097..57ebeb4614dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java index 81283f9f133f..943395ffbd3d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java index 5fbed6c3fd6f..a448f53c79c6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java index 9c2db909259a..e20f0724d163 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java index 8c41e66fe575..6d51db9eb8b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java index 3aeb1c8a4e7b..45c4b9244132 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java index 7d5ea92e01fd..eda7de16cd25 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java index 08dbe29bc4bb..3c5937703f1b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java index 4b294f11b496..42f3d445c783 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java index e26a9eaf73bf..d74bb5d0aa89 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java index 365464dc5cca..98327adbb140 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java index 4ee455282601..e92ac947ac1b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java index da662d029d62..0f660ab47ee7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java index 54606b04c844..83fc02f55f2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java index b92ae3dcb68a..e11e46a494e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java index 027a96f57e5b..bb99bdeec145 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java index 3c679cf4cd09..24f0dcbe8659 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java index d87b13c29391..a164520b1d0a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java index 9db3b6acfa36..102713a8e986 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java index 8d90549f7b15..713692a2e409 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java index 9f64842d0c1d..c77c4f4122bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java index 88ee9316f274..a69b935e2639 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java index bf76b8436a78..2da5dc27616b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java index c695c2235179..b3dbd257944e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java index 0a417b284338..f44a65a778c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getiampolicy/AsyncGetIamPolicy.java index 88f51f8b5633..0b25f97c34a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getiampolicy/SyncGetIamPolicy.java index c760cde201f2..b1e14df8b2c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getlocation/AsyncGetLocation.java index 5f97a319d7b8..c055fa235e8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getlocation/SyncGetLocation.java index 2de346c7c6ed..48162c5a7032 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java index 8329d93a263b..33cb8200c231 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboard.java index 4f3372e79610..c087172ba30d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java index 3827dfcf20b0..1d47ef6c912f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java index a196b06fc2fe..fbdb2b797fca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java index ac59ecd06a06..98b5e5798da0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java index 9ab76648210d..b94d90b70c40 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java index 3b7fb8202a02..6fc12f0ad9bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java index 72af11ddf32c..88f6c16897e6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java index e90bac46823f..f24e2432500b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java index 438ada6f621e..0ff15316515b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java index c39599e41a96..eba98123e549 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java index b863b3318cb6..27bca33c57ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java index 2efaafea02ad..beb98f60e7f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java index c2d7bb360764..a1bd8af8282c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java index a0655bd5b4e7..4479d55e0130 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java index 0719a517db59..d6f662e89e25 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/AsyncListLocations.java index 689f68756295..58057ef084bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/AsyncListLocationsPaged.java index c34820b4c194..59816fb5442c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/SyncListLocations.java index 5ee1e70c3eea..234fa012f044 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java index 426c429a95a8..7ef2794f84cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java index fe5642123253..2385754d9e0b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java index 9e90534fac1a..46bc63b3c5fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java index daefff7f7d38..d7cd9876eecc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java index 91a698f265b2..9433f44fba2b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java index 03a1b6d97df5..abf51ba539e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java index 8d80ee835b03..a3dd01faabc2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java index 86d75e37dbd0..279e71fd1f43 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java index 065da56c2532..830199bc2a46 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java index 7805e5df626e..dbd8f48cb6c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboards.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboards.java index 5a790dc78728..9a8b5f33178e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboards.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboards.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java index ebab9433ad4c..d773d61ccc83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboards.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboards.java index 95f34b8a1140..e952ba60680f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboards.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboards.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java index 0b01836692f5..8c95affe5aa3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java index 77337c8477ad..7d01ba8a1e73 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java index 237ed8702060..121a4289afd4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java index f4cec08ce337..2c4b546972da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java index 5bc3cb20ccdb..2a238251c90c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java index 9211825b3f6c..c0344d20841e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java index 965aa29bf504..c0637e52f36c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java index 16fc17265e71..5b83c4a127fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java index 4ba44c165ab5..5cd3315f6f78 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java index 3b340ccefc91..a3c93d965fad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java index 965763a61c7f..5e2f21508951 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java index d209add871b1..6393731e0f05 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java index 23ad2accb6a1..496696fe4cef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java index fbe8a84e8229..59834feb42bd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java index f13fe23dd3bf..a3440355c4c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java index e0abf5a930b4..35d4b3f1135e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java index e41bbfc9ef7d..907cdc867e78 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java index 10480a820e12..f8b500fa1b1e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java index a1198128932b..a5688c66d624 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java index 161a96da68c4..cee8d68f92cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/setiampolicy/AsyncSetIamPolicy.java index e7e906300779..499448e30016 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/setiampolicy/SyncSetIamPolicy.java index ccbc5bba2b33..baf5db1195d6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/testiampermissions/AsyncTestIamPermissions.java index 90ec4397bd00..5171bea9ed61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/testiampermissions/SyncTestIamPermissions.java index 954fdf444c98..93ee719233a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java index 5e17bd48c940..f682d9f3fd42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java index 4aa7d7ba3255..b890ad422cb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java index 294deb3bfd45..668f1e63c087 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java index b54de090f3c3..652cc0d8401d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java index 8ef66633b2be..a7e0a87e0cc2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java index c8e7f8492ca0..0e6b8bb7cd9c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java index 3319105095aa..b509ea911613 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java index b9feced98869..83857c28d915 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java index 4fd8bdcbd99a..b983476b9edb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java index 290f92a85320..a956cefabc30 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java index ef9181c9a0b8..392eeafc01d6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java index 396354f302c3..92c8ea3d540d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java index 8e22f365d102..fcd735314eec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java index 3041be6415aa..75766a50dc1c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java index 01013ce833f0..8bf391c3ff16 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java index cb7f09438e8b..44c511c1cbab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java index d84f0cb8ac15..000fed979cfd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java index 0759cd2808f9..a83f6e68bcb0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java index 7013c89d3414..281742b02c8c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java index 69678e59fe53..2d76410afecd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java index b341a04b020d..e07b47c45f30 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java index a01a4928ef51..64dbd334109d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java index dbf183868b58..2842e83ce344 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java index 967d64a5636a..e37ccd998f0a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java index 0cf0d02bdcf4..56b5e2d41365 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java index 610a5b835f57..ace74d72949a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java index fa77efcf0ab7..b8c6d4911134 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/AsyncCompleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/AsyncCompleteTrial.java index ed5c28a1b666..dff3ab9ed6f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/AsyncCompleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/AsyncCompleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/SyncCompleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/SyncCompleteTrial.java index 25dfd4e5a88c..9ba5212b1e15 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/SyncCompleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/completetrial/SyncCompleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/create/SyncCreateSetCredentialsProvider.java index 1b12741f1259..70164bb8ff3c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/create/SyncCreateSetEndpoint.java index 8810fffce612..678453a6607e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/AsyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/AsyncCreateStudy.java index 003db8ca1d2a..126da66019db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/AsyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/AsyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudy.java index 86e84f1102db..d75821dae5a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java index f599d30685af..3e490a0d566d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyStringStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyStringStudy.java index 97ccfc5f1c32..8eabe0bb3495 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyStringStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createstudy/SyncCreateStudyStringStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/AsyncCreateTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/AsyncCreateTrial.java index 0aebc1df44bc..420330d99187 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/AsyncCreateTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/AsyncCreateTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrial.java index 4c3057989d5b..de795401b58a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStringTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStringTrial.java index 56d3a51db8b4..3ca265ae20c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStringTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStringTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java index 8a0f4759a7f5..07e17d7febf8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/AsyncDeleteStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/AsyncDeleteStudy.java index 98da8ca98526..95b1bbbfa5a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/AsyncDeleteStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/AsyncDeleteStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudy.java index 7b922f43e0d3..c577b23c54d5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyString.java index fcdad69134c6..af5367056e9c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java index ed331e8c90c1..7b422c0b6739 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/AsyncDeleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/AsyncDeleteTrial.java index 8a266c44d5de..c30a479e265b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/AsyncDeleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/AsyncDeleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrial.java index daf6e41212fb..194fb3478ea5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialString.java index aa7d9f977046..f922f5a71b26 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java index a02cac5a22b1..5e4fa1df7452 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getiampolicy/AsyncGetIamPolicy.java index 0b41279642b3..428683bda611 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getiampolicy/SyncGetIamPolicy.java index adf43ec13501..7b8ebf36ef74 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getlocation/AsyncGetLocation.java index 7a169bc3cdcd..930444263621 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getlocation/SyncGetLocation.java index 8eb40d04c9d8..43630c3a9f03 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/AsyncGetStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/AsyncGetStudy.java index 53137d578209..86a01852fa69 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/AsyncGetStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/AsyncGetStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudy.java index 5dba9c8eb6b6..7887811aaa28 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyString.java index e9e8e5afed16..a2545da7bc46 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyStudyname.java index 5946e1d13d00..080d0e7d5503 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/getstudy/SyncGetStudyStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/AsyncGetTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/AsyncGetTrial.java index 4d77b2a1565f..c46f48f47da0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/AsyncGetTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/AsyncGetTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrial.java index fc32d87275b7..9c278a848425 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialString.java index 5167593d5312..3881c6d591f8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialTrialname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialTrialname.java index 1f82cf9a7af3..c537b6383bcb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialTrialname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/gettrial/SyncGetTrialTrialname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/AsyncListLocations.java index 8d8d369cca62..e0422d741104 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/AsyncListLocationsPaged.java index 6aa0ec9b66bb..af3f04f46275 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/SyncListLocations.java index 7e2604c02965..4bfb5c0c15cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java index 464ffbddb1f8..ec438cfbd21a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java index 4125b49abf7d..dbc38c2090f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java index 4195e84cd91b..b2a74317fd23 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java index ba15b610f783..feed3936a084 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudies.java index f0a60d4d8e41..f0ba4f04e0d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudiesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudiesPaged.java index 7af090dc5115..831f659ddcc1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudiesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/AsyncListStudiesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudies.java index 6a99a1bb160a..49d175865e67 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesLocationname.java index ecd960311fe2..37f17d32dd33 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesString.java index 222f8252293d..6b54f00008bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/liststudies/SyncListStudiesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrials.java index 05ebc1663dd8..31ff8c5a7c04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrialsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrialsPaged.java index 5c77ee6f477b..af430650e984 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrialsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/AsyncListTrialsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrials.java index 9f1b7d307f32..8a84b68f3b95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsString.java index 780cfdbebd92..3fc5232b4386 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsStudyname.java index 1d0f24d9ef6b..80622df43bc4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/listtrials/SyncListTrialsStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/AsyncLookupStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/AsyncLookupStudy.java index 414a93f34d50..29fb72f04a11 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/AsyncLookupStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/AsyncLookupStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudy.java index 3b3932b91cd5..9fde0423b753 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java index 84950167b277..d03305a535fe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyString.java index 64e60d69d995..722c0b752e26 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/lookupstudy/SyncLookupStudyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/setiampolicy/AsyncSetIamPolicy.java index 958bd57a4544..e3cdb12cb696 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/setiampolicy/SyncSetIamPolicy.java index 8985c16af22a..b610f4da6f41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/AsyncStopTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/AsyncStopTrial.java index c2c323ae77e7..78fc9bcfc3ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/AsyncStopTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/AsyncStopTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/SyncStopTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/SyncStopTrial.java index d6d43ccc83d2..306b8a8cece8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/SyncStopTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/stoptrial/SyncStopTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrials.java index bf0afe379071..eb6120147e70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java index bd589c426c1c..659202224941 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/SyncSuggestTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/SyncSuggestTrials.java index 0bcbb9d8f6a0..6d2041b42688 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/SyncSuggestTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/suggesttrials/SyncSuggestTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/testiampermissions/AsyncTestIamPermissions.java index 4af80567c1f1..f016d7eaf37e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/testiampermissions/SyncTestIamPermissions.java index ea18e1b28fa4..c08e5a6c3e9c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservicesettings/createstudy/SyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservicesettings/createstudy/SyncCreateStudy.java index 0421a5e5ef85..92b6399428e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservicesettings/createstudy/SyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1/vizierservicesettings/createstudy/SyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/create/SyncCreateSetCredentialsProvider.java index ee6512c14bce..b774731e3764 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/create/SyncCreateSetEndpoint.java index 5f45deddf69e..5b3314b08552 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDataset.java index b2b7b36c0566..25bd667ce77b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDatasetLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDatasetLRO.java index 91a48a890023..9895d3fa03ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDatasetLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/AsyncCreateDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDataset.java index 9730bbe3bc69..af4cf38ce4ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java index 4530d3e6cef0..a696dc85e65e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetLocationnameDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java index 38db3a205498..7641bc967ef0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdataset/SyncCreateDatasetStringDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java index 108743239846..a9e4c381f299 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java index 539356714058..ece4afbaacae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/AsyncCreateDatasetVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java index 302bac95fbaa..ab6ef87b78ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java index 1312133de8ec..57fafe382bf8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionDatasetnameDatasetversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java index c7cb49fb6e1f..33e50a307f9a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/createdatasetversion/SyncCreateDatasetVersionStringDatasetversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDataset.java index d2381941cccf..542d8126ba4a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java index 0eeeffe9d6e7..82a4a5ba4d55 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/AsyncDeleteDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDataset.java index d825eb96e644..36946d5271ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java index ab70e899cbdf..46be9f1e517b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetString.java index 1f7d80a05c4c..e3a7169405e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedataset/SyncDeleteDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java index d8ababab9156..cb162f28ddaa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java index 06b9031f3721..81f11b36f57e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/AsyncDeleteDatasetVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java index 9fe3a979a3bd..3e6e2b0fe66a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java index b6d025480e48..9fd4db585222 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionDatasetversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java index f1ee3f890d0c..711f7a4652fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletedatasetversion/SyncDeleteDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java index dbf3ff59a03a..efbde82a39f3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java index 4f63c3e70b73..98b061635ba8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/AsyncDeleteSavedQueryLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java index 0dfce2591833..1d43f1aaa143 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java index d90b8226c7f8..aa2b36975423 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java index b8028cc1b2ae..d2b2be9066b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/deletesavedquery/SyncDeleteSavedQueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportData.java index 5994b80244e1..4593b6430386 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportDataLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportDataLRO.java index 5d80f9b753fa..f6b954d4320f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportDataLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/AsyncExportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportData.java index 57bea992e2c7..f9cccabf24a4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java index e5e60a1f8a9c..fe80e9ff5ced 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataDatasetnameExportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java index 17cd550b746f..d4dc22a72864 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/exportdata/SyncExportDataStringExportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java index c2e2f67bac07..1b7c4aef6573 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/AsyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java index f04b16664654..e476e7fb43f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java index 9ed269f28ef7..d338f659693f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java index e22d34ff18f4..17e6b0131a18 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getannotationspec/SyncGetAnnotationSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/AsyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/AsyncGetDataset.java index 6069848e2f82..ae7ced2640f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/AsyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/AsyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDataset.java index 81dba4054cdb..6751b58df5bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetDatasetname.java index 9d89995fd721..b6244ab7d1f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetString.java index f3a2f46e2099..2ed3effc6b4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdataset/SyncGetDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java index 2c76833a7e5b..f2f1cf0d3057 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/AsyncGetDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java index ab9682cce3ab..245d8976beb2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java index 9b22244aed3f..98dd7a74dccf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionDatasetversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java index 011781c71193..b8d767c68aae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getdatasetversion/SyncGetDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getiampolicy/AsyncGetIamPolicy.java index 5c3d626b9493..b42c0d889438 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getiampolicy/SyncGetIamPolicy.java index 486058c2ec52..da0c375f60a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getlocation/AsyncGetLocation.java index 187f119add6c..27106337cf46 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getlocation/SyncGetLocation.java index 03fb1b089055..3c22a71e8a6f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportData.java index 33c1e9dad4d3..24a7f173b2bd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportDataLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportDataLRO.java index c6e5f3c01abb..345790d37488 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportDataLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/AsyncImportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportData.java index c6b90e955aa5..947c44206758 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java index 462dd49c2ab5..e37d2848d6b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataDatasetnameListimportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java index 79c8e33ddc7a..a9f3cd4e57e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/importdata/SyncImportDataStringListimportdataconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotations.java index c36c82b999cc..6b57b68235c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotationsPaged.java index 9f9df194a942..57ec4559f903 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/AsyncListAnnotationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotations.java index cb2abb0b2253..466f081febd9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java index 1687ab917cb4..9039c79d4a1f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsDataitemname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsString.java index e0b10b1ec93b..7b4f63a74d94 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listannotations/SyncListAnnotationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItems.java index d6b0db4510a2..ecb36745ba00 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItemsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItemsPaged.java index fd619ebd8cd3..6d6502fba49d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItemsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/AsyncListDataItemsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItems.java index 54ffdd55c092..6a371f450a23 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java index f4a72e0b1e0a..494e5903c607 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsString.java index 36e59272ffc2..b24b986431d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdataitems/SyncListDataItemsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasets.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasets.java index e24a93f3bea5..dcce56bdc0d7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasets.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasetsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasetsPaged.java index 12732a492b6d..0e5634490f2a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasetsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/AsyncListDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasets.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasets.java index 4595c9a47505..9fe0763ac6f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasets.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsLocationname.java index 7e483eea4b83..4b84d25ef2de 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsString.java index 7f95a51f30d0..d984d61da30e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasets/SyncListDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java index 01e1ee5f41c5..a0dd1bfb9074 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java index 3dbda6383e17..200a5dd12a5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/AsyncListDatasetVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersions.java index 2e6aeaf3905b..6b87b53260a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java index 918f3e95dd5a..52a24859b404 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java index fc3f5b138601..ae6827499110 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listdatasetversions/SyncListDatasetVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/AsyncListLocations.java index eb474840a3d0..ec337196de86 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/AsyncListLocationsPaged.java index 430b6a469e8b..ba4a08eb2a57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/SyncListLocations.java index 166456212f68..2a2fd14271b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueries.java index 48b8fbe1f85c..ad6a768631a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java index 72f84dd9bd34..6194b46cb9bd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/AsyncListSavedQueriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueries.java index de146dbc611e..f1f6e78f8428 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java index 94630c6d44ea..8d1de75b22fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java index 12cc46d7c17f..0f4f9a067f65 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/listsavedqueries/SyncListSavedQueriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java index b65e63e91304..c605e22daaa5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java index 327853bdb78a..d684ef18f74f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/AsyncRestoreDatasetVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java index dfc83d9623c9..9d238dd04060 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java index 1b8755c6b192..6ccd02ba7daa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionDatasetversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java index e31bb11ffed6..9241b6771c06 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/restoredatasetversion/SyncRestoreDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItems.java index 881aa1bfd2aa..28dee695c310 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java index b2b1ab6ca46b..78198061ed31 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/AsyncSearchDataItemsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/SyncSearchDataItems.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/SyncSearchDataItems.java index ee7dd4266796..065c7741c926 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/SyncSearchDataItems.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/searchdataitems/SyncSearchDataItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/setiampolicy/AsyncSetIamPolicy.java index 824015b91dcb..f1d9e5464921 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/setiampolicy/SyncSetIamPolicy.java index 8ad047cb35b3..8947e9ee6772 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/testiampermissions/AsyncTestIamPermissions.java index c5f604f11191..2ba9b2bc4690 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/testiampermissions/SyncTestIamPermissions.java index 351cc9d1e888..65531d196d5f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/AsyncUpdateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/AsyncUpdateDataset.java index 5d90b04180d1..ffa873263076 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/AsyncUpdateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/AsyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDataset.java index bf8e7c0a7989..e9502589ba1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java index 5dbc87f283e2..4c2c13fec708 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservice/updatedataset/SyncUpdateDatasetDatasetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservicesettings/getdataset/SyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservicesettings/getdataset/SyncGetDataset.java index c162e30ad949..0d72a9dda057 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservicesettings/getdataset/SyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/datasetservicesettings/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/create/SyncCreateSetCredentialsProvider.java index 0de819dd0fd7..cfb55f04bd97 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/create/SyncCreateSetEndpoint.java index a319a2217920..ce234c3beaaa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java index 557dc036121c..6c70e88a1a81 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java index 1761824b9fdd..9742189d416c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/AsyncCreateDeploymentResourcePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java index d881091c39a0..9d63c6106955 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java index 289a02771401..9ea412d57613 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolLocationnameDeploymentresourcepoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java index 26f8bb7d7ae4..a57336d7150f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/createdeploymentresourcepool/SyncCreateDeploymentResourcePoolStringDeploymentresourcepoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java index 491524510f21..bb9f878f32eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java index bc4a15716ad7..e4745e7400d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/AsyncDeleteDeploymentResourcePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java index 4e5ff92d2d82..557145d6d59a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java index 38df24145fba..a30e7fc7d603 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolDeploymentresourcepoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java index 289b86b87cdd..0fc829e995d9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/deletedeploymentresourcepool/SyncDeleteDeploymentResourcePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java index 239e49bbcd31..f14dd4ce8f79 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/AsyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java index 76fb269afc95..466a1457f2bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java index 539f8ac87a02..867a3f3d3aae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolDeploymentresourcepoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java index 2e46387d51be..e5a8ff6534f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getdeploymentresourcepool/SyncGetDeploymentResourcePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getiampolicy/AsyncGetIamPolicy.java index 7b7cec3bd561..c6e01bba07a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getiampolicy/SyncGetIamPolicy.java index 8401e31c40dc..8c64999f2192 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getlocation/AsyncGetLocation.java index acfb8e62e301..438605262879 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getlocation/SyncGetLocation.java index 296f0412f2a9..41fabfa1bac7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java index 59d57457618b..98a7acfe026c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java index 6c644c97a091..f6c2eab67b53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/AsyncListDeploymentResourcePoolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java index 5c02dbd3ab75..cfb8ee6e0eea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java index 3dfc94b09fcb..2e3ccd655bf9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java index 5d6291f89e52..6d012afc7e37 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listdeploymentresourcepools/SyncListDeploymentResourcePoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/AsyncListLocations.java index 092e34445217..7a4020deeb16 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/AsyncListLocationsPaged.java index e7db6000e19c..e7b1229d852e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/SyncListLocations.java index 36bb07ece3cd..39d0039ec570 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java index bb268aef9870..d517b25b1050 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java index 0bc77ce023b4..a226b0a216c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/AsyncQueryDeployedModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java index c8498219c039..70957a2ef12c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java index 5d1bb909fc27..4ea6eac8bbb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/querydeployedmodels/SyncQueryDeployedModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/setiampolicy/AsyncSetIamPolicy.java index 9da205bbc719..37febf0b97a4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/setiampolicy/SyncSetIamPolicy.java index 0646f2d6e6a8..9fa5c118c76e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/testiampermissions/AsyncTestIamPermissions.java index ee151c1e406e..adbe50ab2922 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/testiampermissions/SyncTestIamPermissions.java index 39271e267700..fdb6d2c386de 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java index e4fa86fd1eb5..b81a5e48d6cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/deploymentresourcepoolservicesettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/create/SyncCreateSetCredentialsProvider.java index 9c6c9ceaae17..c8d86e464d56 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/create/SyncCreateSetEndpoint.java index ac3859da155e..0bc4167037d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpoint.java index 88223eb327b1..30f22dd692af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java index fd10146c384e..a506d7713570 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/AsyncCreateEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpoint.java index 885c1e142b99..8c7002db730b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java index 4106fbd88b08..60dbf9341810 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java index 356930e5b560..2c79e32fd7f3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointLocationnameEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java index d2349b92bd43..0a7f9f25e84d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java index 96cce3068971..044df588b794 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/createendpoint/SyncCreateEndpointStringEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java index 069cfe22e75d..091d89bf602a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java index 6c9e4928f76b..cd41da099c06 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/AsyncDeleteEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java index a21a5582be90..2c2234d7d9fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java index 0b447f622aad..6633f5a16beb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointEndpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java index 30c8415b82ce..a3f4cf2290e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deleteendpoint/SyncDeleteEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModel.java index 87e3b5af99fd..65974229fe5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModelLRO.java index 0d300418c103..850114ff761c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/AsyncDeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModel.java index a2dc97023a0c..953990e5e1e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java index 8320bfea1d75..90c8b7de2320 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelEndpointnameDeployedmodelMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java index df78481499be..286fc8921dbd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/deploymodel/SyncDeployModelStringDeployedmodelMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/AsyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/AsyncGetEndpoint.java index a179c4a4a12a..8650f77704ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/AsyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/AsyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpoint.java index d4499845f71d..37942ddc4a78 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java index beef6779944f..3058ce8653ff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointEndpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointString.java index 15fe87d83ed2..917dc933e53c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getendpoint/SyncGetEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getiampolicy/AsyncGetIamPolicy.java index 2e80c09b9667..5e38b07e9188 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getiampolicy/SyncGetIamPolicy.java index f6803676fb11..4b0937997323 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getlocation/AsyncGetLocation.java index 18abd459ae7c..c9f8bad1bbc3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getlocation/SyncGetLocation.java index 7e1f72699dd4..bb168504627e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpoints.java index a1581f4db5c1..1cc35d07fedd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpointsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpointsPaged.java index d35bb019965f..34e857b469c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpointsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/AsyncListEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpoints.java index 21003cad3080..621a8a2e3e92 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsLocationname.java index bc371a3aea97..d8bc9672a4b4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsString.java index e05ba05ea9b6..abbb7603b786 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listendpoints/SyncListEndpointsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/AsyncListLocations.java index 63d83e30e6ad..269fb0047f6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/AsyncListLocationsPaged.java index bb4755cafb91..0fec9a9e645e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/SyncListLocations.java index ad07c3a752db..ed3b797536d6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java index 97fa2fc1ca23..f0083abb5603 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java index e41544bf88e1..dc5e398c5b63 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/AsyncMutateDeployedModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java index 345730faccfb..9240a3328acd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java index a630792336c8..efecce84ef90 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelEndpointnameDeployedmodelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java index efd82777de6c..d727a7f828c2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/mutatedeployedmodel/SyncMutateDeployedModelStringDeployedmodelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/setiampolicy/AsyncSetIamPolicy.java index b0c01dade2ce..562d03edf60f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/setiampolicy/SyncSetIamPolicy.java index 93237a672453..3c89e835107e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/testiampermissions/AsyncTestIamPermissions.java index 47a7a5cc58ea..81ca177fb620 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/testiampermissions/SyncTestIamPermissions.java index 1cc14323cd67..ff7338baae9b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModel.java index e368b75bd93d..27201cfb08f8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java index 839ddd39b14a..fe9f13192ef0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/AsyncUndeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModel.java index 7e1b07daaacc..c09085ea16d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java index 8fcd60dae601..3d2a4caf9d65 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelEndpointnameStringMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java index afda6ece2862..717cf1c823f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/undeploymodel/SyncUndeployModelStringStringMapstringinteger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java index 9469d4ead4a2..26dc0eb80e31 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/AsyncUpdateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpoint.java index 8712fec6bfe8..46203bee2cfe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java index cd420eee101a..6ead5f93f4cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservice/updateendpoint/SyncUpdateEndpointEndpointFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservicesettings/getendpoint/SyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservicesettings/getendpoint/SyncGetEndpoint.java index 885aa160ddca..6433faba6be1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservicesettings/getendpoint/SyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/endpointservicesettings/getendpoint/SyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/create/SyncCreateSetCredentialsProvider.java index 4062d1c99172..f3d45433c531 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/create/SyncCreateSetEndpoint.java index 1a736e89e2dd..fe2621b07ae6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java index 57b3a2be27e5..1405872055e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java index 7ca19fbe714e..e04cc7c5c7af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/AsyncCreateFeatureOnlineStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java index 438194be9a2d..73826712c452 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java index 41b64adae19e..d1c0bfce73f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreLocationnameFeatureonlinestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java index 1c2b75b9d119..832ea4b07c5d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureonlinestore/SyncCreateFeatureOnlineStoreStringFeatureonlinestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java index ea5d7eb6ea2d..4716fd442d33 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java index b81409340143..5eb96254911f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/AsyncCreateFeatureViewLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java index 2a3a816c872e..a63debeba5cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java index af47f3ea9897..906b36eaee00 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewFeatureonlinestorenameFeatureviewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java index 7bc82d321017..90554d0920ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/createfeatureview/SyncCreateFeatureViewStringFeatureviewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java index ca761ff9d5ab..709338e3b116 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java index 7e7ec49ce827..98f71a83f8a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/AsyncDeleteFeatureOnlineStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java index d9736c988f51..ee9fb9f76fc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java index 175a6acc484f..5e3a0909336f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreFeatureonlinestorenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java index c81381c51224..7f2e91d89e15 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureonlinestore/SyncDeleteFeatureOnlineStoreStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java index 9afb43d9a5ad..8f68d6bd519b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java index 71fb21be1a86..c61e1217fb18 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/AsyncDeleteFeatureViewLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java index 36052efa9f4b..449d4e5a16a4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java index 30f4c5c8d0d6..5835e08b27c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java index 5238bd912288..f49ec6cc5fa1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/deletefeatureview/SyncDeleteFeatureViewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java index d72ae56557af..a7828387c08d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/AsyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java index 6e7845b308a4..11d8bbff1072 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java index 4fea0d0b3d59..56af977d5b9a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreFeatureonlinestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java index b1f3cbf58763..26cea2d575b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureonlinestore/SyncGetFeatureOnlineStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java index 5bfa92fdde8f..a64751179383 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/AsyncGetFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java index 2c8402132212..fe794762aa28 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java index 3bc666122d1a..e076bbc0bb49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java index 9c0e730d4a55..267d61761f70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureview/SyncGetFeatureViewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java index c23abcd6a662..4756d0a8c5c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/AsyncGetFeatureViewSync.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java index b178bcac87e0..ac2d743444ee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSync.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java index 4d17f4280762..92fb2916f61e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncFeatureviewsyncname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java index 070bd1c1e13e..1c60431a20fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getfeatureviewsync/SyncGetFeatureViewSyncString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getiampolicy/AsyncGetIamPolicy.java index b9b3946c8ea6..d1f9e17f5aa4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getiampolicy/SyncGetIamPolicy.java index bbbeca64bfc7..3105df51f61e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getlocation/AsyncGetLocation.java index cae7d304ca37..1d740e0422d7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getlocation/SyncGetLocation.java index 31e41df451f7..eb2c210abb21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java index 411cf16cb656..e855aa5a1270 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java index 8ee86fbf73d6..b7e3e99f9b9a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/AsyncListFeatureOnlineStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java index 41abde55f980..fa0ba6d656af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java index 29866153ffce..6d3df7fc25b6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java index 83c9c8bfff30..d64a0398f1fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureonlinestores/SyncListFeatureOnlineStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java index 9c687d7b7946..56bfd03e12b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViews.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java index 74da59ad853c..413308add45e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/AsyncListFeatureViewsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java index d5007d125b48..c0b25af02a53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViews.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java index ae22beb90c9b..6bef181d3f09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsFeatureonlinestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java index 2ca53243efd0..6e70aff0a011 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviews/SyncListFeatureViewsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java index dd104b4ee770..bc39243c7489 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java index ab8404cd0ddd..38eed44b23b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/AsyncListFeatureViewSyncsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java index 312a6998cc02..d4a24924238a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java index 1733be3d4242..8cc610fdbb41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java index 0a3d08c1d74c..57facff162c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listfeatureviewsyncs/SyncListFeatureViewSyncsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/AsyncListLocations.java index b0b617436fa7..8520c60fdf40 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/AsyncListLocationsPaged.java index 6ebe9775216e..b03d23b8cd5d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/SyncListLocations.java index d94aeb25a47e..4f8a18c1e918 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/setiampolicy/AsyncSetIamPolicy.java index 5063bcc7e3ae..d4d5834cea4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/setiampolicy/SyncSetIamPolicy.java index 3fbef96b45c1..242416b5b70c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java index a547db97bd46..3a93b8b31ae4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/AsyncSyncFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java index cf3148f86dae..18e485ae02c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java index 6726c242c3f4..9baa1d67e19d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewFeatureviewname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java index 994ed3f0efd1..03e6912e371b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/syncfeatureview/SyncSyncFeatureViewString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/testiampermissions/AsyncTestIamPermissions.java index 2ea3e52ffb00..92625887270c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/testiampermissions/SyncTestIamPermissions.java index 923d79df1572..835626a6eeff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java index c5fade7971df..8d2b38e3f7e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java index d1cb67964dff..a2e79aee67a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/AsyncUpdateFeatureOnlineStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java index c591b47b3a7c..f2badb22a7a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java index e963a96e1e6f..110ca4473fbd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureonlinestore/SyncUpdateFeatureOnlineStoreFeatureonlinestoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java index d85aadd78c77..1b363386687a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java index f59586564e2a..0a68d2b9269b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/AsyncUpdateFeatureViewLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java index 7713d063384b..5ad0df78295f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureView.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java index e75509c97778..7fee17715e7b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservice/updatefeatureview/SyncUpdateFeatureViewFeatureviewFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java index aabf952a3c69..cd3296f5e1f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreadminservicesettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/create/SyncCreateSetCredentialsProvider.java index e7fc747c5fa4..97c89b2ad3ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/create/SyncCreateSetEndpoint.java index 679221a66e6c..df0f0e14d7dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java index e3ec975bf109..3c3e7d37438a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/AsyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java index 29f748f4531a..fa45363ef9c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java index cea9359fe799..d4f8d0968ed0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesFeatureviewnameFeatureviewdatakey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java index 951889e96d8e..cee6426b7755 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/fetchfeaturevalues/SyncFetchFeatureValuesStringFeatureviewdatakey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getiampolicy/AsyncGetIamPolicy.java index 084bbe92a201..8928ce66218e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getiampolicy/SyncGetIamPolicy.java index 9d8a07236fc4..4156a87fd611 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getlocation/AsyncGetLocation.java index d7e495e139cb..6483da06fc64 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getlocation/SyncGetLocation.java index 1d04ebfee175..144e4d37e09b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/AsyncListLocations.java index 1ed19cb32682..b430fee2a29c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/AsyncListLocationsPaged.java index 00f56c7517f9..f4134f3de5b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/SyncListLocations.java index 7604f2c3602b..f6be5181aa8c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java index 91176b640fc7..84a78851a5b0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/AsyncSearchNearestEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java index b6de6c46dc98..98554a5e11cd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/searchnearestentities/SyncSearchNearestEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/setiampolicy/AsyncSetIamPolicy.java index e0a1b2096fcb..b8daa8b28801 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/setiampolicy/SyncSetIamPolicy.java index 8a978f706b97..54f939d6a0b8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/testiampermissions/AsyncTestIamPermissions.java index ad0258dbbaaa..1fc62c173384 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/testiampermissions/SyncTestIamPermissions.java index d79000769a2d..19cb3d066d8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java index 033a810e487a..faccd7b03fe2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureonlinestoreservicesettings/fetchfeaturevalues/SyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/create/SyncCreateSetCredentialsProvider.java index 41c8f6d089de..b5578f8f6f19 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/create/SyncCreateSetEndpoint.java index 1ea033602799..1abacbb53856 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeature.java index 3f1d2fa5836e..1bffa239e3e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java index de590de507fe..cefa0a8f7e4a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/AsyncCreateFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeature.java index 6027bd7d31ae..d48dd217b7ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java index 50a8b36e07a2..5fb43ca201a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java index e788dd7e9526..6d1884b727be 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java index 126234a24871..ff776c2939b9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeature/SyncCreateFeatureStringFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java index a20a6aa94a8b..bfc1863c2bb7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java index 7963d0becc3e..92924424f0ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/AsyncCreateFeatureGroupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java index 8ef8b65b95d3..524fb858c37a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java index 7db9cfb37a0d..74c0948d2161 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupLocationnameFeaturegroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java index 9a83ae6a7314..6043e295ebfe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/createfeaturegroup/SyncCreateFeatureGroupStringFeaturegroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeature.java index 0cad4af9140b..6bcc545c2822 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java index b85db3af8bd9..ba10cb15c1e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/AsyncDeleteFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeature.java index a074a1b02096..bef838e13355 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java index 23e5c46a35ee..a43d93d7cf97 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java index 8a466eb44671..8196089359e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeature/SyncDeleteFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java index aabb51ea2b8e..16ba045ba89e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java index f2f187c14ede..f2fe9db11c65 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/AsyncDeleteFeatureGroupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java index ab43c5d76826..712af0571665 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java index 168ecd638e7a..4848a773670a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupFeaturegroupnameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java index 87e585215586..3d77c4f9d869 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/deletefeaturegroup/SyncDeleteFeatureGroupStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/AsyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/AsyncGetFeature.java index ba731190c126..fe042e8e6223 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/AsyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/AsyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeature.java index 54c1ea0e0d5e..3e1c23cdb818 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java index 19325f3ccb8c..57ddfbf6696a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureString.java index 9e51e3da014c..e4caffe35028 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeature/SyncGetFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java index fc6a5431050a..e24057e6380f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/AsyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java index b29819a1623c..348cf3d7c2a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java index a3cf0eaf0071..f00a0be662e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupFeaturegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java index 40952a655c70..0d2f0213da59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getfeaturegroup/SyncGetFeatureGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getiampolicy/AsyncGetIamPolicy.java index 5e34586e675d..9bd1047b4407 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getiampolicy/SyncGetIamPolicy.java index 10d02fd2fa69..2420fed49138 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getlocation/AsyncGetLocation.java index a93d994ba513..b1c0a2fb7af2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getlocation/SyncGetLocation.java index c42332099a46..ea1dfa6ac941 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java index 524cdad6f6f4..5bbbc9f278b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java index 46a1d1dc1e59..4e8b15164da2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/AsyncListFeatureGroupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java index 2dbd0412f19e..673bc16856f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java index a8d46cb860fd..06b5b5f094f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java index 465e25744f4f..dc881157e318 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeaturegroups/SyncListFeatureGroupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeatures.java index 74e506b2d53b..8a42740b5353 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java index fc96801cb5b5..e7a8233c7902 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/AsyncListFeaturesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeatures.java index dd44261c41ce..071f0b26ed98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java index e9889fe71bdc..25be0870788b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java index 3c344f1bf95b..b4309dd8e904 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesFeaturegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesString.java index 9d8a2c9934f8..76c0e66eab51 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listfeatures/SyncListFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/AsyncListLocations.java index 267135943aa0..b681c4339e2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/AsyncListLocationsPaged.java index 77c7d5eb8b1f..ca0badc52b31 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/SyncListLocations.java index 726317f6bbbe..0c13f0cfb9ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/setiampolicy/AsyncSetIamPolicy.java index da3eda006d62..0abcfd514c93 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/setiampolicy/SyncSetIamPolicy.java index 4221a93f92bb..b4a7e148e3a6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/testiampermissions/AsyncTestIamPermissions.java index f0801293d87c..ab8399e0bdd8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/testiampermissions/SyncTestIamPermissions.java index 2fc5692d37f5..85932699da0e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeature.java index d6bd1829f97f..8bcf8e06f1fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java index 7922d576f7e8..d3e0b20db26d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/AsyncUpdateFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeature.java index 4ca8198b3a7a..3979cec62535 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java index cc11dc21f972..73c4d60e5108 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java index d8ae390545d1..00f1758a858e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java index b1327d8327aa..932d8e062745 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/AsyncUpdateFeatureGroupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java index 682a5337b3f3..5354c56743e1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java index 9ebd263f4982..754ed31c3b84 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservice/updatefeaturegroup/SyncUpdateFeatureGroupFeaturegroupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java index e0dd6e24d6a4..0b9ac0929a1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featureregistryservicesettings/getfeaturegroup/SyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/create/SyncCreateSetCredentialsProvider.java index 5bf8dbf665e0..efe2ac0b5d59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/create/SyncCreateSetEndpoint.java index 9184bd521985..2818a509873a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getiampolicy/AsyncGetIamPolicy.java index f387d60d9403..ad5b58cc8c37 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getiampolicy/SyncGetIamPolicy.java index 43a999c599e1..4d109ba42f82 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getlocation/AsyncGetLocation.java index b9da67b8107c..41c3d445843b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getlocation/SyncGetLocation.java index 4bd69f4a65f4..4fce2738ac07 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/AsyncListLocations.java index e08d9398655f..e846eae72bdd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/AsyncListLocationsPaged.java index be3dfd0e5351..f6670d0d7b18 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/SyncListLocations.java index 84ca4e1d2d8e..e94f0c0b629f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java index b6aa53be04de..355bdb307fe7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/AsyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java index 186ab1c799b2..4837c2e6dce0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java index f57270162a05..201c0a04148d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java index efbe7945d8db..9e8f3adede3e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/readfeaturevalues/SyncReadFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/setiampolicy/AsyncSetIamPolicy.java index 9e4e6b951762..3c50ab2ce8a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/setiampolicy/SyncSetIamPolicy.java index 7d01a3b22c43..dfd14c3acd21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java index c53b9e43db6d..ec780e021b8a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/streamingreadfeaturevalues/AsyncStreamingReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/testiampermissions/AsyncTestIamPermissions.java index 81205c561ed8..f4e9109e5c71 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/testiampermissions/SyncTestIamPermissions.java index 522b27d01d68..dd8d0f395a9f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java index 99500f1f0a96..d377290bf563 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/AsyncWriteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java index 5dbc19d903a2..bac4d6e508a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java index b60257ae2ec6..63587fd104e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesEntitytypenameListwritefeaturevaluespayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java index 157f691d0bdd..7c17bda25406 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservice/writefeaturevalues/SyncWriteFeatureValuesStringListwritefeaturevaluespayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java index 421e0d4011cc..ee3d11dec188 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreonlineservingservicesettings/readfeaturevalues/SyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java index 2f2d9cb7287c..d3b0b08ca6ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java index f38d23d21f2b..1215f0c141b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/AsyncBatchCreateFeaturesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java index 967d2ed50d1f..d20dc95186fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java index b7a0bba08822..f678e06c87ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesEntitytypenameListcreatefeaturerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java index 11e545bc19af..793697252484 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchcreatefeatures/SyncBatchCreateFeaturesStringListcreatefeaturerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java index 7e34f15ac6bc..9a98f9c3744d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java index 3d4fec3e916a..25ae0658d95c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/AsyncBatchReadFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java index fe675ca4140d..00b9bd76ad32 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java index 565c5dcfe23c..3cce86515484 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java index 31562e304ff3..7239bcf7169a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/batchreadfeaturevalues/SyncBatchReadFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/create/SyncCreateSetCredentialsProvider.java index 1616531d94f4..9b9c91a2f6f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/create/SyncCreateSetEndpoint.java index 50ffce08a461..fcfa3de5806a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityType.java index 1d9e9bac6b33..15fb868ea796 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java index 14fe2bb0407a..73a10c1b3850 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/AsyncCreateEntityTypeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityType.java index ace736262b84..b372d71d2ca6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java index 7cab9a3d805b..8ce30d6f6f09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java index 7b0db18e0f72..74c43117f654 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeFeaturestorenameEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytype.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytype.java index 1c799580a088..68027154796d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytype.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java index ffca4be39763..2ff3249b0141 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeature.java index 681d5375dcb6..d5919f8ffa98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java index 68d4946eba07..1c0c132529ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/AsyncCreateFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeature.java index b260490d435e..54bd43366bc9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java index eebd6fb49d1e..f291f3d410a3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java index 445393607891..9662ace3643e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureEntitytypenameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java index 19ec63f9d7f9..0856ca572090 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java index e6c3dfb7362d..cf876b53d472 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureFeaturegroupnameFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java index cd6b33e75a9b..fb380c6b109a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java index 972aaf4cfa40..4f25466b9478 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeature/SyncCreateFeatureStringFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java index a1b15f988016..c530eeeaae93 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java index 795a149cfc69..6cd0a002b7d8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/AsyncCreateFeaturestoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java index 096b7b5ca26c..2df79bb961dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java index a401e30d08c8..20774200953c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java index 62e7e76db7d3..21d971c19f0d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreLocationnameFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java index 497c12ffba77..666fbd0100a5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java index 13ec8ca31a03..93c669f0a689 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/createfeaturestore/SyncCreateFeaturestoreStringFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityType.java index fca8865290fb..62784f982e14 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java index 87dc411dfbb1..2791b9536a64 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/AsyncDeleteEntityTypeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityType.java index 2ca526c4601c..b7652014321f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java index 76a75073b0af..ef491828d0f7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java index 3a2753f8b264..4652f5d97196 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeEntitytypenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeString.java index baa590fdf528..a892150ae2ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java index 49c58b864816..708b86a66c3d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deleteentitytype/SyncDeleteEntityTypeStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeature.java index bd0d3e11ae5f..f377495b9f68 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java index ea6da6d30c8b..728a1b896620 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/AsyncDeleteFeatureLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeature.java index 75180d1f81d3..ca33e5ed570b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java index baec1f7b2fac..458c2127549a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java index ba7fb68e5db6..340f1aeb7fe1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeature/SyncDeleteFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java index 22d3a21c9cd6..78210d2299b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java index 0b368d191c2b..09182dd06b42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/AsyncDeleteFeaturestoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java index 4c279fdf9208..a13568877bfa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java index 3120f4a7355d..9c9a918dabd3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java index 2d9f36bf5bc7..e3f8fb4cb9c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreFeaturestorenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java index 451dabec2828..b5f6cedf6d61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java index a2272277cbf1..438f49d05c82 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturestore/SyncDeleteFeaturestoreStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java index bf2b6faa6ff4..58135cbbf2ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java index 7d7788db22da..14f2f75123df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/AsyncDeleteFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java index fec6d171047d..b85081ac562c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java index 38d5c7af3846..0aae4f2c6e61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java index 3e5d9bd1f562..12eada2009d1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/deletefeaturevalues/SyncDeleteFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java index b3c3a996a75a..abe93f42299c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java index 54fde08d27cf..6eb651a35149 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/AsyncExportFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java index a3229b88f9fb..2d8d3e74f560 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java index 58e09941a93f..45ccbf97136f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java index f8578e8b9565..ef90d428b8b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/exportfeaturevalues/SyncExportFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/AsyncGetEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/AsyncGetEntityType.java index 2c22ab1adbc5..bb709cba45fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/AsyncGetEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityType.java index d0e3f8acffb2..69e0eec2f834 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityTypeEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityTypeEntitytypename.java index b834c5ea09e6..431af5dca421 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityTypeEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityTypeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityTypeString.java index ff57d38ab686..db2be149ac29 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getentitytype/SyncGetEntityTypeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/AsyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/AsyncGetFeature.java index 2fd7b8ce0808..a29b20a09ac9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/AsyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/AsyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeature.java index 4be798dda912..ff1a74ed521e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java index 1cef943d5fd8..4ba30108e2cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureFeaturename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureString.java index ea1bf8bb7d8a..34883c285a52 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeature/SyncGetFeatureString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java index c1c8d196907e..a1b9975e640d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/AsyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java index 1de527637aa9..3bbd36768897 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java index 34325ea8a50d..dd812bf77c25 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java index 675571a36fc5..d33930df06a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getfeaturestore/SyncGetFeaturestoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getiampolicy/AsyncGetIamPolicy.java index a40b494d50e8..12c26b3321ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getiampolicy/SyncGetIamPolicy.java index db2a1cbf5fa1..879dbe440af6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getlocation/AsyncGetLocation.java index 26c0f6d3c609..48e662dde786 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getlocation/SyncGetLocation.java index 18f149749c68..807f7dac1713 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java index ca79356e059c..3d6fb03d3c6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java index 3369da48c0b3..d1c33a68b8ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/AsyncImportFeatureValuesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java index 651c0ddc9e2f..0cba31d7e75c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java index 7d2fea16dcf5..25c2fe0148b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java index d82610fe7a16..b4c3a8c2b727 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/importfeaturevalues/SyncImportFeatureValuesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/AsyncListEntityTypes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/AsyncListEntityTypes.java index c07e6d599d78..b319993d0859 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/AsyncListEntityTypes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/AsyncListEntityTypesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/AsyncListEntityTypesPaged.java index b3f42825b753..0cea55f3a0b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/AsyncListEntityTypesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypes.java index b882b72c9f24..daf012456379 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java index af619e9ff676..fb75e5f503df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesFeaturestorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesString.java index 9931bbbba782..a8ca774f2b0e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listentitytypes/SyncListEntityTypesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeatures.java index c91dbea385d5..8fdc4eca0cf0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java index edb4f4cc1cfd..24494727a04b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/AsyncListFeaturesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeatures.java index d1f83f5f95e4..d0bff9e3ab48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java index 72320492a141..362ee75efd86 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java index dc613d6741ee..1604a895fc59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesFeaturegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesString.java index 6c90be84f5fc..7a048daeca57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeatures/SyncListFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java index e751d8f46ba3..472d0e648bc4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java index d30dda61c9bd..aa42b7d0e122 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/AsyncListFeaturestoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java index e4ed4c21e36e..e195686efe5d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java index 693fafda3b3a..73ade6ad588f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java index 9e660cb17c98..51522ada99f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listfeaturestores/SyncListFeaturestoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/AsyncListLocations.java index 70260b22169f..a057be6a8eb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/AsyncListLocationsPaged.java index f9c4ccbf435a..09be02f48bde 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/SyncListLocations.java index ae6175e00918..bd255b2cd45e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java index d910051dc9c8..d5977a2b96ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java index d2a697d90bdb..6b410e4100e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/AsyncSearchFeaturesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeatures.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeatures.java index 147d91b0649e..df1df66d5762 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeatures.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java index 97837db28658..3ba122b99b5f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java index 4fea317521ff..e665bfb96dec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java index 05b881f6bc87..8460b9679468 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java index a7665fe079c8..3b30cb6f5745 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/searchfeatures/SyncSearchFeaturesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/setiampolicy/AsyncSetIamPolicy.java index 13ef6ea949c3..dcf32aaacd04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/setiampolicy/SyncSetIamPolicy.java index 2e1558a36da7..2c3f36475409 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/testiampermissions/AsyncTestIamPermissions.java index b7a512b532a2..5ef0dc1dad34 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/testiampermissions/SyncTestIamPermissions.java index d77c996b159e..1159e0f342f4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/AsyncUpdateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/AsyncUpdateEntityType.java index da1ead93ce08..b5116ee189df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/AsyncUpdateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/SyncUpdateEntityType.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/SyncUpdateEntityType.java index 0db33d1bf96e..ec46a7f1df0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/SyncUpdateEntityType.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java index 01de1c49e431..a495e1852fa1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/AsyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/AsyncUpdateFeature.java index abfcba6d2acf..0f6edeb58eb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/AsyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/AsyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeature.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeature.java index 913d7efe4337..e7c5a201fc3d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeature.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java index f5e3c30d38a7..ffb9460955c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeature/SyncUpdateFeatureFeatureFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java index f4799696c1ff..64119eb71b36 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java index a5a68cbba010..badd3b59518c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/AsyncUpdateFeaturestoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java index c2347457666a..7486782f5cf5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java index f77e621c4722..4a37daf90460 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservice/updatefeaturestore/SyncUpdateFeaturestoreFeaturestoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java index d2f76a50b378..e8b7e0fb0c94 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/featurestoreservicesettings/getfeaturestore/SyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/create/SyncCreateSetCredentialsProvider.java index 413a222e0b72..55b818c3b9ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/create/SyncCreateSetEndpoint.java index 4c290202cdb1..596dd84c23ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java index f2338a1dc4e6..33c7b81e5e6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java index ec1845a631cb..1f1a602b0d72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/AsyncCreateIndexEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java index 35b6355a5d41..9d98ee80f36a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java index 64f1e54cecae..231e902604b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointLocationnameIndexendpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java index 893c2e25ca71..cef14c610c59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/createindexendpoint/SyncCreateIndexEndpointStringIndexendpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java index 3e2279ab0201..2a1ebe53ab7d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java index 497a18360807..e5fa19e01a83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/AsyncDeleteIndexEndpointLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java index 922a3073bfc3..c2a557096303 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java index 425d983cb626..b8d13e7f60dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointIndexendpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java index 40e0f1e78c0f..1a5eb2ef5e1c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deleteindexendpoint/SyncDeleteIndexEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndex.java index 84b3b12862b1..4a700d71ae2f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java index 8a74f636b733..d0f8fac8b87a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/AsyncDeployIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndex.java index 12dafa08523c..c7fa05c9049d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java index 5074eaafc3d5..955ba6849a23 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexIndexendpointnameDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java index e8979581d364..c105d9fceca2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/deployindex/SyncDeployIndexStringDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getiampolicy/AsyncGetIamPolicy.java index 0035c5ee62b8..4985c7ca8ed7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getiampolicy/SyncGetIamPolicy.java index ccde9c07f06f..7ff6428f43f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java index 9a5121936faa..f1259f5f8d83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/AsyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java index b0184ff301f3..289e384dbde8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java index e738464d7925..82a42d776e48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointIndexendpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java index 42be29ed6254..8a90509133ca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getindexendpoint/SyncGetIndexEndpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getlocation/AsyncGetLocation.java index 35b3659e2ec9..f2a6c91ad7b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getlocation/SyncGetLocation.java index 456f9aace0f8..cf1c028850a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java index 8686523c7446..2cea5160551c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java index 0799b69e4d41..4b4e10e0d8c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/AsyncListIndexEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java index 0f80c925b9c7..469cc3d29832 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java index 7f94072fcfec..13b4a582c466 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java index 757425124341..f72ef278145c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listindexendpoints/SyncListIndexEndpointsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/AsyncListLocations.java index d1b248251d0c..085f344e311f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/AsyncListLocationsPaged.java index f15d71db327a..3c3be9d61ea5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/SyncListLocations.java index 1c99701ed151..86c3d6d8c2c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java index 8c74f3fd54a7..0ca1bb858023 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java index 55659595d8b0..093574388e61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/AsyncMutateDeployedIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java index 4a07a29d797e..77813d296e57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java index 27f849df172c..d622ca286d64 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexIndexendpointnameDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java index d31e6c7e0bb4..95bac59f0b6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/mutatedeployedindex/SyncMutateDeployedIndexStringDeployedindex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/setiampolicy/AsyncSetIamPolicy.java index 29cdbcceff34..730bc93476a3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/setiampolicy/SyncSetIamPolicy.java index 64bd3e279bc9..95f6eed422ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/testiampermissions/AsyncTestIamPermissions.java index ae5d4a10e46f..e32722f166a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/testiampermissions/SyncTestIamPermissions.java index e5f30a6e0bf7..d6eb737c54ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndex.java index e14c627a7341..11208894c756 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java index 4c7cd0db1d86..459a7f00263c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/AsyncUndeployIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndex.java index bcd0cec4822c..b99d7438431d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java index b117ee378ed9..070e3189a735 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexIndexendpointnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java index 2b5d9ba01182..18ded14235ff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/undeployindex/SyncUndeployIndexStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java index 0e5bed49c479..18c737d2fead 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/AsyncUpdateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java index 98f6abe385d3..604ed0efe052 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java index 4d2b321a5e28..38117e4cece2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservice/updateindexendpoint/SyncUpdateIndexEndpointIndexendpointFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java index d18a4142e98c..282c8898f4d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexendpointservicesettings/getindexendpoint/SyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/create/SyncCreateSetCredentialsProvider.java index e6679621a6b1..e8b84160a169 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/create/SyncCreateSetEndpoint.java index 04d2f46de6c8..fd2e179f1496 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndex.java index 877d2f28d522..8c5f56349226 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndexLRO.java index f70f87ebd2e1..166be0a8fa20 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/AsyncCreateIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndex.java index 2422fc4951b2..3b8ce7bf260f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java index 977e15c8f76e..0dfcfe63342e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexLocationnameIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexStringIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexStringIndex.java index b0639fe4eda8..bb30982b2a3d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexStringIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/createindex/SyncCreateIndexStringIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndex.java index dbf5c94c262f..822682139dcb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndexLRO.java index c1fcf422dd9c..86b4cef385c2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/AsyncDeleteIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndex.java index 8267f4a6017f..fc0159ca8ca9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexIndexname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexIndexname.java index 38383022a781..4bdd93a99132 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexIndexname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexIndexname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexString.java index 87ee666ce48b..4e50b82f614d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/deleteindex/SyncDeleteIndexString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getiampolicy/AsyncGetIamPolicy.java index 5b67c45d437e..04a8c0477e2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getiampolicy/SyncGetIamPolicy.java index 378b0fc22f54..930e93c34bd2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/AsyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/AsyncGetIndex.java index d1d813dedfa9..450468198eec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/AsyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/AsyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndex.java index 932164d2e69d..16ca111744b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexIndexname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexIndexname.java index 883304cd96c5..410b168da75e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexIndexname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexIndexname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexString.java index ddf2a98f4463..edcdbe8165e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getindex/SyncGetIndexString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getlocation/AsyncGetLocation.java index 58049ba08bbb..a7c367ace952 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getlocation/SyncGetLocation.java index 7efd4250cbe0..029622e61055 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexes.java index 408ae7a03c6e..67b14166f6e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexesPaged.java index 9ee7efce58df..baf71e4fc7e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/AsyncListIndexesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexes.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexes.java index 110bc1ca534b..0612c9ed8c8f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexes.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesLocationname.java index bf9cd390bd1d..bf0cbf3cc95c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesString.java index 2852ff01425f..da307d740336 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listindexes/SyncListIndexesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/AsyncListLocations.java index 9b3401d5609a..a30b320d2560 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/AsyncListLocationsPaged.java index 5a5360a8e8d5..64f932e00629 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/SyncListLocations.java index a2f3fec549ad..591a5dc9b265 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/AsyncRemoveDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/AsyncRemoveDatapoints.java index 9b8443068178..a79ce94076b7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/AsyncRemoveDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/AsyncRemoveDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/SyncRemoveDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/SyncRemoveDatapoints.java index e6a841ab9585..4df4388720ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/SyncRemoveDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/removedatapoints/SyncRemoveDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/setiampolicy/AsyncSetIamPolicy.java index 10dd439d5513..f4919403c406 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/setiampolicy/SyncSetIamPolicy.java index 3926fc67a502..0b6c66751613 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/testiampermissions/AsyncTestIamPermissions.java index 8bfaae294dd0..528bdc31a10d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/testiampermissions/SyncTestIamPermissions.java index 54a477996c94..350ca3fe2cce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndex.java index 1e7979308785..04ff03ad2b8f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndexLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndexLRO.java index baca68b3f70f..ced916b33f29 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndexLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/AsyncUpdateIndexLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndex.java index adf6ff7da4be..f183a6ad61ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java index df52f6bef7b6..df84d6bd0427 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/updateindex/SyncUpdateIndexIndexFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java index ff9156d6ca65..a98e2386ece4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/AsyncUpsertDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java index a8e3c0c2e243..d1ddfae4aeb0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservice/upsertdatapoints/SyncUpsertDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservicesettings/getindex/SyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservicesettings/getindex/SyncGetIndex.java index 1dd25ecb9c37..2e04c524d518 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservicesettings/getindex/SyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/indexservicesettings/getindex/SyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java index 46f24f81493a..9b4a90f7498d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/AsyncCancelBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java index 6e2c437d2f3c..31d9c7e4b323 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java index c413ae606add..48d41bff00d7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobBatchpredictionjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java index b8354f7432f4..4fa8d263cbba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelbatchpredictionjob/SyncCancelBatchPredictionJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java index 820994caecdd..ab6eaa0df441 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/AsyncCancelCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJob.java index 82f1e60abdc8..9a0515054fee 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java index 7da4113622f6..1a849b6dbac4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobCustomjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java index a4ca7837eb1c..c54b92a87012 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelcustomjob/SyncCancelCustomJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java index 7fbc130f8591..9bb7192a3ae8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/AsyncCancelDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java index a9b124847e03..2967bbc1d02b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java index ec0ef766c7c0..623f6450bbfa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobDatalabelingjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java index d09f7086a174..7965d373c551 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/canceldatalabelingjob/SyncCancelDataLabelingJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java index adc3c0eecfd2..6b50738603fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/AsyncCancelHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java index 914d96f586ba..4a1dbe4fcbb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java index 582bfc82f40e..4ed8984ebc3a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobHyperparametertuningjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java index 6dbf68264651..d3408c499b5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelhyperparametertuningjob/SyncCancelHyperparameterTuningJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/AsyncCancelNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/AsyncCancelNasJob.java index 677f3bce5df5..e06e3fc60ace 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/AsyncCancelNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/AsyncCancelNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJob.java index e14b5c23f5f2..66e5a784eca5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java index 41146e6cfd58..7d4704d8b16f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobString.java index 59fc6a488959..09bd1d0fd009 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/cancelnasjob/SyncCancelNasJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/create/SyncCreateSetCredentialsProvider.java index 761cd089512b..fda73b4d6996 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/create/SyncCreateSetEndpoint.java index 350ef46040f0..23ecff0dfc14 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java index a580db51272b..2ab40c733b15 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/AsyncCreateBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java index 6f3fc84fb54e..d8433cae6a90 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java index c344a82fe3f4..0df31754d1dd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobLocationnameBatchpredictionjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java index 0321a946b620..204aec68a759 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createbatchpredictionjob/SyncCreateBatchPredictionJobStringBatchpredictionjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/AsyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/AsyncCreateCustomJob.java index abe4b4a85902..63c11cc3640a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/AsyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/AsyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJob.java index 56b38ca3f7b7..208b8d20d76c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java index 4bbab23c7fbc..8cd1fddb969b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobLocationnameCustomjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java index f4f937cb2b27..eeb8b9d04ddd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createcustomjob/SyncCreateCustomJobStringCustomjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java index 0e1427afe668..e546fcfa0021 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/AsyncCreateDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java index 69258d87df3c..e823b4cffef6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java index 9d87408fa13c..eb2c603cec53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobLocationnameDatalabelingjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java index e73948d29aa1..0e8a03eebd86 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createdatalabelingjob/SyncCreateDataLabelingJobStringDatalabelingjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java index 83980934b886..6319ceb3ea95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/AsyncCreateHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java index 56cc5137be52..b72898d628c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java index ac3c151c4c10..01b36149beb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobLocationnameHyperparametertuningjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java index b30dd8383159..00768c82a3c6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createhyperparametertuningjob/SyncCreateHyperparameterTuningJobStringHyperparametertuningjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java index 2630666da3a6..eeb5500aa761 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/AsyncCreateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java index f91be95ffd00..9afdc7d97470 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java index 261a9b378001..9976efe38160 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobLocationnameModeldeploymentmonitoringjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java index 60cc6cb953ef..dd051fa0554e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createmodeldeploymentmonitoringjob/SyncCreateModelDeploymentMonitoringJobStringModeldeploymentmonitoringjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/AsyncCreateNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/AsyncCreateNasJob.java index 4eec7d9ab6e2..0d655d3eb800 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/AsyncCreateNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/AsyncCreateNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJob.java index 2ca55bbcbe5f..bb95836ca1c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java index 0fa5ccdba117..3b368c86b59e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobLocationnameNasjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java index 4d6be94c27c3..9e88cd02bc4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/createnasjob/SyncCreateNasJobStringNasjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java index 67ac38ece8ec..ca1eeafe8946 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java index a76a00c84237..040316f7a338 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java index 71bff0306f11..af6d8b2f28c6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java index 1b7c29a9587f..d730156fd8c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobBatchpredictionjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java index f446a58ad848..2c931a7ca651 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/SyncDeleteBatchPredictionJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java index 0a4bef5c891e..ffb36a3bb050 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java index 83dd5f883292..09c9b19a7df8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/AsyncDeleteCustomJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJob.java index b8baa0813187..e5b63446c747 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java index 56b06a103ab4..adf778b2f1e1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobCustomjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java index c8333689d6ce..6caf6b7001c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletecustomjob/SyncDeleteCustomJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java index 485624cbeba8..67009442620d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java index 908e71a71138..b6d1909f9bb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/AsyncDeleteDataLabelingJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java index 64a9eeb0d54a..1f5d4d4f672a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java index f9012d12afeb..c2d1c05072bf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobDatalabelingjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java index 0be4a1f1bc00..e22a5ef761dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletedatalabelingjob/SyncDeleteDataLabelingJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java index 9fb22b417aea..c9c5cf6a7a4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java index fb2014659e67..310b3e7b7b09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/AsyncDeleteHyperparameterTuningJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java index 1b6d10d8b702..0acbff65e26a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java index 0e2615075db8..fbcdd471bdfb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobHyperparametertuningjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java index f86bce9f3167..b6ab2ee9cf35 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletehyperparametertuningjob/SyncDeleteHyperparameterTuningJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java index 62a4e3d36cf2..2a1955c71c4f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java index c3a776e6a7e5..917adc8ff3a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/AsyncDeleteModelDeploymentMonitoringJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java index 21ff0e75a7ee..2fd3840aa917 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index 28b3ad44f34d..70f7937ecb6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java index 5691ebf25609..8b8780d44ee0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletemodeldeploymentmonitoringjob/SyncDeleteModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJob.java index 0e5bc369c5db..a14405082952 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java index bad9ae2ca4c4..30ea08b95e60 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/AsyncDeleteNasJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJob.java index ff2e4b3a3dc0..88657a4bfb2b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java index 9910d9c4d115..0107020387f4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobString.java index c6b2a8f7cdd7..a80943696326 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletenasjob/SyncDeleteNasJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java index 59dbb8aef222..40b7e2e342e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/AsyncGetBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java index d503761e1885..169a21233c9f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java index 90e36d2bd807..e986e448b21b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobBatchpredictionjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java index 14e16847d3ca..aa7163fc143d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getbatchpredictionjob/SyncGetBatchPredictionJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/AsyncGetCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/AsyncGetCustomJob.java index 3a19e76efbc8..643bf8ba9296 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/AsyncGetCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/AsyncGetCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJob.java index 6ec42888d280..d337cd222fc9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java index 480b6c256711..8242b63b26fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobCustomjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobString.java index e6a84b74ca2a..86effa06dfcd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getcustomjob/SyncGetCustomJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java index bcca0933fd23..8794c1248b64 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/AsyncGetDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java index 33d59dbb870b..134c7b5b1928 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java index 8d7c23f51129..2edfec253894 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobDatalabelingjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java index 749339fc54cd..0f51124c49c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getdatalabelingjob/SyncGetDataLabelingJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java index 892720db26bd..d3970966560d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/AsyncGetHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java index 1e86f44d8d0b..da70c06304a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java index ea5079efef90..1500aa4c984f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobHyperparametertuningjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java index 40babc6c5032..0871477cc5bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/gethyperparametertuningjob/SyncGetHyperparameterTuningJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getiampolicy/AsyncGetIamPolicy.java index cc53fa0f041c..2336c593a185 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getiampolicy/SyncGetIamPolicy.java index b03bcb187b02..6ae553502ead 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getlocation/AsyncGetLocation.java index e8e9b08951fe..506d5fa86fd9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getlocation/SyncGetLocation.java index bfd067dadaa5..8acb77728c62 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java index 077fe0a33df7..d6a351e35eb1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/AsyncGetModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java index 764063e62777..eccd3826892a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index 72515434631f..3d86019a34a3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java index d77b21677ad9..c1cb8829bf80 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getmodeldeploymentmonitoringjob/SyncGetModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/AsyncGetNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/AsyncGetNasJob.java index d9a42f5cf3a7..9c5f70cb70c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/AsyncGetNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/AsyncGetNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJob.java index 4243b9516a7b..a920cef08dea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobNasjobname.java index 92b86b43b3c3..b7b8c014d707 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobString.java index 5372f6c63899..13c877953642 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnasjob/SyncGetNasJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java index e9fbad1b9e18..b565521ca1bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/AsyncGetNasTrialDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java index cde91d912cbd..dd5f4e35195a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java index 130ad91233b6..2dee5ee8e6da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailNastrialdetailname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java index 5c3dbce982e1..41310cb95e11 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/getnastrialdetail/SyncGetNasTrialDetailString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java index fbae1f3ce421..4e7886837150 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java index 1ffafbf2838c..b5be2d89c5bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/AsyncListBatchPredictionJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java index c4c31246af64..eb259e7b1282 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java index f5e2dc1c5f47..de49963655ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java index 3854ed6ed984..95d0c42fa180 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listbatchpredictionjobs/SyncListBatchPredictionJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobs.java index 74958a762d2f..fab0c5c7178b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java index 88ac9ff3d818..916fccccf289 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/AsyncListCustomJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobs.java index 1f99f2f099d7..92b6b94b1675 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java index 6e7fdb9a08ac..6d7ee1ba292d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsString.java index 17e1849e11ca..af8b797f45bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listcustomjobs/SyncListCustomJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java index 4054b009ae42..2589f3bfbb8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java index 382de415a433..fb8006f1bbf2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/AsyncListDataLabelingJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java index 0e139c2b0174..33f16fb3be4b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java index cc3407090a90..02889accfc6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java index b87e0322fd28..91546f6b54cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listdatalabelingjobs/SyncListDataLabelingJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java index 892d9d9cf01a..41912e2a8cba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java index 74219614dfb4..27f1d3a89a1d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/AsyncListHyperparameterTuningJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java index 8546524087eb..5310b52d1de1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java index ea475c15c6df..5597f54e9d49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java index 64053e38e238..dc0518ea079d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listhyperparametertuningjobs/SyncListHyperparameterTuningJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/AsyncListLocations.java index 2a98d58ae4f0..9b63931ff211 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/AsyncListLocationsPaged.java index 0f74cf2e7be5..298e9578d965 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/SyncListLocations.java index 5652fe46da24..6b47f4be3ad6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java index f506f4db8898..fc4b1aa2f657 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java index d70da71870e6..99aa01520503 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/AsyncListModelDeploymentMonitoringJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java index 2463c09be3b3..186a6ad8eacd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java index 981e48e0ae20..0e2cc6695263 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java index f366cbea5d0d..77c95275bd9e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listmodeldeploymentmonitoringjobs/SyncListModelDeploymentMonitoringJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobs.java index 42730bd6722e..5253deebafa3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobsPaged.java index 9946d5a56692..23f317ab35eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/AsyncListNasJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobs.java index 4a6c6b8195ac..4aaf99a17e77 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsLocationname.java index fb9cb0948d1a..f33086bae04f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsString.java index bc7f4a7d7552..57bc99f7550f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnasjobs/SyncListNasJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java index 93eee468648e..3c231930cb1c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java index f5388a1d07b6..2990c510952f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/AsyncListNasTrialDetailsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java index fea9a987dddf..4194f8c3900e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java index da57bffa4857..c3b4a6751496 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsNasjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java index 688e8f4e1b6c..8176b84d781c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/listnastrialdetails/SyncListNasTrialDetailsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java index d67ad586989f..ff731c72b92a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/AsyncPauseModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java index 122fd3324de3..b6fbd15ff82d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index 7b6de8d55cc0..a82c033afed9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java index 043a607e8087..593d58dcad47 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/pausemodeldeploymentmonitoringjob/SyncPauseModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java index 7f24d83c010b..9e88897af8c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/AsyncResumeModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java index 67b9e7c132b1..54f428b66d70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java index 800f14f34a57..aba4d6296a2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobModeldeploymentmonitoringjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java index 73c217521c2e..04051536632a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/resumemodeldeploymentmonitoringjob/SyncResumeModelDeploymentMonitoringJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java index d35d7626aaf3..69aac430a816 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomalies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java index e85dea361b7b..ad5d4caaff12 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/AsyncSearchModelDeploymentMonitoringStatsAnomaliesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java index a0e547ceeacd..466b13ecd3ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomalies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java index edf480acbc79..326c9f0cf383 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesModeldeploymentmonitoringjobnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java index 10a2454b10e1..8886ca0e8889 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/searchmodeldeploymentmonitoringstatsanomalies/SyncSearchModelDeploymentMonitoringStatsAnomaliesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/setiampolicy/AsyncSetIamPolicy.java index 3275e4b6a572..114603e0e4b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/setiampolicy/SyncSetIamPolicy.java index 3e4173c657dd..5c1536a006df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/testiampermissions/AsyncTestIamPermissions.java index 9fd91edb9868..cbedbed8e69c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/testiampermissions/SyncTestIamPermissions.java index 0827e3cc70b7..23d7890ffd98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java index 50be8720972c..1139e1e433bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java index 09bcf7d210c6..80c1bdb7a56a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/AsyncUpdateModelDeploymentMonitoringJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java index 0959bc51acc0..07125761415d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java index c6937b30abbe..c90a3c88b449 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/updatemodeldeploymentmonitoringjob/SyncUpdateModelDeploymentMonitoringJobModeldeploymentmonitoringjobFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java index 740331c3b216..0979637178c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservicesettings/createcustomjob/SyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/AsyncComputeTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/AsyncComputeTokens.java index 34a85ffc5cfc..60d05347d395 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/AsyncComputeTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/AsyncComputeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokens.java index 47a689879373..6bdf48d7fb74 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java index 3f6866538ab8..7bf83b3e3c3c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensEndpointnameListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java index ac5e621ea5a2..302fd891de7a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/computetokens/SyncComputeTokensStringListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/create/SyncCreateSetCredentialsProvider.java index cb71409ebb5b..bf0cf5a5ea1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/create/SyncCreateSetEndpoint.java index f46f9ee56b6a..b2e1931bdb5f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getiampolicy/AsyncGetIamPolicy.java index c97ff39ba8d5..1f89fcc6f5bc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getiampolicy/SyncGetIamPolicy.java index a2fb9402d662..7ea83f651c2c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getlocation/AsyncGetLocation.java index 414e753752e7..c0360d562ca9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getlocation/SyncGetLocation.java index 4840ef8d8981..e9485be53eca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/AsyncListLocations.java index 13da04105717..b6ea4d5173b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/AsyncListLocationsPaged.java index 8d9417e12f29..a2cc27dc1719 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/SyncListLocations.java index a1e148c3236b..e50cd259d897 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/setiampolicy/AsyncSetIamPolicy.java index 0327e67a5035..17645999dc7d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/setiampolicy/SyncSetIamPolicy.java index 6e12e88c053d..fe26f2f26f62 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/testiampermissions/AsyncTestIamPermissions.java index 739070d54fae..496a8d5c3324 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/testiampermissions/SyncTestIamPermissions.java index f814c1b5b9f7..1aa5b587634b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservicesettings/computetokens/SyncComputeTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservicesettings/computetokens/SyncComputeTokens.java index da9abf90221f..22aaf8a689f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservicesettings/computetokens/SyncComputeTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/llmutilityservicesettings/computetokens/SyncComputeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/create/SyncCreateSetCredentialsProvider.java index 447e80e8ebe3..d83b0fcf85d8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/create/SyncCreateSetEndpoint.java index 0d9c653139bf..439ca3cc7018 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/AsyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/AsyncFindNeighbors.java index 03a26ccf4553..759970833710 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/AsyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/AsyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/SyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/SyncFindNeighbors.java index 7d426c09a97d..71ed4db1f07d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/SyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/findneighbors/SyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getiampolicy/AsyncGetIamPolicy.java index bdd8e876627f..df876e804771 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getiampolicy/SyncGetIamPolicy.java index 4c7c157a9680..e2da3deec969 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getlocation/AsyncGetLocation.java index 7460a2c5634e..884d7158cc93 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getlocation/SyncGetLocation.java index 18b6631f736e..c9dd171d4a85 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/AsyncListLocations.java index 0b5852b63295..48a76078f167 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/AsyncListLocationsPaged.java index d0c8d5d9f277..7f3c93522f59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/SyncListLocations.java index 93bdfb451dda..ea9e51884067 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java index c433cd70e5df..23b9e9918b03 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/AsyncReadIndexDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java index d1b28f5b35aa..63f8227f7f8e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/readindexdatapoints/SyncReadIndexDatapoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/setiampolicy/AsyncSetIamPolicy.java index e7e312787ce8..de2081b8e2f7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/setiampolicy/SyncSetIamPolicy.java index ee9d5287e8ec..8c7bcc42c57e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/testiampermissions/AsyncTestIamPermissions.java index 85ef1cb1c655..2e275923d580 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/testiampermissions/SyncTestIamPermissions.java index 5c87ab9cf8ac..3e171d71018f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservicesettings/findneighbors/SyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservicesettings/findneighbors/SyncFindNeighbors.java index 8f8e6ed772a3..b68d71ddc10a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservicesettings/findneighbors/SyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/matchservicesettings/findneighbors/SyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java index f5e8147a557d..c489d104ad57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/AsyncAddContextArtifactsAndExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java index 7a82ff943b30..211beca962e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java index 496712ccbd5d..56003f9c09d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsContextnameListstringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java index 63164d80e73b..de6e4f5a6e2b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextartifactsandexecutions/SyncAddContextArtifactsAndExecutionsStringListstringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/AsyncAddContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/AsyncAddContextChildren.java index 342dc5cdee91..b8e440963ce3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/AsyncAddContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/AsyncAddContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildren.java index 9112acccfe57..c7abb9f6adb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java index 3f03b8ad3c4e..514edba0832b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenContextnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java index c26f35710204..08f139bc5057 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addcontextchildren/SyncAddContextChildrenStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java index 718a77c12c7c..e9cf26a8cfe4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/AsyncAddExecutionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java index ca701e7571de..c488e21abefd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java index c437188444aa..deba6380857a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsExecutionnameListevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java index cd4df037d88a..c3277dcbce0e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/addexecutionevents/SyncAddExecutionEventsStringListevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/create/SyncCreateSetCredentialsProvider.java index 752647b1ed8e..00076751747e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/create/SyncCreateSetEndpoint.java index 7e7389943354..04032a67abed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/AsyncCreateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/AsyncCreateArtifact.java index bdd353a88b7c..8a919469a0a3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/AsyncCreateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/AsyncCreateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifact.java index d1991ab9a764..cfa1b7b9405a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java index 2b72bc07f845..84b5da528f76 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactMetadatastorenameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java index a6bacaaeb44e..3f44b355f074 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createartifact/SyncCreateArtifactStringArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/AsyncCreateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/AsyncCreateContext.java index 2392aa4b60e8..f5e04d53f214 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/AsyncCreateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContext.java index e24aed2b17ce..73d89a23b37e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java index 0bd3761a79ca..c42211c0b8c9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextMetadatastorenameContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextStringContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextStringContextString.java index 2787e5a5e613..dbdee671f6ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextStringContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createcontext/SyncCreateContextStringContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/AsyncCreateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/AsyncCreateExecution.java index 310196945c74..aab2e722b50d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/AsyncCreateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/AsyncCreateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecution.java index 677ba3c7045f..5be5e0fd9dbc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java index 7c784f2ffbac..340191f53925 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionMetadatastorenameExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java index be4f17da6d70..ff5160d1bcef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createexecution/SyncCreateExecutionStringExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java index 0bc23bb9fa55..0067e04827a4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/AsyncCreateMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java index 7ee91a45db0a..f6be12788f8a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java index f5968c11b755..335c125dbaaa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaMetadatastorenameMetadataschemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java index bc39db2584be..1c5b5325d478 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadataschema/SyncCreateMetadataSchemaStringMetadataschemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java index ed95b86637fc..5ec05483a185 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java index 37d60baf69b9..6a531b635e48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/AsyncCreateMetadataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java index a651686fee53..42b2d379c485 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java index d6e7f7606383..dec175cff7ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreLocationnameMetadatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java index e54ffd13ed16..0db1b85225dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/createmetadatastore/SyncCreateMetadataStoreStringMetadatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifact.java index dc68b1c9538f..a7bd1dd85433 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java index 82649101ec73..4354d3c7fa07 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/AsyncDeleteArtifactLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifact.java index f5773d472367..fc53d05219f5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java index 56788ff09246..df29ee0f2d28 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactString.java index cb1ff27d4312..b3be456f32f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteartifact/SyncDeleteArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContext.java index 54e107ccaa77..72ed6fdce56d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContextLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContextLRO.java index 63dfe6d7a7f3..7868099b4864 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContextLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/AsyncDeleteContextLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContext.java index 1cc827ef0743..37f57535b0c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContextContextname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContextContextname.java index 92d7b9f717ed..14ee29e3319b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContextContextname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContextString.java index 3145336a695a..ff5b910d8551 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletecontext/SyncDeleteContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecution.java index 1a02a81a0d25..ed7d65196979 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java index 84686b10cd6e..771bddb7caf7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/AsyncDeleteExecutionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecution.java index 83ac2a5d24cc..4d216ae254e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java index 95ec3e1817f9..64a3ad83f554 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionExecutionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionString.java index 83effd6e0309..5cf8dfcbbc18 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deleteexecution/SyncDeleteExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java index 1ad2afcf426c..bd8a23a2b2f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java index 249f9fecc1f1..04d97ae8bd53 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/AsyncDeleteMetadataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java index 6edeb90cc086..c467f87668d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java index 5aaafb4c123f..ec302b4824fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java index 0a83f1ae6197..0a8f4e39b564 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/deletemetadatastore/SyncDeleteMetadataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/AsyncGetArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/AsyncGetArtifact.java index 01ed02aa8a0e..dbd42124f5f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/AsyncGetArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/AsyncGetArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifact.java index 28ad2fe8deca..34eff2455842 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactArtifactname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactArtifactname.java index aa4b7db1e6ab..56505a88b046 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactArtifactname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactString.java index 1aaf9d746da9..ffb3df1e46a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getartifact/SyncGetArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/AsyncGetContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/AsyncGetContext.java index 499d78b1b2ba..9cbd12686d45 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/AsyncGetContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContext.java index 2c060b300409..a75f54ae8a04 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContextContextname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContextContextname.java index 139c6c53eb5e..e38c3682f053 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContextContextname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContextString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContextString.java index 7ea71a31ff75..d140467f7a74 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getcontext/SyncGetContextString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/AsyncGetExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/AsyncGetExecution.java index d4d9a11ceb29..90cfe444fbc7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/AsyncGetExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/AsyncGetExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecution.java index dc986e3a890b..50c9caaaf213 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionExecutionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionExecutionname.java index 6833f6c264bc..cf66ec34ce9a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionExecutionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionExecutionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionString.java index cf23e31083f8..cf7e2cbad94c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getexecution/SyncGetExecutionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getiampolicy/AsyncGetIamPolicy.java index bc62102e6233..731923620dd5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getiampolicy/SyncGetIamPolicy.java index 570b3a4cecb5..c7715403bc20 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getlocation/AsyncGetLocation.java index 9dda35d73628..4e697a21c67b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getlocation/SyncGetLocation.java index fbc7e0a7c3f6..cd9dfbc4cb62 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java index 90d1e4366978..0b7199e7b539 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/AsyncGetMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java index 80ff884d8337..a6a8b7e3ba6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java index 0bf1364f692e..fbd607e99d18 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaMetadataschemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java index 15566809fce0..9aa2ae381afe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadataschema/SyncGetMetadataSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java index 7d1250177c62..dcc608ce2684 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/AsyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStore.java index 3adfc5af52f4..2d9374195e08 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java index 689c5d9cfce2..df6184a3b747 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java index 8d59304e4d83..37da5703d81c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/getmetadatastore/SyncGetMetadataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifacts.java index 41670737bd3f..f30f366528f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifactsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifactsPaged.java index 1fd2e7a5c561..93ae737b79ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifactsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/AsyncListArtifactsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifacts.java index b914d3ee09da..9b45254d7561 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java index 50ecf354cc88..113d0fbe65ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsString.java index fa1a767658bc..cb1f0680f691 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listartifacts/SyncListArtifactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/AsyncListContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/AsyncListContexts.java index bce5ee80b6fe..971805233f8b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/AsyncListContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/AsyncListContextsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/AsyncListContextsPaged.java index 6313a391da31..0629c008d094 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/AsyncListContextsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContexts.java index 76db35ae70ee..03727fee0b6f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java index 0181daab30f0..3d252ef1fd0d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsString.java index 0d24c819391c..ca16176eedf9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listcontexts/SyncListContextsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutions.java index 68164bbf3d5f..effccf6aa73e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutionsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutionsPaged.java index 2427350814c2..88d4f660adbb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutionsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/AsyncListExecutionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutions.java index 6dafa06212ae..c976ced2887b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java index 0b6e081d0adf..08d8f0e8698b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsString.java index cb18b6fb5f30..6b533f9aeac0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listexecutions/SyncListExecutionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/AsyncListLocations.java index a473bdfb038e..01ffb8a13cb2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/AsyncListLocationsPaged.java index 2717162090c2..5ef3c0bfd60d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/SyncListLocations.java index 37a0c1945c8c..4c9c8ef638e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java index 4f189ac2a654..f97c0039de86 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java index 47d96a3c30ed..eb16f31510d8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/AsyncListMetadataSchemasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java index adcb872400d4..37bb6aedff1b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java index 86d6eb95573e..4d9479a0c2f8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java index 00ee57bddc09..0d3466161be0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadataschemas/SyncListMetadataSchemasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStores.java index 040336f47c42..0c890e512f5b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java index a7dd2b1762e3..9e2fb2974689 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/AsyncListMetadataStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStores.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStores.java index 505f01f4f529..03cd816cd4ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStores.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java index 5bd6fb911fd9..161ab65d79be 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java index dd155aa9151a..7145ab303a9e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/listmetadatastores/SyncListMetadataStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java index 2d8914bbc5eb..06ec6a282643 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java index d564a9f8d7b8..0c4664fe9ee5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/AsyncPurgeArtifactsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java index 5cb392698403..3ba22c31f57a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java index e6609db949b7..22068002b0dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java index 68f5ad241bb8..a92f3d5eef2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeartifacts/SyncPurgeArtifactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContexts.java index 12d6164727cc..bc7700972143 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java index cc11c7af04e1..7511f86e0f42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/AsyncPurgeContextsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContexts.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContexts.java index d988ef300027..eeb54de50759 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContexts.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java index 0ef4db56aa0c..49ab9030ba02 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsString.java index 324e572eabd3..dcc1584f013c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgecontexts/SyncPurgeContextsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java index d961e6277e94..2b825f2e3134 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java index 2f0802ff0e9f..302115cd0af6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/AsyncPurgeExecutionsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutions.java index db29fb3c160a..0c74e9c69e9b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java index 5194ab7add15..02167c483938 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsMetadatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java index 0e882bfffeca..f6351ac5e0f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/purgeexecutions/SyncPurgeExecutionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java index 34cd0270ab72..c87f7a49cbc8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/AsyncQueryArtifactLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java index ae0fbb0f8d8b..a39f6461a4c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java index ced7f6512f78..71bcaf0d3087 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java index 33267d86a03c..930f42d00700 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryartifactlineagesubgraph/SyncQueryArtifactLineageSubgraphString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java index c8cd95f5e46f..7990253ee9c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/AsyncQueryContextLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java index 93323b35ef31..c5bd2c55cc9d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java index 0266d1d162fa..b57f00fb9b05 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphContextname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java index 2e59608892fb..796d8b91f719 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/querycontextlineagesubgraph/SyncQueryContextLineageSubgraphString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java index 00244ac5ab12..79148fe1573d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/AsyncQueryExecutionInputsAndOutputs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java index 6ef2290b2a3d..b5ef829728f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java index b694f9ca48e7..a2acf1be412c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsExecutionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java index 9600921e4a7d..fec8e7b3afb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/queryexecutioninputsandoutputs/SyncQueryExecutionInputsAndOutputsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java index f48672eac2d9..4fa7e3be112a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/AsyncRemoveContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java index 4ac372f33f7d..dedbeea4415b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildren.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java index c496039f885c..59b9e21fdc9b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenContextnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java index 387bd9c5f5bb..860bb7d7a9ff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/removecontextchildren/SyncRemoveContextChildrenStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/setiampolicy/AsyncSetIamPolicy.java index 46d12acd96f2..dbda9e69d961 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/setiampolicy/SyncSetIamPolicy.java index f377b618bb35..d91956314ed7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/testiampermissions/AsyncTestIamPermissions.java index ba5bcf90847e..fd355c011519 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/testiampermissions/SyncTestIamPermissions.java index 0649e153767c..623d53c1cef0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/AsyncUpdateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/AsyncUpdateArtifact.java index a37c0abf1333..4c646996472d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/AsyncUpdateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/AsyncUpdateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifact.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifact.java index 72dddcf98af2..e4497d30e41c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifact.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java index cdaeaf8fb02e..e5e65d84c7e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateartifact/SyncUpdateArtifactArtifactFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/AsyncUpdateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/AsyncUpdateContext.java index 3c8ad110968e..ed4eafbcc95b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/AsyncUpdateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/SyncUpdateContext.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/SyncUpdateContext.java index aa676f8ce20f..f22696cf2be2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/SyncUpdateContext.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/SyncUpdateContextContextFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/SyncUpdateContextContextFieldmask.java index d9f471132855..e368bc14648f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updatecontext/SyncUpdateContextContextFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/AsyncUpdateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/AsyncUpdateExecution.java index 4ad3b6b71502..3eaf7e4d47ad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/AsyncUpdateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/AsyncUpdateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecution.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecution.java index 5123a1e86978..c95e7f998a0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecution.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java index be0113c3724a..0da1ac38f38c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservice/updateexecution/SyncUpdateExecutionExecutionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java index 232d84cb94c2..6f7df138df41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/metadataservicesettings/getmetadatastore/SyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java index c027eb590a06..1bd348938685 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java index 1bf25c3432c0..7e44e7c8d09b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/AsyncBatchMigrateResourcesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java index 0440200cc20c..9b8c7babb4c2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java index 941fdc80d482..d3b6ea4fb72e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesLocationnameListmigrateresourcerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java index 64466938e3b9..1b7993718728 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/batchmigrateresources/SyncBatchMigrateResourcesStringListmigrateresourcerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/create/SyncCreateSetCredentialsProvider.java index 3b397c883062..3350482c159d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/create/SyncCreateSetEndpoint.java index 18faf35008f2..8cb49bb712c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getiampolicy/AsyncGetIamPolicy.java index 068ddaf2a56a..21630ef25b26 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getiampolicy/SyncGetIamPolicy.java index 0b45250035fd..0634ba36ba29 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getlocation/AsyncGetLocation.java index a5af22953ada..b2b01d99f8af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getlocation/SyncGetLocation.java index 7c2276a2d86f..25b4e56490d8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/AsyncListLocations.java index 06b35e8dff26..edb57b32078d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/AsyncListLocationsPaged.java index 1dd023a9ea1c..bef5ee72a91d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/SyncListLocations.java index 008d6cd7b992..bf684788d20d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java index 21fb2d81cd19..9824f6a10da0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java index 1e6b3763b272..22efbc82dfae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/AsyncSearchMigratableResourcesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java index d665190d4dcb..7881cdcf7092 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java index 801f21f3e769..d179cd802a79 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java index fc62965407c1..4ef7811a05b7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/searchmigratableresources/SyncSearchMigratableResourcesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/setiampolicy/AsyncSetIamPolicy.java index aa36443a9883..8fb2cf73d321 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/setiampolicy/SyncSetIamPolicy.java index db05b0a24d3c..e09a08062630 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/testiampermissions/AsyncTestIamPermissions.java index 5372ace47153..f3332a2255b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/testiampermissions/SyncTestIamPermissions.java index 20ade8043d1b..f980e2d5384f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservicesettings/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservicesettings/getlocation/SyncGetLocation.java index b22a67d9ff47..7d943e9ee882 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservicesettings/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/migrationservicesettings/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/create/SyncCreateSetCredentialsProvider.java index 0f81355d8f54..894a0fc2f9a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/create/SyncCreateSetEndpoint.java index ff71cd08361e..60e2e198b0de 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getiampolicy/AsyncGetIamPolicy.java index 74a58f7a86b8..9f76b309b123 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getiampolicy/SyncGetIamPolicy.java index 727038c22aad..5e1a8a4c8567 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getlocation/AsyncGetLocation.java index 2d9b2dc75a39..7a99c6ef8c41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getlocation/SyncGetLocation.java index 977ff0203bdf..1691850afdfc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java index ba17438b5123..8351c7c6148b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/AsyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java index 29d8a15b8b51..f97eb47f7a3e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java index 95917f23b7e9..c6a4e617c8ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelPublishermodelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java index bfe34141c0e9..b36c857979f3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/getpublishermodel/SyncGetPublisherModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/AsyncListLocations.java index 608f4bebcea3..a5639e1457fc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/AsyncListLocationsPaged.java index 65c8dfc592c1..b5347c02f53b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/SyncListLocations.java index 11427fd13aa4..6a53ee1428a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModels.java index 94d0e8527a18..61a1d6827fe4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModelsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModelsPaged.java index 91f149ba3095..bc00ed4b260b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModelsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/AsyncListPublisherModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModels.java index 16da9b43332c..aef4d741a807 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModelsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModelsString.java index d737cf1c68a6..04a5bb3d80e6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModelsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/listpublishermodels/SyncListPublisherModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/setiampolicy/AsyncSetIamPolicy.java index 63453ab107f3..9b67d3a38100 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/setiampolicy/SyncSetIamPolicy.java index 08b8e4d808a8..b7bcfa7cc8c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/testiampermissions/AsyncTestIamPermissions.java index 3a058b213c79..c5693cdccad9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/testiampermissions/SyncTestIamPermissions.java index 88d79678b2e7..c9d9cff65f1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java index 32ba6b3fa692..d780063bb8fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelgardenservicesettings/getpublishermodel/SyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java index a247b3a0fa09..ee5b588ada0b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/AsyncBatchImportEvaluatedAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java index 7b3980919631..06277c504e2b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java index 067031b26568..75c59262e408 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsModelevaluationslicenameListevaluatedannotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java index ff41e603a62c..c1f5869a49f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportevaluatedannotations/SyncBatchImportEvaluatedAnnotationsStringListevaluatedannotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java index f90677fcc2b9..cc585d2c17d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/AsyncBatchImportModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java index 87b28b0789ed..0efff963e759 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java index d47b4e188a50..55ff1976ebcf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesModelevaluationnameListmodelevaluationslice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java index 0ea8a40dcd94..4c5075b9af27 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/batchimportmodelevaluationslices/SyncBatchImportModelEvaluationSlicesStringListmodelevaluationslice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModel.java index 3240c74c93ec..f4b2da4c1092 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModelLRO.java index 80ecf653f128..723a17fbed95 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/AsyncCopyModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModel.java index f669be402c89..ed43e6f629b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java index 818b8e50355f..2d815bcc8c1c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameString.java index 3ddc69bce460..86bd9941fc85 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringModelname.java index 292e4594cb61..4eeccfe50e60 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringString.java index 76d5eab76d4f..8951d7ed8d3a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/copymodel/SyncCopyModelStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/create/SyncCreateSetCredentialsProvider.java index 3247bb99f899..9e268e3830e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/create/SyncCreateSetEndpoint.java index 90afc3f9c351..bdafd173ba41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModel.java index fa5675e41019..bfbe9fa5848a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModelLRO.java index 3df219aae96b..2b537ca2c3e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/AsyncDeleteModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModel.java index 83b111195411..4c67b4e6f3e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelModelname.java index c94722af4ca0..ef2032aa2ca0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelString.java index 478de4afcb18..a4a37428f323 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodel/SyncDeleteModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java index f0e3b07c7ae6..3b7f2a8084ff 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java index 0a38a21a774b..1eccdf572eba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/AsyncDeleteModelVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersion.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersion.java index fd0f5226fc0b..631d72b2a2fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersion.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java index 350e26397687..52cd7e663912 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java index 614442bce135..868a737b9672 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/deletemodelversion/SyncDeleteModelVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModel.java index fdd815a03969..017c60528f89 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModelLRO.java index 0efc1ed42710..38e2da96e91b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/AsyncExportModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModel.java index f7a758e060ee..2e62e3ce3845 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java index 7c85408cb306..4de1d9ae9161 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelModelnameExportmodelrequestoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java index 5bbb2663de54..371bb3956bfe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/exportmodel/SyncExportModelStringExportmodelrequestoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getiampolicy/AsyncGetIamPolicy.java index 8f9b9671ff7d..f3d3b6f620ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getiampolicy/SyncGetIamPolicy.java index bcce48a3dc15..80fedb66dfb5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getlocation/AsyncGetLocation.java index d317f2d095a3..043e747757d0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getlocation/SyncGetLocation.java index 1ee0696a38c8..7806e4aeb4e0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/AsyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/AsyncGetModel.java index a32e0b6659c1..9ac3fff1509c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/AsyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/AsyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModel.java index 32a0f71f5396..815e449109dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelModelname.java index c921f21a3dea..8122b37ea95e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelString.java index 5b9cacca55dc..f8d1e5661560 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodel/SyncGetModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java index f23038c79818..a0d20e971912 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/AsyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java index fb5572309d2f..13496b5a9be8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java index 491636ce24e6..24a9f99f9cab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java index e985c36428b3..f0bef44a00a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluation/SyncGetModelEvaluationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java index 8f4595f182ac..f76a215ad670 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/AsyncGetModelEvaluationSlice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java index 10b6d79454de..fa2c4ebd8f4b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSlice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java index 769a1bc37d84..063ba5e17651 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceModelevaluationslicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java index eeb88d70ccb1..786a100c4b71 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/getmodelevaluationslice/SyncGetModelEvaluationSliceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java index bbb5043f7879..0874395cb4a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/AsyncImportModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java index b780b11b00bd..aed7fd41130b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java index f78c9e95e5cf..39b026b86260 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationModelnameModelevaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java index 2ca2e065aa5b..25c7bdb5076b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/importmodelevaluation/SyncImportModelEvaluationStringModelevaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/AsyncListLocations.java index c4c3a69f7142..3f185d7fdb67 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/AsyncListLocationsPaged.java index dfd03660779d..799aba76d6b8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/SyncListLocations.java index 31d568da75db..100beaa214ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java index 050e272bf4ae..d04a297d9513 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java index d61a75702818..5105f91a7fde 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/AsyncListModelEvaluationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluations.java index 1b439ac1e5de..8d5f563d6ae6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java index 03f705569bf4..94f5f1cfe2a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java index 229e8c65aa1c..be69db5987d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluations/SyncListModelEvaluationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java index 1e263adbe41a..31f1bd8586e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java index baf0fb654830..77a19bf87d3c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/AsyncListModelEvaluationSlicesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java index 285f551fac8c..d94a1e955845 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java index ff1e89ad58ef..c6f46b2fa245 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesModelevaluationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java index 65ba4b9f4f35..fdd0b22cbff4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelevaluationslices/SyncListModelEvaluationSlicesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModels.java index 1d9a5d32b949..21cd0c5bbc2e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModelsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModelsPaged.java index 438d528b1ae3..3b62d36df191 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModelsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/AsyncListModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModels.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModels.java index 4ba59922efa1..452f37682952 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModels.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsLocationname.java index e5907bcc5cca..cad4d2e079c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsString.java index 78ae84f94ac5..e2dbfa9c8e8e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodels/SyncListModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersions.java index a804b774d150..d1e6e3753e70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java index 8eca0cc8e43c..4186c7e1d579 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/AsyncListModelVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersions.java index cb2fbb16f0bc..e4c24a8e3f82 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsModelname.java index 45672dc8611d..144de35798af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsString.java index 191bf4f4c736..7ea6bffd74b2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/listmodelversions/SyncListModelVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java index eeeb3c287c2e..db99a7335869 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/AsyncMergeVersionAliases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java index e500fb43cd16..ca0279764b19 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java index 860963b00d10..3d112095af90 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesModelnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java index 5f94c6100f73..9f19c6feef3e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/mergeversionaliases/SyncMergeVersionAliasesStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/setiampolicy/AsyncSetIamPolicy.java index cde4ed9df2f2..e3cd40ad5f8e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/setiampolicy/SyncSetIamPolicy.java index f848057b3d2c..35d917f69438 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/testiampermissions/AsyncTestIamPermissions.java index 1f96c0d90274..16a25f4a0b8b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/testiampermissions/SyncTestIamPermissions.java index 23969b77db6f..2d2877005fe8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java index cd2e5e53d4cd..cf94016c9105 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java index f9a70a922125..39061ed0354f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/AsyncUpdateExplanationDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java index 4cbdb329ef8d..8f9e4ab5c65d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java index 823a9c440d88..a13413745ba4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java index b8143145d9d7..7450cbb61b8d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updateexplanationdataset/SyncUpdateExplanationDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/AsyncUpdateModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/AsyncUpdateModel.java index 695c8328766c..9a68aeab9ff3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/AsyncUpdateModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/AsyncUpdateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModel.java index 51872a22a82e..0456a60fb857 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java index 257f8b7f5265..6f8c25291491 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/updatemodel/SyncUpdateModelModelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModel.java index 9012e54564f0..fac5b9a122b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModelLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModelLRO.java index 989fb643be41..4b5879639da0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModelLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/AsyncUploadModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModel.java index 257b3e61bc6a..f34d6cb94dae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java index e79ea0c6a3df..4a1ac63ebf83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelLocationnameModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelStringModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelStringModel.java index 9beca17a10b7..d40e0f89f713 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelStringModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservice/uploadmodel/SyncUploadModelStringModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservicesettings/getmodel/SyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservicesettings/getmodel/SyncGetModel.java index 9a0392a213ef..2619ebb76e83 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservicesettings/getmodel/SyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/modelservicesettings/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/create/SyncCreateSetCredentialsProvider.java index 83c2b37a0711..8dd0c3311259 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/create/SyncCreateSetEndpoint.java index 9a66f8a27909..f71dcdc5b886 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResource.java index 6cf9e9ff957c..e0b2bcf4326f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResourceLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResourceLRO.java index d8d3d2ebfdd2..a91c738d7945 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResourceLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/AsyncCreatePersistentResourceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResource.java index 04b9498ca836..11f9aceceb59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceLocationnamePersistentresourceString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceLocationnamePersistentresourceString.java index 7863e61fefb7..ce770e4db9a1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceLocationnamePersistentresourceString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceLocationnamePersistentresourceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceStringPersistentresourceString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceStringPersistentresourceString.java index f3e855d6cd3c..ac34ca89d9fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceStringPersistentresourceString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/createpersistentresource/SyncCreatePersistentResourceStringPersistentresourceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResource.java index fda809acd49d..e8f4a42ebd55 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResourceLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResourceLRO.java index 124d961e7718..6d67fa50bfb0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResourceLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/AsyncDeletePersistentResourceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResource.java index dbef11531263..27ece4b72976 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourcePersistentresourcename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourcePersistentresourcename.java index 7d9f52698a20..b2fe0464e9d4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourcePersistentresourcename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourcePersistentresourcename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourceString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourceString.java index 4e101180c219..7d3cc0609b10 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourceString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/deletepersistentresource/SyncDeletePersistentResourceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getiampolicy/AsyncGetIamPolicy.java index b690c6df7a61..ab8914354a41 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getiampolicy/SyncGetIamPolicy.java index a418b658c8f0..fa2200ded2c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getlocation/AsyncGetLocation.java index 286154664467..37a372929310 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getlocation/SyncGetLocation.java index a00454f28f9c..2c9ea37dfbfe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/AsyncGetPersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/AsyncGetPersistentResource.java index 63baa4de8554..cd2155673b0b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/AsyncGetPersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/AsyncGetPersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResource.java index 053102406d45..28992ecfd3f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourcePersistentresourcename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourcePersistentresourcename.java index ad0f6ffa7c9d..dee5cbb2b960 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourcePersistentresourcename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourcePersistentresourcename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourceString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourceString.java index 6154dd6f5e84..9ed5e76e62f4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourceString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/getpersistentresource/SyncGetPersistentResourceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/AsyncListLocations.java index 320bb3ffc958..227dfa5c5752 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/AsyncListLocationsPaged.java index 77f4c796d408..f48a4057fc9f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/SyncListLocations.java index fe3cfe974434..7ff796154063 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResources.java index 771f3dff304c..fc6c4cd39289 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResourcesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResourcesPaged.java index 4a47aaa6ef91..f8f90198c966 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResourcesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/AsyncListPersistentResourcesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResources.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResources.java index 1824815fb2c7..11e67ddabaca 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResources.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesLocationname.java index 9c89317000d1..74dc4fd68145 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesString.java index ab204f627146..cb3388abee5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/listpersistentresources/SyncListPersistentResourcesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/setiampolicy/AsyncSetIamPolicy.java index 383f4ce3a69e..0214c6aa418f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/setiampolicy/SyncSetIamPolicy.java index 3582e92a5b6d..6a8237e53239 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/testiampermissions/AsyncTestIamPermissions.java index c67607e5a041..3d409a950c31 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/testiampermissions/SyncTestIamPermissions.java index b687f0db37cc..8b6d38ed7b80 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResource.java index fd5d3a2d577d..ba0a4c5d81ed 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResourceLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResourceLRO.java index 3110050a7189..6750b57818d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResourceLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/AsyncUpdatePersistentResourceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResource.java index d1a89b248cb7..fb5e4f8d44ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResourcePersistentresourceFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResourcePersistentresourceFieldmask.java index 9485b6fc0c42..7c3bb459f748 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResourcePersistentresourceFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservice/updatepersistentresource/SyncUpdatePersistentResourcePersistentresourceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservicesettings/getpersistentresource/SyncGetPersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservicesettings/getpersistentresource/SyncGetPersistentResource.java index 8817427b1f3a..f6993708809d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservicesettings/getpersistentresource/SyncGetPersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/persistentresourceservicesettings/getpersistentresource/SyncGetPersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobs.java index f10612339c0c..0e9beb1babf7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobsLRO.java index e111c520fb57..6085522c8092 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/AsyncBatchCancelPipelineJobsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobs.java index da747bc76346..6be8628637a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsLocationnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsLocationnameListstring.java index 989024ceebec..cb260bd79acf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsLocationnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsLocationnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsStringListstring.java index 70937ccecad6..f3a7a17d7f29 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchcancelpipelinejobs/SyncBatchCancelPipelineJobsStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobs.java index ebcaf811ba99..7da730d05b08 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobsLRO.java index b9ffd7e908b2..669c99dcf374 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/AsyncBatchDeletePipelineJobsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobs.java index 5fea1ceb157d..55b511547bb5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsLocationnameListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsLocationnameListstring.java index 26cf1786cbab..6ec0664a95aa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsLocationnameListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsLocationnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsStringListstring.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsStringListstring.java index 860a25d2f3b4..32c057c6199b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsStringListstring.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/batchdeletepipelinejobs/SyncBatchDeletePipelineJobsStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java index 81da7cb11a0a..dfa3b5d138e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/AsyncCancelPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java index 607695c528fb..340fe897f95e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java index 89e4ca4670d7..6f3d5635ee64 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobPipelinejobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java index 53a4a8cd2c38..0943d36c95e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/cancelpipelinejob/SyncCancelPipelineJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java index 549275a119e0..df90377fb9ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/AsyncCancelTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java index fc7c428b8a7c..ade76d91f9ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java index 783580fe2404..7aeaa9a87586 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java index 685d72ec662f..173529706c7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/canceltrainingpipeline/SyncCancelTrainingPipelineTrainingpipelinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/create/SyncCreateSetCredentialsProvider.java index b0f99d2792d0..fef4feb0b10f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/create/SyncCreateSetEndpoint.java index f5404e9eeba5..30cf5d65a3ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java index 4268a8ccc104..6770f9866d59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/AsyncCreatePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java index 0fe4a2e79b2b..fbca01fd9bc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java index 120be47c9d64..7c5276753bc1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobLocationnamePipelinejobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java index a218889a4383..811cceb3e241 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createpipelinejob/SyncCreatePipelineJobStringPipelinejobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java index eb34b176f1b0..fe1473168c08 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/AsyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java index 0f5dd3e274d8..723cf417b8b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java index 0926603f26be..6295cc6edfe1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineLocationnameTrainingpipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java index ee3f268e14ea..0954b237f728 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/createtrainingpipeline/SyncCreateTrainingPipelineStringTrainingpipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java index 8390c6059165..893ef860c3c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java index f9f1265e8eb8..85292bf2748c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/AsyncDeletePipelineJobLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java index 1e8e93dd7760..b8823f62be32 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java index 7f55289b973d..8a16b06127e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobPipelinejobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java index 7d94d2d0daa8..56e4e5ce6c10 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletepipelinejob/SyncDeletePipelineJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java index 753771005468..1ac61877781a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java index 9334e61477e4..b98240b66e46 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/AsyncDeleteTrainingPipelineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java index 3db779a5f5be..5b9953a253e7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java index d9450c1ab9fa..ad1f95c62347 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java index d1d5284b3b63..312a7fc9a76a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/deletetrainingpipeline/SyncDeleteTrainingPipelineTrainingpipelinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getiampolicy/AsyncGetIamPolicy.java index 187b6b18b294..471e0055ce66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getiampolicy/SyncGetIamPolicy.java index aaa373591e66..31fe99f36b05 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getlocation/AsyncGetLocation.java index 054fbcc3c73f..bd9f058e6f22 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getlocation/SyncGetLocation.java index 63ed528c77a6..2bf6e8a61b76 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java index da121b165a68..a9fd3a56c0dc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/AsyncGetPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java index b17731306f61..32859772583f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java index 1293d42e1429..b911228089ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobPipelinejobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java index c1b350e9ecb9..3cac166fb76a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/getpipelinejob/SyncGetPipelineJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java index 81e49d082ce8..7933569ae39e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/AsyncGetTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java index e4f3958578fa..7b0ccc73b731 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java index 8397b848b87f..42c70df4c9eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java index fb48931fa2bf..65b4c62b4a51 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/gettrainingpipeline/SyncGetTrainingPipelineTrainingpipelinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/AsyncListLocations.java index b20549317426..fec5add7a5e8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/AsyncListLocationsPaged.java index 03684e7d2c15..3c71b68e1759 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/SyncListLocations.java index c1bb7eb5fccc..33b10446f41d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java index 4923f78bcc91..5172e0e4dfef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java index d1a2dd74fc3a..56623ad401e5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/AsyncListPipelineJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java index c42cbc7a03ab..8eddb009a1b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java index 415a477981c6..101da4e39270 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java index 4c985308c167..f691804cec7b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listpipelinejobs/SyncListPipelineJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java index 940706649067..31652666c756 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java index 650c057fcc64..b11d0d0d18ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/AsyncListTrainingPipelinesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java index 015281bdce66..0a41f75a2466 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java index 6bf4d4a5a224..0cbb26cb5058 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java index 37aff9bebb98..29f616e9bd96 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/listtrainingpipelines/SyncListTrainingPipelinesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/setiampolicy/AsyncSetIamPolicy.java index fcff7cc0f4d8..8eedcbc4f5a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/setiampolicy/SyncSetIamPolicy.java index 076ac694f4ad..0f72b1b53b74 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/testiampermissions/AsyncTestIamPermissions.java index 789a395e0e75..5da012af83e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/testiampermissions/SyncTestIamPermissions.java index 1bfccbaad348..073a465217c5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java index d7ed4ae468dd..eea69d88036a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/pipelineservicesettings/createtrainingpipeline/SyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/AsyncCountTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/AsyncCountTokens.java index aededda3fb71..b5f2706e3c0f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/AsyncCountTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/AsyncCountTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokens.java index 83d0674da6e9..3e68d40c6cfd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensEndpointnameListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensEndpointnameListvalue.java index 240bb034420a..8520f794800c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensEndpointnameListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensEndpointnameListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensStringListvalue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensStringListvalue.java index 5ce0a734035c..3d8c56278405 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensStringListvalue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/counttokens/SyncCountTokensStringListvalue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider.java index 9bf3d7a0a7a3..0d8348a09e09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/create/SyncCreateSetEndpoint.java index ba577d5a08a5..981e058f0ae6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/AsyncDirectPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/AsyncDirectPredict.java index 9a33a509160e..5b878f2bb1db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/AsyncDirectPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/AsyncDirectPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/SyncDirectPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/SyncDirectPredict.java index db4ee61ae58e..7886882d14a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/SyncDirectPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directpredict/SyncDirectPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/AsyncDirectRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/AsyncDirectRawPredict.java index c26898d79190..5f0bae0b70ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/AsyncDirectRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/AsyncDirectRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/SyncDirectRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/SyncDirectRawPredict.java index fa1bceea724e..897603b7a452 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/SyncDirectRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/directrawpredict/SyncDirectRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/AsyncExplain.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/AsyncExplain.java index 6e17a98eba12..2b2d66583268 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/AsyncExplain.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/AsyncExplain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplain.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplain.java index ab131411a024..646b5e729450 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplain.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java index 6707c9820fba..5a03a938065a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainEndpointnameListvalueValueString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainStringListvalueValueString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainStringListvalueValueString.java index e7169dc88edd..88b9c9f395be 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainStringListvalueValueString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/explain/SyncExplainStringListvalueValueString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/AsyncGenerateContent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/AsyncGenerateContent.java index 76a29a9b43b8..ca18304790d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/AsyncGenerateContent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/AsyncGenerateContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContent.java index 351994873d3a..d42c9afd005c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java index 2e54f02d8e23..317f5eff0e7c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/generatecontent/SyncGenerateContentStringListcontent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getiampolicy/AsyncGetIamPolicy.java index e6696d192cd8..67f92a4df454 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getiampolicy/SyncGetIamPolicy.java index 94ef0cccd86d..fce33c03a29e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getlocation/AsyncGetLocation.java index 447bee9ee92c..fd2c3c10b93c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getlocation/SyncGetLocation.java index 969159cde331..4f09c8e57e72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/AsyncListLocations.java index b0e504806278..849260b4619a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/AsyncListLocationsPaged.java index f4fb239ad28d..9e09625b50ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/SyncListLocations.java index 456fe7409b13..cd1526fe8c42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/AsyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/AsyncPredict.java index 554f11856b4b..8154a86f7260 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/AsyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/AsyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredict.java index 76e1edebe6a5..1301e9c5c2a6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java index b17a9ca1b8a6..e98b12a25b47 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictEndpointnameListvalueValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictStringListvalueValue.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictStringListvalueValue.java index cf0f6a8120eb..af5d0ed6c621 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictStringListvalueValue.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/predict/SyncPredictStringListvalueValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/AsyncRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/AsyncRawPredict.java index 140cc3da3fc2..b5cb18c0b6a3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/AsyncRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/AsyncRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredict.java index bb6e5749da5f..b5adc2fb5790 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java index 3dc52aadbb1f..58c2374c848d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictEndpointnameHttpbody.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java index 1764bd8735c1..3ee8bcd84aa0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/rawpredict/SyncRawPredictStringHttpbody.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java index b46c33223673..95eb7e5b7f5c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/serverstreamingpredict/AsyncServerStreamingPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/setiampolicy/AsyncSetIamPolicy.java index 2ee2d904b725..f9f831b42b66 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/setiampolicy/SyncSetIamPolicy.java index 0c3c61bbc2bb..4f9a63b7dba6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java index b86ea87d8992..3e38bab2d960 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectpredict/AsyncStreamDirectPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java index 9973639816c8..cf10bbbe1c32 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamdirectrawpredict/AsyncStreamDirectRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java index 9b3bf39b9474..1ce373b59ac2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamgeneratecontent/AsyncStreamGenerateContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingpredict/AsyncStreamingPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingpredict/AsyncStreamingPredict.java index d5047e5eac99..e20cf8b97b0a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingpredict/AsyncStreamingPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingpredict/AsyncStreamingPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java index 47b5832916df..8d987e5ea95f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/streamingrawpredict/AsyncStreamingRawPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/testiampermissions/AsyncTestIamPermissions.java index a5e22cebe1a8..1e94e4047e72 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/testiampermissions/SyncTestIamPermissions.java index 2298cc58a1f2..f9a0463ba1b8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservicesettings/predict/SyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservicesettings/predict/SyncPredict.java index e763385a10b6..8f06c649b7b9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservicesettings/predict/SyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/predictionservicesettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/create/SyncCreateSetCredentialsProvider.java index ee5edd871847..8f2228c7d227 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/create/SyncCreateSetEndpoint.java index d588bd95fde6..1fd1d8c094db 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/AsyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/AsyncCreateSchedule.java index 419bfd97a9fb..b40c647dc655 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/AsyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/AsyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateSchedule.java index 3c45dad0da1d..a62b5055d082 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java index 1e7c32cce80a..822abfe9d763 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleLocationnameSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java index 2f57510bdb26..3a5726fc5a6e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/createschedule/SyncCreateScheduleStringSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java index a21473cc6922..2c05be99cd9d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java index 093b08045ff0..279b0d21b940 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/AsyncDeleteScheduleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteSchedule.java index 426ae13a472b..604d4a8e8dc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java index 11a69065a7d1..335d63c5e0cc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java index 03478b303688..dd3f315486d8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/deleteschedule/SyncDeleteScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getiampolicy/AsyncGetIamPolicy.java index fe686d4248ab..b6d11480f597 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getiampolicy/SyncGetIamPolicy.java index 0c3339df467f..173e7143002d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getlocation/AsyncGetLocation.java index 1e2a675ac468..1f51943b66da 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getlocation/SyncGetLocation.java index c86e3fe76972..af14138785a8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/AsyncGetSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/AsyncGetSchedule.java index a208b413a2af..340172d4447c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/AsyncGetSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/AsyncGetSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetSchedule.java index 7cbb5fcf52fd..4696ea7e4c70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java index 911dc3350444..d96b3bf39536 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleString.java index 70ce2faa8057..c32b98dd565c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/getschedule/SyncGetScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/AsyncListLocations.java index d69c94f0d525..86e0ee23963f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/AsyncListLocationsPaged.java index 3f483034e01b..fb376bfa8ff7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/SyncListLocations.java index ae0fa7e375a7..2d809e7f8432 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedules.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedules.java index ab2ccfcc8281..fe37f612f1d2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedules.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedulesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedulesPaged.java index 2452f34c0f4b..cc69eb64595b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedulesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/AsyncListSchedulesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedules.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedules.java index 36a59de72bab..b11abe2afcc6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedules.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesLocationname.java index 07ad95948eaa..10fbc1506a44 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesString.java index 0918f690d188..0e61c3bec393 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/listschedules/SyncListSchedulesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/AsyncPauseSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/AsyncPauseSchedule.java index adc7c2942d67..33742cfd754e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/AsyncPauseSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/AsyncPauseSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseSchedule.java index 947cb5dafbfc..deea9a6949a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java index 721f3364d689..40e730137055 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleString.java index d2b41edc25d9..d4933712b95a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/pauseschedule/SyncPauseScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/AsyncResumeSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/AsyncResumeSchedule.java index e0a58b837ef2..15821ed88b7f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/AsyncResumeSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/AsyncResumeSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeSchedule.java index 2de3db8d4be9..a56d5cc6609b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java index 92c621453c63..3b3a818285e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java index dae1b1cd475b..ca461537398c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleSchedulenameBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleString.java index 735f8eecb06d..1cd494f1a497 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java index 422a1f3151e6..bcfd545200a2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/resumeschedule/SyncResumeScheduleStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/setiampolicy/AsyncSetIamPolicy.java index 7f5293b8dfa9..011fca7d2881 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/setiampolicy/SyncSetIamPolicy.java index 9f160575d077..ec1c8ff42a49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/testiampermissions/AsyncTestIamPermissions.java index a9b22c95270e..3a5c8b9c0ef6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/testiampermissions/SyncTestIamPermissions.java index 877963bc10f3..c6d30479d5e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/AsyncUpdateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/AsyncUpdateSchedule.java index c402ac730939..8f6a91ea1b14 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/AsyncUpdateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/AsyncUpdateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateSchedule.java index 1079451e9bbe..2a2cec9e7f49 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java index c5eeae8ecb0a..0001d812ef7c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservice/updateschedule/SyncUpdateScheduleScheduleFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservicesettings/createschedule/SyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservicesettings/createschedule/SyncCreateSchedule.java index c777cf258810..c9e0c4889e30 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservicesettings/createschedule/SyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/scheduleservicesettings/createschedule/SyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/create/SyncCreateSetCredentialsProvider.java index 52cee2841ef3..9188ed38a8c8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/create/SyncCreateSetEndpoint.java index b7cb4c7af5cd..4bad2d04471d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java index 77295d05afc9..2b87b432dafd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java index 381d27cfb30a..d835c13763e9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/AsyncCreateSpecialistPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java index 33771571983b..cb4f45e15586 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java index 5dff5eab9db3..ab51b35ddfa5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolLocationnameSpecialistpool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java index 18a3aa8aa34a..0167e4bafd6f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/createspecialistpool/SyncCreateSpecialistPoolStringSpecialistpool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java index 106ff023429d..d36e0b38aa2c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java index 7e8b78686ea0..0fde117184eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/AsyncDeleteSpecialistPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java index 451a94df6217..cd4aef2aa51b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java index f23d8376a907..3b94210c36d5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolSpecialistpoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java index 1140094b7f6a..42048c873945 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/deletespecialistpool/SyncDeleteSpecialistPoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getiampolicy/AsyncGetIamPolicy.java index 5003ecf55574..f598d6e09d57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getiampolicy/SyncGetIamPolicy.java index 7a091bfa36da..c29f4ed2a58c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getlocation/AsyncGetLocation.java index 71b40132277f..16f6a85ff93b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getlocation/SyncGetLocation.java index 28b4a0c7240c..87e812c841f6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java index 8bc7306130f8..3f01f66a1199 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/AsyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java index 603ef9507c18..993fd84728ac 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java index db7e531c6d6b..435a49423026 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolSpecialistpoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java index b1c3696079cb..3bda118789f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/getspecialistpool/SyncGetSpecialistPoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/AsyncListLocations.java index 49943df358ef..209e986dbff0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/AsyncListLocationsPaged.java index 882e715de760..1bfa0e10955c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/SyncListLocations.java index c05a988f4e4b..8d88156b0ea4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java index b59ae42bc34c..7ef0a8b7c365 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java index 1546786d59a8..ae19a17f555f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/AsyncListSpecialistPoolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java index 9c1b3dc09bd7..90c83907c478 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java index 510bad18e7dd..b19be8bf45d5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java index a2435fe70d1b..1645cf3eacb9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/listspecialistpools/SyncListSpecialistPoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/setiampolicy/AsyncSetIamPolicy.java index d9a2890d4374..11c67c53a57a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/setiampolicy/SyncSetIamPolicy.java index 6a19543163c9..227163ffb5f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/testiampermissions/AsyncTestIamPermissions.java index 69a58e5c05dd..471db76a0a34 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/testiampermissions/SyncTestIamPermissions.java index be60409c3df9..ec3ab7240bf2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java index 6e29f78f48c0..a4595cbe61a4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java index 0af9498515fd..a94613b99582 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/AsyncUpdateSpecialistPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java index 4e5bb92ea303..c36169524b05 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java index 604cfb2ec798..6d090df79c48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservice/updatespecialistpool/SyncUpdateSpecialistPoolSpecialistpoolFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java index 5cb27d172cc4..b09a35e32b61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/specialistpoolservicesettings/getspecialistpool/SyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java index 9a5227fe57f6..16134056da48 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/datasetservicestubsettings/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java index 54462b84ad82..cfafdebe7f98 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/deploymentresourcepoolservicestubsettings/getdeploymentresourcepool/SyncGetDeploymentResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java index d7740e3c55f6..a47fa5a44ccc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/endpointservicestubsettings/getendpoint/SyncGetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java index 376cf2e275d2..2344b386370c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreadminservicestubsettings/getfeatureonlinestore/SyncGetFeatureOnlineStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java index d98233c8b0d7..426cb6d03cc2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureonlinestoreservicestubsettings/fetchfeaturevalues/SyncFetchFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java index b98ae2492ee8..0c7f6654045e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featureregistryservicestubsettings/getfeaturegroup/SyncGetFeatureGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java index 14134afcd190..c1b2c91f0860 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreonlineservingservicestubsettings/readfeaturevalues/SyncReadFeatureValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java index 1067d756b1d1..16c976de7408 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/featurestoreservicestubsettings/getfeaturestore/SyncGetFeaturestore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java index ec0dd8a1d7ce..9121537a3b94 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexendpointservicestubsettings/getindexendpoint/SyncGetIndexEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexservicestubsettings/getindex/SyncGetIndex.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexservicestubsettings/getindex/SyncGetIndex.java index 90def3314ca9..87b04c6964ce 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexservicestubsettings/getindex/SyncGetIndex.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/indexservicestubsettings/getindex/SyncGetIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java index ea54e3abd11f..0ec89ba5721d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/jobservicestubsettings/createcustomjob/SyncCreateCustomJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/llmutilityservicestubsettings/computetokens/SyncComputeTokens.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/llmutilityservicestubsettings/computetokens/SyncComputeTokens.java index 3e636da3fe56..499f594aa3df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/llmutilityservicestubsettings/computetokens/SyncComputeTokens.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/llmutilityservicestubsettings/computetokens/SyncComputeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java index 536726b449f4..903bc5973ac1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/matchservicestubsettings/findneighbors/SyncFindNeighbors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java index 9f066cff225a..f05eb327541c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/metadataservicestubsettings/getmetadatastore/SyncGetMetadataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/migrationservicestubsettings/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/migrationservicestubsettings/getlocation/SyncGetLocation.java index fc9c0a366609..40ac742d2537 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/migrationservicestubsettings/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/migrationservicestubsettings/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java index cdda75e47614..6cde2d5fa828 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelgardenservicestubsettings/getpublishermodel/SyncGetPublisherModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelservicestubsettings/getmodel/SyncGetModel.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelservicestubsettings/getmodel/SyncGetModel.java index 133e883ee45b..cd2c04ddf411 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelservicestubsettings/getmodel/SyncGetModel.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/modelservicestubsettings/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/persistentresourceservicestubsettings/getpersistentresource/SyncGetPersistentResource.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/persistentresourceservicestubsettings/getpersistentresource/SyncGetPersistentResource.java index 739dbb47e70e..8b15c23bd46d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/persistentresourceservicestubsettings/getpersistentresource/SyncGetPersistentResource.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/persistentresourceservicestubsettings/getpersistentresource/SyncGetPersistentResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java index 4017c682f8fd..fd296c412869 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/pipelineservicestubsettings/createtrainingpipeline/SyncCreateTrainingPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java index 6b2481853991..51c3c65c480a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java index 73bb9dcd7ccc..18fc52a7bc30 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/scheduleservicestubsettings/createschedule/SyncCreateSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java index 66bde92c91c4..8908a046a65b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/specialistpoolservicestubsettings/getspecialistpool/SyncGetSpecialistPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java index 6d5353ba2fee..4331619dd4cf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/tensorboardservicestubsettings/gettensorboard/SyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java index 7c664218a75e..f66f1e6039f2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/stub/vizierservicestubsettings/createstudy/SyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java index 6c6debc1ee05..fafb4b2480df 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/AsyncBatchCreateTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java index 0c043d73fde6..2b3442a64d9b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java index c12a5ec86137..9e573e56a28e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsStringListcreatetensorboardrunrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java index 45a29cabe97e..fc59bbc77a89 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardruns/SyncBatchCreateTensorboardRunsTensorboardexperimentnameListcreatetensorboardrunrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java index bd70c3aa6efc..bfa9dcf2eebc 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/AsyncBatchCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java index f167b319c9ef..2a8be3054dbb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java index 388d728434b7..8852df4a6e0b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesStringListcreatetensorboardtimeseriesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java index bc143dbb4329..c75cd54478c1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchcreatetensorboardtimeseries/SyncBatchCreateTensorboardTimeSeriesTensorboardexperimentnameListcreatetensorboardtimeseriesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java index 9b1aa899b0ff..8c633a2f3c39 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/AsyncBatchReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java index 0502ea7ad8e9..51ae39d00a27 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java index 2ac969560d9f..94aa35092629 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java index 5c07c1550f7e..92a61209bba5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/batchreadtensorboardtimeseriesdata/SyncBatchReadTensorboardTimeSeriesDataTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/create/SyncCreateSetCredentialsProvider.java index 7dd509cad59c..6a3aedf9607e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/create/SyncCreateSetEndpoint.java index c4d468e6eec2..4258cae2013e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java index b712f6c39fa0..b5b78fd9bc02 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java index 8b6f3de69390..1d83859098ae 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/AsyncCreateTensorboardLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java index 831f71f78baf..130ce2d5e1bb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java index fc049c42cfaf..5658d259455e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardStringTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java index 6a8d8720053a..dcc3fc422e61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboard/SyncCreateTensorboardTensorboardnameTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java index c40f6a7558b1..cd860b3d9287 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/AsyncCreateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java index ccf9e77d0b0a..701ce63966c7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java index 3579032a5bcf..e344b287eb52 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentStringTensorboardexperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java index e627181dd21e..f43325d3b5b3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardexperiment/SyncCreateTensorboardExperimentTensorboardexperimentnameTensorboardexperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java index 2792bafc5234..9caa543bcd70 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/AsyncCreateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java index d259f20ef724..602deaf5d155 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java index 59346623e812..beca8fafc397 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunStringTensorboardrunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java index e1d0f62eb11b..e7d20e2683ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardrun/SyncCreateTensorboardRunTensorboardrunnameTensorboardrunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java index 3d22ba587c59..ece6cbf0e2ba 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/AsyncCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java index d35ffaba23ed..a98dab2a6483 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java index 3deb4e28f2de..439ee426e118 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesStringTensorboardtimeseries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java index e11483ac33cf..4086d7cba47d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/createtensorboardtimeseries/SyncCreateTensorboardTimeSeriesTensorboardtimeseriesnameTensorboardtimeseries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java index 903f09566922..84499a56933d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java index a85b009ebf8e..9b219414daf1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/AsyncDeleteTensorboardLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java index 3ce5237b449d..38b73cf88399 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java index 57f404405ee6..c2e666bda862 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java index 1685b6348e5c..e37047d22d42 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboard/SyncDeleteTensorboardTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java index bb0d6908e3d5..422d00bef36d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java index cd55ca4cea4f..66f033426b61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/AsyncDeleteTensorboardExperimentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java index 6db636261dec..56bd7e67034d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java index 98cdeb164559..1e259995224f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java index c7f56674fc0c..f2247cb7cf59 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardexperiment/SyncDeleteTensorboardExperimentTensorboardexperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java index 55a4932a8453..d7d5a59123f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java index 8f448c013874..153f8603de21 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/AsyncDeleteTensorboardRunLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java index 8e66f4d5a076..ae0910f777c0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java index 8b4bf6d87f5b..b54c3e3473fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java index a2218ac3fcbe..8ed1a42e490f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardrun/SyncDeleteTensorboardRunTensorboardrunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java index 4b22c7bcd2a3..6f04d2fc3d06 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java index e8d9f7c6df7c..e483bb12f306 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/AsyncDeleteTensorboardTimeSeriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java index 9fb98c482eba..09ae8fb0e5f9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java index 3f979fa93c04..1821f214d962 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java index 70e964548e00..f26ab656fe6f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/deletetensorboardtimeseries/SyncDeleteTensorboardTimeSeriesTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java index 6815f874003b..79227309870a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java index 62b636d83d38..02ef74e9a4f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/AsyncExportTensorboardTimeSeriesDataPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java index 75f75873cae5..37cea953ed4f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java index 5f32221f151d..631a7c2ced5e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java index aca2f0aab35a..4513d82c72ec 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/exporttensorboardtimeseriesdata/SyncExportTensorboardTimeSeriesDataTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getiampolicy/AsyncGetIamPolicy.java index e1d5f1f9d118..ffcd088d601a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getiampolicy/SyncGetIamPolicy.java index d49da48e34b1..257c4edc72f0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getlocation/AsyncGetLocation.java index 38d7a9cd6bb1..ebc9504ece16 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getlocation/SyncGetLocation.java index 1b2fef4bb7da..8493f8aaf5f3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java index 4e918cf378a6..e9eb4f131598 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/AsyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboard.java index ab5b7ba06feb..556d2a7d3ace 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java index 4434e3294f8d..7672741aee5a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java index 402d91ff4aa0..0fd76e140c5e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboard/SyncGetTensorboardTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java index 870b746de823..bc4759fce514 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/AsyncGetTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java index d43f46ac2b08..9f06d3d7ed57 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java index a76883b5633c..b73fb476cd05 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java index aeeb25bccfca..cfb783214910 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardexperiment/SyncGetTensorboardExperimentTensorboardexperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java index 78ef82418dca..7d6aeb173ebe 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/AsyncGetTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java index eeb18d602d88..1c739f322b8c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java index 12f1e7ccb660..2904ae298ed0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java index 412e0f2bea2e..a3d3f50ac98d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardrun/SyncGetTensorboardRunTensorboardrunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java index 3aa112e1597b..f84815ba468a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/AsyncGetTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java index 6b9abe94fa84..c2d8134bd2fd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java index 2ff6a8be97cc..6f99f5f271e2 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java index 18531495abd8..e736d6928b6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/gettensorboardtimeseries/SyncGetTensorboardTimeSeriesTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/AsyncListLocations.java index 380ccbed0157..1bb1f2929ca0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/AsyncListLocationsPaged.java index adbb6512e552..3aa60a29b15e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/SyncListLocations.java index 36b42b1f3edf..72ff1fad60eb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java index 472e98ca806e..199521bd4a69 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java index fa24ccc7e9ea..f8908df58232 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/AsyncListTensorboardExperimentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java index e97afe4fc5d4..8169fc117371 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java index 990d2cb14602..2dcc97f74854 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java index a9b89280439a..6cf3f8746681 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardexperiments/SyncListTensorboardExperimentsTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java index a7cf0ba62bd7..82e14b37980c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java index 06197c54f796..dcff992aa787 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/AsyncListTensorboardRunsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java index 6469b6dc54c5..b2df70fb41f1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java index 8ccf1094e337..b9d36bf0ac92 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java index 6e6928aa08d5..6e750bc22bc7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardruns/SyncListTensorboardRunsTensorboardexperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboards.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboards.java index 468ea29fcee1..7988ebe3bc1a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboards.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboards.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java index 28e9e04ea095..f50320371bf5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/AsyncListTensorboardsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboards.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboards.java index c6b0e182cbfd..611db3fa84cb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboards.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboards.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java index 622beb5985ed..c6e9a3f23a93 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java index 5f1b8f426eb8..e0f4462f6b5b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboards/SyncListTensorboardsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java index 77b228f1e0a7..a3ef9a2f36b1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java index 407bac2691e3..ff5a12a4ce44 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/AsyncListTensorboardTimeSeriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java index 41bc2332d0ab..1515c0aad65c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java index 08744c173e1b..d8112e6ad4ab 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java index 7a6ed906d4ad..bc4db91a52d6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/listtensorboardtimeseries/SyncListTensorboardTimeSeriesTensorboardrunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java index 5c5a949fcc31..f61a27193fad 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardblobdata/AsyncReadTensorboardBlobData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java index 93f29565f282..61e776592c05 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/AsyncReadTensorboardSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java index a98c063f4507..54d799668db5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java index 88607e194dc5..a34f4c239516 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java index b877b13667df..6ccb4042e4d1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardsize/SyncReadTensorboardSizeTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java index 1172315818d0..a7d25192d7b0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/AsyncReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java index 6e666015b5ee..5fc894d9336d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java index a07589e75513..d058673173c3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java index 8e9365774caa..2896b52db795 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardtimeseriesdata/SyncReadTensorboardTimeSeriesDataTensorboardtimeseriesname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java index 940c8bebff17..eeda64a17604 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/AsyncReadTensorboardUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java index b1637a09b017..6bcb7ef83567 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java index 292407a2fbbc..603aceef8d09 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java index e4e826a82aa2..bb2ac6b8ebd3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/readtensorboardusage/SyncReadTensorboardUsageTensorboardname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/setiampolicy/AsyncSetIamPolicy.java index 9633f85c0e5c..aa1f8441ff4c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/setiampolicy/SyncSetIamPolicy.java index aa8ee7474482..b37ae79b61f3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/testiampermissions/AsyncTestIamPermissions.java index 6c087012c339..9f27a0589e99 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/testiampermissions/SyncTestIamPermissions.java index 9955436f8ecb..b024e5827212 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java index 3241ec418a5c..4b8e7ebf1bf1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java index 2264f78bb31d..d95346897c8c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/AsyncUpdateTensorboardLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java index 5b76a6385c75..94da0dd8145c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java index 437f78047505..a0dbc15ff8ef 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboard/SyncUpdateTensorboardTensorboardFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java index 9610161e5a64..0c8773068ccd 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/AsyncUpdateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java index 39aff8bac6dd..fb07dc64e5a6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java index 76c2df6787ed..df9f18c3b90d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardexperiment/SyncUpdateTensorboardExperimentTensorboardexperimentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java index db84508d0407..a5806ee69e84 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/AsyncUpdateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java index 25d662c91431..f00aa7e67bc3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java index dbc5d38f8e4c..b3778b4bf76e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardrun/SyncUpdateTensorboardRunTensorboardrunFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java index 19a0b0502b02..c5d8371c999d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/AsyncUpdateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java index c05420ce3f35..227a9bddf748 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java index 4fb2ecfbda03..585db68d99d3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/updatetensorboardtimeseries/SyncUpdateTensorboardTimeSeriesTensorboardtimeseriesFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java index f0e61785722e..9b46226cad80 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/AsyncWriteTensorboardExperimentData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java index 64a40404d8ce..0a3da0a94795 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java index 811a510aced5..9de606ac1bb6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataStringListwritetensorboardrundatarequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java index b459ac83ff9b..efacbc993f9c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardexperimentdata/SyncWriteTensorboardExperimentDataTensorboardexperimentnameListwritetensorboardrundatarequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java index d748a91b8f49..cf4622d59c73 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/AsyncWriteTensorboardRunData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java index 44b2a66a3785..0467ee2cd7fa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java index fd45eb1a2d28..598de2c346bf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataStringListtimeseriesdata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java index af0dc23c0f7f..496725db48bf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservice/writetensorboardrundata/SyncWriteTensorboardRunDataTensorboardrunnameListtimeseriesdata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java index c0f8fb39aabe..2726cfc99c0d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/tensorboardservicesettings/gettensorboard/SyncGetTensorboard.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java index 062f152d8c32..fc9ccb417a7e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/AsyncAddTrialMeasurement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java index 33432a1b7da1..5d26a36a2640 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/addtrialmeasurement/SyncAddTrialMeasurement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java index 65117333769a..ec8ce305f9c6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingState.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java index 7551c06405e6..17cedbe45579 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/AsyncCheckTrialEarlyStoppingStateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java index 6d2d531ca739..131c0fa10afb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/checktrialearlystoppingstate/SyncCheckTrialEarlyStoppingState.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/AsyncCompleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/AsyncCompleteTrial.java index 350b38ce863c..875c990eeb64 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/AsyncCompleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/AsyncCompleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/SyncCompleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/SyncCompleteTrial.java index 26f769d12c8d..84bcf6836926 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/SyncCompleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/completetrial/SyncCompleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/create/SyncCreateSetCredentialsProvider.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/create/SyncCreateSetCredentialsProvider.java index 48e4ba3ce6ee..cde488a678a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/create/SyncCreateSetEndpoint.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/create/SyncCreateSetEndpoint.java index a2a97be9c576..b9ca54445182 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/create/SyncCreateSetEndpoint.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/AsyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/AsyncCreateStudy.java index 1ce496a85da6..37382caedaea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/AsyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/AsyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudy.java index 7d21a5aae66a..588698d7c63b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java index bcf77c7d4609..fcf43c042ad6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyLocationnameStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyStringStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyStringStudy.java index d4c84d40f0be..e8cab0425def 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyStringStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createstudy/SyncCreateStudyStringStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/AsyncCreateTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/AsyncCreateTrial.java index 6c788499665f..95a2b7b0bced 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/AsyncCreateTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/AsyncCreateTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrial.java index 88713e51b1bc..8929bff09561 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStringTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStringTrial.java index 0051af96c7c4..c0446762d337 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStringTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStringTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java index d33b24e3596a..c24cb45121ea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/createtrial/SyncCreateTrialStudynameTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/AsyncDeleteStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/AsyncDeleteStudy.java index b79e42fc0b9c..bbb2cee2d84e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/AsyncDeleteStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/AsyncDeleteStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudy.java index c817093fd254..52286b4631e6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyString.java index 753d324eacc6..d3bae0094434 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java index 19e127f9bb2c..00a166e34593 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletestudy/SyncDeleteStudyStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/AsyncDeleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/AsyncDeleteTrial.java index 58e4951f95d0..6db442b96874 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/AsyncDeleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/AsyncDeleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrial.java index ec928b22e24b..92870651daa6 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialString.java index 4f6af374b1c5..b1e5859c2dc0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java index 20e01ebc49d9..a4484c53c055 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/deletetrial/SyncDeleteTrialTrialname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getiampolicy/AsyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getiampolicy/AsyncGetIamPolicy.java index 8434be488fa6..9d63891fc938 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getiampolicy/AsyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getiampolicy/SyncGetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getiampolicy/SyncGetIamPolicy.java index e2e282ae9dcd..f41c19bc1f38 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getiampolicy/SyncGetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getlocation/AsyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getlocation/AsyncGetLocation.java index 9926d7b2b1af..fb1b47d7a1d1 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getlocation/AsyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getlocation/SyncGetLocation.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getlocation/SyncGetLocation.java index b1d2d1804b17..4d9f1815f8aa 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getlocation/SyncGetLocation.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/AsyncGetStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/AsyncGetStudy.java index 419f7d6f84ee..ff466f2ddd6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/AsyncGetStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/AsyncGetStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudy.java index dcd14fe534e5..7b7e53fd4632 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyString.java index 3193e767a5b6..f3f64bf7057f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyStudyname.java index 9a748074209a..59e30bf4a19a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/getstudy/SyncGetStudyStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/AsyncGetTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/AsyncGetTrial.java index 1f791faad166..49ac0eead27a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/AsyncGetTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/AsyncGetTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrial.java index 8590f006956d..747147f85891 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialString.java index 2d5730d68a6d..7cdd1f97da9b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialTrialname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialTrialname.java index 7128a87b58da..70145dc308af 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialTrialname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/gettrial/SyncGetTrialTrialname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/AsyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/AsyncListLocations.java index ab67817e71cf..5617c270248c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/AsyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/AsyncListLocationsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/AsyncListLocationsPaged.java index 3488e5b39d23..d22c61e88b61 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/AsyncListLocationsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/SyncListLocations.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/SyncListLocations.java index 802dc0e033f0..71ebcf4b3b6b 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listlocations/SyncListLocations.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java index 24bb76f66f85..4ab0ebe6b651 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/AsyncListOptimalTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java index 8ce429d0f6b6..27550a71c83f 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java index 0a16ae3cb367..d339202d4aea 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java index 7dcd0e988cb8..334308e616c4 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listoptimaltrials/SyncListOptimalTrialsStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudies.java index ff989f82c332..a9d6a35bdce5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudiesPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudiesPaged.java index 5ccdd7c11f9b..86737f4ecf24 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudiesPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/AsyncListStudiesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudies.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudies.java index 8e9fa57248c9..3552db29019a 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudies.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesLocationname.java index 12cc54231077..a11aaf1b8550 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesString.java index 5f1c22a97f23..3f013a76318d 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/liststudies/SyncListStudiesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrials.java index a2dc2ec5cf5b..3812ee5c3d63 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrialsPaged.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrialsPaged.java index f5d019fa2bca..a6aa3686a906 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrialsPaged.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/AsyncListTrialsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrials.java index e5b2b16fca2a..ea6c3a49502e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsString.java index 27365688fb17..f23e5eef2bbf 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsStudyname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsStudyname.java index e6c21ee461e8..79249a604064 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsStudyname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/listtrials/SyncListTrialsStudyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/AsyncLookupStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/AsyncLookupStudy.java index 90d3c112bfe0..b94d9e82cdb8 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/AsyncLookupStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/AsyncLookupStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudy.java index 4c3a353df262..9492a9afe0fb 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java index 65c6812e6e03..8a04090ea008 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyString.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyString.java index 6f78248e2d22..ba6773ab2820 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyString.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/lookupstudy/SyncLookupStudyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/setiampolicy/AsyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/setiampolicy/AsyncSetIamPolicy.java index 4201b6d8b78c..8d4957836c74 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/setiampolicy/AsyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/setiampolicy/SyncSetIamPolicy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/setiampolicy/SyncSetIamPolicy.java index 8ebe0000facb..4ddf960768a7 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/setiampolicy/SyncSetIamPolicy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/AsyncStopTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/AsyncStopTrial.java index 44fa85aa9f22..b0e2db19857e 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/AsyncStopTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/AsyncStopTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/SyncStopTrial.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/SyncStopTrial.java index 280d99566c13..de2b24e56c5c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/SyncStopTrial.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/stoptrial/SyncStopTrial.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrials.java index 30042c977dce..cfbdf2ba41e3 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java index 792d5ee7995f..5ccb7ffc52b5 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/AsyncSuggestTrialsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/SyncSuggestTrials.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/SyncSuggestTrials.java index 4cb67df45dbd..767eea9a0e27 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/SyncSuggestTrials.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/suggesttrials/SyncSuggestTrials.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/testiampermissions/AsyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/testiampermissions/AsyncTestIamPermissions.java index 3c6e5e49752f..3fc7a66499a9 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/testiampermissions/AsyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/testiampermissions/SyncTestIamPermissions.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/testiampermissions/SyncTestIamPermissions.java index bc5b17db1091..c96f2a8344a0 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/testiampermissions/SyncTestIamPermissions.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservice/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-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservicesettings/createstudy/SyncCreateStudy.java b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservicesettings/createstudy/SyncCreateStudy.java index 209fcffaa241..1010e010258c 100644 --- a/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservicesettings/createstudy/SyncCreateStudy.java +++ b/java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/vizierservicesettings/createstudy/SyncCreateStudy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/README.md b/java-alloydb/README.md index 1e1ed0f93504..5bcc6de963ce 100644 --- a/java-alloydb/README.md +++ b/java-alloydb/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-alloydb/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-alloydb.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.23.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.24.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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminClient.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminClient.java index 81b531b11375..9dd660c5454a 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminClient.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminSettings.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminSettings.java index 941faa1d5944..5f2e598d09fd 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminSettings.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AlloyDBAdminStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AlloyDBAdminStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/package-info.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/package-info.java index e3f516f273f0..21971161e334 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/package-info.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStub.java index d1792a4fb9c5..3201589d5f2a 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStubSettings.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStubSettings.java index bed1597e1c5d..21acc1cd5531 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStubSettings.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/AlloyDBAdminStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -939,7 +939,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( @@ -948,7 +947,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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminCallableFactory.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminCallableFactory.java index d422b55f8990..9f5125cf4e2c 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminCallableFactory.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminStub.java index ea20339a6fa0..0280a77c2902 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/GrpcAlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminCallableFactory.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminCallableFactory.java index 56952919d583..02c5ff0c973f 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminCallableFactory.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminStub.java index 544141093c08..dee26fc7c3af 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/HttpJsonAlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClient.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClient.java index 0a6dde52c938..a93761d52380 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClient.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminSettings.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminSettings.java index 2d4d7747629b..df7ca8fdae20 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminSettings.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -416,7 +416,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AlloyDBAdminStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AlloyDBAdminStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/package-info.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/package-info.java index a22c0b244e18..ddbdb69be01f 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/package-info.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStub.java index d96e8ca40385..60e77f6fc6c0 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStubSettings.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStubSettings.java index 0e43990399a5..4c9ab6b25abc 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStubSettings.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/AlloyDBAdminStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1006,7 +1006,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( @@ -1015,7 +1014,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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminCallableFactory.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminCallableFactory.java index bd88283f6def..7ee0a25060ed 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminCallableFactory.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminStub.java index 29ece46fbb16..25c5bf56f24e 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/GrpcAlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminCallableFactory.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminCallableFactory.java index ca23f0f73164..dd3e401ab8b5 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminCallableFactory.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminStub.java index caed0d92bd24..c1848934098b 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/HttpJsonAlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClient.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClient.java index 7779d982d4ff..9ac0db1891d1 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClient.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminSettings.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminSettings.java index 9b56899d9f78..636bc53d8ff3 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminSettings.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AlloyDBAdminStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AlloyDBAdminStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/package-info.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/package-info.java index 0ec23c729bd1..f2f42b7f8bf9 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/package-info.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStub.java index 80cc7813f960..c5297e163837 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStubSettings.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStubSettings.java index d8e313532daa..3f35f5c1fecf 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStubSettings.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/AlloyDBAdminStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -940,7 +940,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( @@ -949,7 +948,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-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminCallableFactory.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminCallableFactory.java index 37a66a006216..24494b3f07af 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminCallableFactory.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminStub.java index 162ccc518448..7bd9cae5192b 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/GrpcAlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminCallableFactory.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminCallableFactory.java index 5f0f19d8122d..d061d1a6b6b6 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminCallableFactory.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminStub.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminStub.java index fe6c0757be14..1ee5728bcf41 100644 --- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminStub.java +++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/HttpJsonAlloyDBAdminStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientHttpJsonTest.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientHttpJsonTest.java index 19258a043a2d..a818751888e2 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientHttpJsonTest.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientTest.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientTest.java index eff3b173ab8b..aa7d7940115d 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientTest.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/AlloyDBAdminClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdmin.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdmin.java index e932654a1f72..59b6e6096e47 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdmin.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdmin.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdminImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdminImpl.java index fbd4141be983..827fd99dbcaa 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdminImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockAlloyDBAdminImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockIAMPolicy.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockIAMPolicy.java index 8c156129313d..0cd2b1e8e998 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockIAMPolicy.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockIAMPolicyImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockIAMPolicyImpl.java index 5d24c45da2b0..e4f57f642cc4 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockIAMPolicyImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockLocations.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockLocations.java index 173102a477e8..e0b39dd5b47c 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockLocations.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockLocationsImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockLocationsImpl.java index 75c8566799cb..1a0a14725621 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1/MockLocationsImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientHttpJsonTest.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientHttpJsonTest.java index e18da8c20b65..257ce5df94a3 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientHttpJsonTest.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientTest.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientTest.java index ffb5b6a34e90..c83a1b0f4c36 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientTest.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/AlloyDBAdminClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdmin.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdmin.java index 073968077bc0..ff72ed73a46f 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdmin.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdmin.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdminImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdminImpl.java index 41d7fafda0e1..98a5dcb3a80f 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdminImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockAlloyDBAdminImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockIAMPolicy.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockIAMPolicy.java index 5eefa9558aed..c5c9927ffe88 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockIAMPolicy.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockIAMPolicyImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockIAMPolicyImpl.java index a0df981fbc7b..2e686f1045c1 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockIAMPolicyImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockLocations.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockLocations.java index 22c716d52a0b..f69796a8e88b 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockLocations.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockLocationsImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockLocationsImpl.java index 174d1e528b94..8829207187b2 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/MockLocationsImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientHttpJsonTest.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientHttpJsonTest.java index b8f5e8be1ec1..7869ba99ea7c 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientHttpJsonTest.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientTest.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientTest.java index b6de50026567..88191004584d 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientTest.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/AlloyDBAdminClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdmin.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdmin.java index 5167c17e8179..f57a81bfc993 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdmin.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdmin.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdminImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdminImpl.java index aecc6541d9d8..4a06cc900984 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdminImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockAlloyDBAdminImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockIAMPolicy.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockIAMPolicy.java index c55c67adc4a3..64ab52a381ea 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockIAMPolicy.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockIAMPolicyImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockIAMPolicyImpl.java index a63d860e66e0..f57477d6c4bd 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockIAMPolicyImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockLocations.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockLocations.java index 1dc939f1d3bc..57c161262dfa 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockLocations.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockLocationsImpl.java b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockLocationsImpl.java index 3c562441eb6e..caf37d209d65 100644 --- a/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/MockLocationsImpl.java +++ b/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/BackupName.java b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/BackupName.java index 081e7af2d486..945a06d8b411 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/BackupName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/ClusterName.java b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/ClusterName.java index d13cf3b3b6d6..2996a0e6ac8c 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/ClusterName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/InstanceName.java b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/InstanceName.java index ac1a65821397..606c8895eff4 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/InstanceName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/InstanceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/LocationName.java b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/LocationName.java index 763825bdf71e..0c0b748f74a4 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/LocationName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/SupportedDatabaseFlagName.java b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/SupportedDatabaseFlagName.java index 0073fe96cad7..89e82104a846 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/SupportedDatabaseFlagName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/SupportedDatabaseFlagName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/UserName.java b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/UserName.java index a98936fdf7ba..ef5e87051255 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/UserName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/UserName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/BackupName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/BackupName.java index a1875928dacd..0cc1cecb2117 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/BackupName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/ClusterName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/ClusterName.java index 3011555fcdcf..c4febe696fc5 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/ClusterName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/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-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/DatabaseName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/DatabaseName.java index ee7e22409fd9..47d04f444034 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/DatabaseName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/DatabaseName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/InstanceName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/InstanceName.java index 66b9241e7d06..ccec6e453ca5 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/InstanceName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/InstanceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/LocationName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/LocationName.java index 50a80f94550f..ab87e3abfaee 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/LocationName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/SupportedDatabaseFlagName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/SupportedDatabaseFlagName.java index 7849627a45b6..74995a5713be 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/SupportedDatabaseFlagName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/SupportedDatabaseFlagName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/UserName.java b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/UserName.java index aba7e8197ce4..7bdb662d8de9 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/UserName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/UserName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/BackupName.java b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/BackupName.java index 772dd504f626..df06c9879d44 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/BackupName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/ClusterName.java b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/ClusterName.java index e0b2cde45e19..978210086778 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/ClusterName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/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-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/InstanceName.java b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/InstanceName.java index 52149d3ee9d8..b60c12c20bbf 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/InstanceName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/InstanceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/LocationName.java b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/LocationName.java index 6e56bce22fbe..541ba52a117b 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/LocationName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/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-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/SupportedDatabaseFlagName.java b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/SupportedDatabaseFlagName.java index f584578cc24d..9dd7ce7bd639 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/SupportedDatabaseFlagName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/SupportedDatabaseFlagName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/UserName.java b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/UserName.java index 3dea60efec12..7427ec0ae5b4 100644 --- a/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/UserName.java +++ b/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/UserName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java index 73ab0ba45d11..5d01eb1619aa 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java index 33881006072b..5bc240b9d3f7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java index b1a0f87ce54c..417513bdb6d0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetCredentialsProvider.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetCredentialsProvider.java index 7a62ca710ca3..8b3d5d8068a2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetCredentialsProvider.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java index 8aede70ebd95..60062c503590 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetEndpoint.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetEndpoint.java index 6d3edafcf6fe..0550920d2768 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/create/SyncCreateSetEndpoint.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/AsyncCreateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/AsyncCreateBackup.java index 1435d20dd408..b8f62c7fe7fa 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/AsyncCreateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/AsyncCreateBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/AsyncCreateBackupLRO.java index 0a405ed53672..32bf64880dcc 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/AsyncCreateBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackup.java index 850e3ce3df3e..03cf92abc0ff 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java index db68e344ad77..e6c3d7dc6808 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java index c25300560230..b0694cc2b0cd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/AsyncCreateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/AsyncCreateCluster.java index dadd34ebf32d..aff719d81bc9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/AsyncCreateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/AsyncCreateClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/AsyncCreateClusterLRO.java index 6f028574fb57..85b638680bd6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/AsyncCreateClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateCluster.java index e5e13dab17e5..65abea0516f3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java index 11b4d4572ff7..158669079afb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java index e48d286f2270..b32b7c170bc6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstance.java index 236e2acc5abc..0a1ce2f71129 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java index ee9eee8a0086..3d9df6d4daf3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstance.java index 36e3cb156b4d..a7c76fc27e56 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java index 7055d5a62a5e..e9d3bbb23557 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java index 32a780affa1d..66d009ea6be5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java index 5e13a9691cd4..60cb2b406d8d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java index 40c9186b4373..0eb094875595 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java index d24343c48f94..5af9307003ff 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java index 5cc25e91d531..f364ebad96dd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java index 51e372be26d9..6ca25857c51d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java index dc9b0db70478..31c93199e633 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java index aab38cb66c98..873809e8733b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java index 30c9783fcfc4..509f79ea477e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java index 68e5a70fa6d5..8a88fbfae9a4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java index 8d88b2badbc0..024691bd53d2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/AsyncCreateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/AsyncCreateUser.java index eaddbd9a57c0..1b14e0716484 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/AsyncCreateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/AsyncCreateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUser.java index 628d1f2f2b80..396c4cad1bde 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java index d5534e459c42..63de9cd30dcd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserStringUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserStringUserString.java index 3bed6fc4cc7e..490c15d11a39 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserStringUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/createuser/SyncCreateUserStringUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/AsyncDeleteBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/AsyncDeleteBackup.java index 1f3fb4ba66fe..b497a6f75773 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/AsyncDeleteBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java index e560c4cabc0a..3fb99f125ba0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackup.java index 568bb283f7f3..f92041ea9374 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java index 440d4cb8d309..014791f62eae 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackupString.java index 5a1dde77f086..a6dd7c69001c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletebackup/SyncDeleteBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/AsyncDeleteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/AsyncDeleteCluster.java index 5a6f5dfcc1eb..27984a0f7190 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/AsyncDeleteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java index 7fdccc1155da..e0c616cd991e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteCluster.java index a82925041fe8..3aac01c9a26e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java index 61664daee574..387726939ee3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteClusterString.java index c6db602e0176..485cdd918122 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deletecluster/SyncDeleteClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstance.java index e7af72e8ab71..e0518f798bf7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java index 22d444b5520f..09e61d83f0ed 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstance.java index 12d27b3b0ef9..3fd8de128de1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java index cde26c1c8135..8ccf2c0bc4da 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java index 82dc360958e7..8dab4ecddff7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/AsyncDeleteUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/AsyncDeleteUser.java index 2bbeef709a92..9f6d4bc2dd1b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/AsyncDeleteUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/AsyncDeleteUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUser.java index 339b35b71e76..71f64b2c87c8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserString.java index 25bbe135b9ec..9ac6d0e1876b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserUsername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserUsername.java index c4d8c7052deb..b5ee1e1e1e59 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserUsername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/deleteuser/SyncDeleteUserUsername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstance.java index 345666fcb4ca..fa63405bb18d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java index ec14c0e1c3c8..982c96009bbe 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstance.java index 8431163ecd28..f608d7f73fe7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java index 8580d1e4b3d0..04ee55743838 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java index bb7cd24eb477..88d65a5497f1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java index 4af0ffedbb66..3a1fd268a473 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java index f925a5014f6f..001b85b00299 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java index c07790c9b609..d55a383d6547 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java index 70458b17108c..d14e3340e56c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/AsyncGetBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/AsyncGetBackup.java index 9c304fbc4b18..8fae56929dcc 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/AsyncGetBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackup.java index 973cf1339ffd..76e6f7380ec9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackupBackupname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackupBackupname.java index a9b9b17f19e1..bdccbc7c97d6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackupBackupname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackupString.java index bb98f8add18b..1242899482ba 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getbackup/SyncGetBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/AsyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/AsyncGetCluster.java index d2f48a6055de..284a352b2157 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/AsyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetCluster.java index 349ee80a827a..8a3ef77dded4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetClusterClustername.java index 7be50569d9b1..23a20811a115 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetClusterString.java index 23d17d0f368c..72b679035a09 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getcluster/SyncGetClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java index 644836b21d86..95815995ac8e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java index 82347994c0db..675709cf005b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java index 0a039164bd3f..29b10c390cd6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java index 066fc824f713..57ad08b3e7d7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/AsyncGetInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/AsyncGetInstance.java index 6f929d449cc3..9726296cab5f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/AsyncGetInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/AsyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstance.java index 2674348b4f30..73aeee2e05f1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceInstancename.java index a8f6935b74ac..f38645f5cad6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceString.java index b72e8ca96dbd..cf31032116da 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getinstance/SyncGetInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getlocation/AsyncGetLocation.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getlocation/AsyncGetLocation.java index 92723407626c..91934bb58ec7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getlocation/AsyncGetLocation.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getlocation/SyncGetLocation.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getlocation/SyncGetLocation.java index 688e004f4291..9ce3b7b20c85 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getlocation/SyncGetLocation.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/AsyncGetUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/AsyncGetUser.java index b317c099f280..38aa72db96df 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/AsyncGetUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/AsyncGetUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUser.java index 3fd545c81091..6b9072c2e7a9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserString.java index 92d53d2fb70c..160f58091cc9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserUsername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserUsername.java index 59955d735aeb..2d363a20532b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserUsername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/getuser/SyncGetUserUsername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFault.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFault.java index 1bdf67f2c537..1c45b17c6a6d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFault.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFaultLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFaultLRO.java index 832c2bc6e2e5..5439b71a6d82 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFaultLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/AsyncInjectFaultLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFault.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFault.java index 5ccca0f25793..f14bd60b0ef0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFault.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java index 47952f77738f..ef4ad4247789 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java index cf2e317cd184..4b770dbffb79 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/AsyncListBackups.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/AsyncListBackups.java index 24fc735b6de7..49e8e1e77886 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/AsyncListBackups.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/AsyncListBackupsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/AsyncListBackupsPaged.java index 0e70e9a3408e..b51f30af8b10 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/AsyncListBackupsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackups.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackups.java index 97e8c6479154..1cfe105b1003 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackups.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsLocationname.java index 068cd444da4c..40f0014a53ba 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsString.java index 2511f5c98cd0..86bd5257c43d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listbackups/SyncListBackupsString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/AsyncListClusters.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/AsyncListClusters.java index c3b278260e95..c29d572ea8ed 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/AsyncListClusters.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/AsyncListClustersPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/AsyncListClustersPaged.java index e7fbb5a027fa..e425c7cd2478 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/AsyncListClustersPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClusters.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClusters.java index aafe64253943..a62e7ae62e55 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClusters.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClustersLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClustersLocationname.java index 89bb96f1d5b1..41021c1c64f2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClustersLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClustersString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClustersString.java index ec29c6be8518..b1efa80497c9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listclusters/SyncListClustersString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/AsyncListInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/AsyncListInstances.java index e79f63d75c4f..2014461d1b87 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/AsyncListInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/AsyncListInstancesPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/AsyncListInstancesPaged.java index 08c7d7d4da37..0f141c16eddb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/AsyncListInstancesPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstances.java index 66ee6cdbcf5a..83c656c624f8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesClustername.java index 4d9fa25534aa..e5df2f521205 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesString.java index b75e45c72da9..14d239066eb9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listinstances/SyncListInstancesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/AsyncListLocations.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/AsyncListLocations.java index 21b2c7214cac..b3bc1fef687f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/AsyncListLocations.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/AsyncListLocationsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/AsyncListLocationsPaged.java index fe6768d47c11..dd752a39d361 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/AsyncListLocationsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/SyncListLocations.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/SyncListLocations.java index 45470ab56282..eb1647ab5713 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listlocations/SyncListLocations.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java index b6ab4c20f0a3..7a9efac3a855 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java index 8fabff8d17ca..10c181048988 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java index 263d18fbdbd7..f48567850e54 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java index a32a3d603aa1..76ba1372c273 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java index 2bd82278c722..0054dcc8c371 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsers.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsers.java index f4e21145d2a8..9c044c30b88d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsers.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsersPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsersPaged.java index 3b8dfd8aaeee..ce030de229cb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsersPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/AsyncListUsersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsers.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsers.java index f36487d6e997..6c4d99577974 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsers.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersClustername.java index 95cdb37bf12b..017aa3a9c5d6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersString.java index 019a5b700641..75f96cd3c312 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/listusers/SyncListUsersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteCluster.java index 3ccefa68bf1f..f12b3db4edb1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java index 3c03eac2f512..561d3cdd2359 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteCluster.java index 5bc457d463d9..f3871f556c0c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java index 8aa5d1a6da68..4c4529f1c7ac 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterString.java index b1da88e6e913..bd6657c3da41 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/promotecluster/SyncPromoteClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstance.java index a0a342a55fbe..0a281eab6ab3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java index e2bfbc537456..bce85ccd4201 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstance.java index 752df7fe364d..7da0b308fbd4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java index eb6ff00a1c19..8a37039c3f67 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceString.java index 0ead7cde79be..21b3537f9322 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restartinstance/SyncRestartInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreCluster.java index f90808c35b2f..6d39351cf8ee 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java index c34d3440ba9c..ed5b696e9d43 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/SyncRestoreCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/SyncRestoreCluster.java index 3cd234d34d4b..feb3838b8ecd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/SyncRestoreCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/restorecluster/SyncRestoreCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackup.java index 1ce8c62bb169..63f610154049 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java index 73d8bca30488..bcd98175e2a6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackup.java index 7611dbc43508..e9a633d89e54 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java index f3c778d25b71..937b7341e658 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/AsyncUpdateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/AsyncUpdateCluster.java index ff8ad1aa5f55..be30c1075f43 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/AsyncUpdateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java index 618adba14b9f..2a30eb988b77 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/SyncUpdateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/SyncUpdateCluster.java index 2f2f71478ba3..ff0ff9beff32 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/SyncUpdateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java index e5b5be5ae74a..9291cc3d9db7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstance.java index b5a73b0820fc..407af607e4bd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java index 82f377959ee1..9cace5c312a8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstance.java index 9987bc5d0a79..5b3d9e55d5b6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java index 001f4063a788..589e1d559d20 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/AsyncUpdateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/AsyncUpdateUser.java index af39752ce8f7..44c2d7b7fa83 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/AsyncUpdateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/AsyncUpdateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUser.java index 03965e2cc5b5..fffc49dee528 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java index 2ad0b5a4a83a..c138ea500ed5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadminsettings/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadminsettings/getcluster/SyncGetCluster.java index 42eac6fc58d8..d4d1475617fa 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadminsettings/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/alloydbadminsettings/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java index cd12225e9c85..2e13992fb3b7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1/stub/alloydbadminstubsettings/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java index 4dd37cbb1c44..a82bf02df985 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java index 2f12eed94f1c..b767c9c91b73 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java index bc6183ae641c..2353b1ce47cd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetCredentialsProvider.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetCredentialsProvider.java index c518a3eb3ac9..32a947c502ea 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetCredentialsProvider.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java index a9573a39377d..34670664cc81 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetEndpoint.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetEndpoint.java index e2b9fabd3485..c1b2d21a0070 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/create/SyncCreateSetEndpoint.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/AsyncCreateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/AsyncCreateBackup.java index b061d66459a4..d5beff5f8107 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/AsyncCreateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/AsyncCreateBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/AsyncCreateBackupLRO.java index 00764a2e1337..0201c5e4bbad 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/AsyncCreateBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackup.java index 2e9c384c1de0..3b32b0375a90 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java index f12b5f52e849..acd2d6bba09b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java index 8005e1b608cb..efcbfcd2b86e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/AsyncCreateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/AsyncCreateCluster.java index 15ffad2ed647..7953bd9413ed 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/AsyncCreateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/AsyncCreateClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/AsyncCreateClusterLRO.java index 7c3a9fca9f01..6ab70a7a4449 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/AsyncCreateClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateCluster.java index 9d03b3479b8e..800b8c22b692 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java index 0df3c6d87374..7f15bfcf2b58 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java index fd6f1dda9671..1643f315fc3c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstance.java index d28927dde770..da46cb4917ac 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java index 708669bbbf4a..a81cc140fcc1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstance.java index 9d6d080911c8..682e4b833d44 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java index 6848b5c0aa38..07631042ade2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java index 19ec857c5e3e..c76a415b49c5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java index 8006939e71fa..5397b4f626a5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java index 780b2d94b4f3..807acfaa60b9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java index 69886b4ebfad..c6cf400e77c1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java index af561a7d04d6..8402974a815d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java index 5a1c07a018b0..d90d2aa6f547 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java index c9a757d019c3..f57b61ed92cf 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java index acdf55931c76..683e41b367b8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java index c5475df3be9b..b3cc299c881a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java index 2ea6ecd0410f..7ab9edb1b8ef 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java index 02807ee19bc6..3e5c1d519431 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/AsyncCreateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/AsyncCreateUser.java index 1eb0e179f869..8be6c6304d5e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/AsyncCreateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/AsyncCreateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUser.java index f6cd0878fccd..fb0f6c519f89 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java index 5305f2fc4ba0..4adf910b7e81 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserStringUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserStringUserString.java index b567acb783f7..c86e953f88bb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserStringUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/createuser/SyncCreateUserStringUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/AsyncDeleteBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/AsyncDeleteBackup.java index 7855a844237e..1fd946af4386 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/AsyncDeleteBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java index e3e39b594beb..8b9361e957b8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackup.java index 491a2272cd86..9b67cfb70039 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java index 1672d671e92c..c848f2f3f671 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackupString.java index d80932015f05..8169c98f1ec0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletebackup/SyncDeleteBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/AsyncDeleteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/AsyncDeleteCluster.java index 722c9e1de9fe..239839a12202 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/AsyncDeleteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java index 07a8383e3951..659c0505c19e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteCluster.java index a5f3bcbef32a..6e41c7ffdae9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java index b4fe68d63fe1..ad31de320dbd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteClusterString.java index e244d780fce4..14eb2b72f29c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deletecluster/SyncDeleteClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstance.java index 242d2cf2c753..9a0b21c189b1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java index be20b0986035..2d2cc133bea4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstance.java index 24db297c57f9..bb571ed97141 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java index 4b84392d1f42..51d22be5dddf 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java index 5beb707e9954..bdccf3ee1820 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/AsyncDeleteUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/AsyncDeleteUser.java index c31de497f4ac..4b3337111016 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/AsyncDeleteUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/AsyncDeleteUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUser.java index 34b2159ef43a..359352831bab 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserString.java index 1e3a934b1910..c0cc3851346a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserUsername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserUsername.java index 4ba4e4543746..45aadf2a7de1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserUsername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/deleteuser/SyncDeleteUserUsername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstance.java index a728ba289496..0fb04e242c08 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java index ad539b2ddc33..b71e612c3191 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstance.java index 0bb9e8287ddd..35e339ef74a2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java index 1a2e3b20413e..c006edb60103 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java index 7b6a31816521..fab27f12a99a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java index a7dd2a45abb2..71742cec78ad 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java index a3cd63a8e1c8..38b8dd6d5f7f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java index c4ac251f2b81..ac41f96c9155 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java index 2447b19c030d..16ed56be9f2b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/AsyncGetBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/AsyncGetBackup.java index b9569c9c237b..6d269ac8e7d3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/AsyncGetBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackup.java index c960ea1f2f7f..9138f20fddba 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackupBackupname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackupBackupname.java index db3d73d9462e..68bd5ac37acf 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackupBackupname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackupString.java index 5b8fe9f22be3..b669c1ba1be6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getbackup/SyncGetBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/AsyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/AsyncGetCluster.java index 9a6a774c11cf..1f85e64a7726 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/AsyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetCluster.java index 06b38f04f0b3..d1b95dc1d645 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetClusterClustername.java index 5e037085fb32..85106cf67b23 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetClusterString.java index 6ba251f6d866..264313f646c1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getcluster/SyncGetClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java index c54794a057d8..c73fcb46eb28 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java index 4eeb4ffbb23a..a1c74eba1ce7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java index ca865f6341e0..9e92e39b1278 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java index 7fec38a7aac1..153dc588833e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/AsyncGetInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/AsyncGetInstance.java index a71a67802d22..915039c7d62b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/AsyncGetInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/AsyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstance.java index 40a15cdc9096..9af169a577a5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceInstancename.java index e4c87e383226..72b99d2729d1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceString.java index c2a133d8b860..a61e6aec8d2b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getinstance/SyncGetInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getlocation/AsyncGetLocation.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getlocation/AsyncGetLocation.java index 25543665ea52..b3affaa5359a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getlocation/AsyncGetLocation.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getlocation/SyncGetLocation.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getlocation/SyncGetLocation.java index b9838919c9a8..a93cad5aa195 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getlocation/SyncGetLocation.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/AsyncGetUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/AsyncGetUser.java index 221d1ecab818..0027aa866c19 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/AsyncGetUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/AsyncGetUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUser.java index 29030e1ac451..b4b48c4f0141 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserString.java index 61b92b1589ec..3bb657c8c46a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserUsername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserUsername.java index 81354186647d..0e69be307bcb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserUsername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/getuser/SyncGetUserUsername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFault.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFault.java index e487586f8f10..8f0b278f303a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFault.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFaultLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFaultLRO.java index 0a5c5bd57a85..edfe5958d6c7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFaultLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/AsyncInjectFaultLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFault.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFault.java index bc06d7c41c74..0a55278ad065 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFault.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java index 22187b44bb26..15d4402e1d22 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java index 27e5675668c1..87776a9c4800 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/AsyncListBackups.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/AsyncListBackups.java index fa2f18e51206..19d02d601bf6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/AsyncListBackups.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/AsyncListBackupsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/AsyncListBackupsPaged.java index e7acbf5e58de..2d8ae14ebd23 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/AsyncListBackupsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackups.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackups.java index c4c43ed31739..b2689490dc09 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackups.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsLocationname.java index 5194a22d26fb..fc38e3f167fe 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsString.java index 1ae4c7c47cfc..fd131a99f352 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listbackups/SyncListBackupsString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/AsyncListClusters.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/AsyncListClusters.java index 22ace3b514a0..179b0bad22b0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/AsyncListClusters.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/AsyncListClustersPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/AsyncListClustersPaged.java index 33c7bf17329f..149aeb6c40ce 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/AsyncListClustersPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClusters.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClusters.java index 6855da6b1550..e2d963d1b802 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClusters.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClustersLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClustersLocationname.java index a3b255d862b6..91a658385913 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClustersLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClustersString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClustersString.java index d9a9c3e9dbb5..861266006d6a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listclusters/SyncListClustersString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabases.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabases.java index b3b66ee638ae..a54190ab4312 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabases.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabasesPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabasesPaged.java index 033eb499a878..9f04a158bb91 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabasesPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/AsyncListDatabasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabases.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabases.java index 1e752b48b72b..00e1ccc3fe4c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabases.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesClustername.java index a527c52a2f54..f0e5e7d85b66 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesString.java index 0d78eb3c6fdb..9c3ca782be2c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listdatabases/SyncListDatabasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/AsyncListInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/AsyncListInstances.java index 49c48dbac547..b1cd0a6a7c0a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/AsyncListInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/AsyncListInstancesPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/AsyncListInstancesPaged.java index d9b2aaff9cc2..cfac5eb29748 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/AsyncListInstancesPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstances.java index 29ec27d01a00..a2a008b673b2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesClustername.java index 9b1bd6c16f73..39a3f3a8747b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesString.java index 4290c1070f46..63025ffde366 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listinstances/SyncListInstancesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/AsyncListLocations.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/AsyncListLocations.java index 2ddd2ce9c2cc..e41ad04e66a1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/AsyncListLocations.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/AsyncListLocationsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/AsyncListLocationsPaged.java index f2264fc44d62..2b6fa02ecb8b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/AsyncListLocationsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/SyncListLocations.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/SyncListLocations.java index 6e19cb026de3..440cbad8daf1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listlocations/SyncListLocations.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java index 90301ab221ae..35fb1604befd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java index 3f5a707c38b9..9ee0543bc51c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java index 8e2add8f37e6..e3873de8c774 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java index 395f5ba8bb95..a4285da3cb9d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java index e6204b42491b..0ade4b7547b3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsers.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsers.java index 07ddd8ff3d94..96e02c7b1fd1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsers.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsersPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsersPaged.java index 81a3afb984c8..255defd10622 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsersPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/AsyncListUsersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsers.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsers.java index 503a09f1f241..dafb76d91d92 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsers.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersClustername.java index 22f359d9821b..6134cd4227da 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersString.java index 57637c2d6b37..5d60d3f74f7b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/listusers/SyncListUsersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteCluster.java index f47c12fe7d64..ef3c7df55c19 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java index 6002b28ae1d7..6272b11026f1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteCluster.java index 46d0f3411df5..b4b5668598c4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java index bee75b48e537..1194436522fe 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterString.java index 6ec0461e8f60..d87cf400cfa4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/promotecluster/SyncPromoteClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstance.java index b88cfc7afcd7..b57ac21f35fb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java index 0a2d3f1239bf..a845f8be403a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstance.java index 0215dc20d0ae..c2d7b9e78bf9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java index f8aafb32e407..f8203f497fd3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceString.java index bc8d38de4322..d3a53a068c1f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restartinstance/SyncRestartInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreCluster.java index 983da76bafe2..279c55a831ea 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java index 43d919f6bcbb..627b7b827904 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/SyncRestoreCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/SyncRestoreCluster.java index 9495c8838862..21a3c6196751 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/SyncRestoreCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/restorecluster/SyncRestoreCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackup.java index c6b5bc65d841..41da4b71aa65 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java index ed30e601006b..a1887dcf5891 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackup.java index 47be50cfa876..689a7c600f48 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java index db18c6304fc7..91f70b4339ae 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/AsyncUpdateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/AsyncUpdateCluster.java index 337fa1674168..52b6c9d5072f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/AsyncUpdateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java index 17d1392dbb17..d2a91a23d09c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/SyncUpdateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/SyncUpdateCluster.java index 020eff183c44..78a997adb56c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/SyncUpdateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java index c2ce7cf78128..69b5a5d83749 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstance.java index 00b282a8ceb9..f41ed7767b60 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java index 98971d775609..4f4ef2539ac7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstance.java index bda7b15efc2c..94c73c727b70 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java index 6077ecd47cc3..c832dd0e6f61 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/AsyncUpdateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/AsyncUpdateUser.java index 35de0e86dae0..f5508e0e5e91 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/AsyncUpdateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/AsyncUpdateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUser.java index ff90b989c3ab..5331ec55280e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java index 3d547aea158b..550fe42558f6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadminsettings/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadminsettings/getcluster/SyncGetCluster.java index 0ff6a779184e..ea5426e60cb6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadminsettings/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/alloydbadminsettings/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java index ecd90fe7b4ef..a6351ca82339 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1alpha/stub/alloydbadminstubsettings/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java index 8c81a7500d63..ccda87611f31 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java index 14af9dfb6500..f3745fb2800f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/AsyncBatchCreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java index 8b971171a998..f8854cf4a3d2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/batchcreateinstances/SyncBatchCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetCredentialsProvider.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetCredentialsProvider.java index 34792272434d..4bb51e37c9b5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetCredentialsProvider.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java index 8bb58b9a8bfc..755a6c5112cd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetCredentialsProvider1.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetEndpoint.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetEndpoint.java index 436c804f196f..e3a661ccb65d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/create/SyncCreateSetEndpoint.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/AsyncCreateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/AsyncCreateBackup.java index 2f07c752b33e..af934fca52a9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/AsyncCreateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/AsyncCreateBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/AsyncCreateBackupLRO.java index 3cc06ac03dd2..4e88b77d69c4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/AsyncCreateBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackup.java index a9dc646132a3..1ea04c7d318a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java index fec4c047e980..1086300770de 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupLocationnameBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java index c315909bd378..26e9eb14236e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createbackup/SyncCreateBackupStringBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/AsyncCreateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/AsyncCreateCluster.java index 1620824b180a..1664308013cb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/AsyncCreateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/AsyncCreateClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/AsyncCreateClusterLRO.java index 4bb6b5a65844..a42f84adc338 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/AsyncCreateClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateCluster.java index 8ecd6f45c6ed..15126125cecd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java index 9b643cc387d9..00872d79375b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateClusterLocationnameClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java index 5757ca9a4b9e..91bf6059f148 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createcluster/SyncCreateClusterStringClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstance.java index 40c7449c7c4a..091d8d461e9e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java index 691482718fe2..bebfc3c1a706 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/AsyncCreateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstance.java index 9dd19ecaecaa..db26e915013a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java index 537aea638150..be132a9a5453 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceClusternameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java index dd466e9ef8e0..af944787332a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createinstance/SyncCreateInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java index 5e8a3fe240c1..93f8bae1e38e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java index 592652c4be0a..d75f33346644 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/AsyncCreateSecondaryClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java index 6f356d39dd8f..a317858b7db0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java index 8bfbaff94174..bcffbafaf9cb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterLocationnameClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java index 057cb9eb6840..dac59cc05ca0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondarycluster/SyncCreateSecondaryClusterStringClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java index 6985f72aaa55..e4d44435f6af 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java index c790618d1a47..82dcf70303d8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/AsyncCreateSecondaryInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java index 663f3af71e31..68dbfa24947e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java index de728807859d..e1136edcc8cd 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceClusternameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java index 44c4f2aefbc4..fe9cd1435da3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createsecondaryinstance/SyncCreateSecondaryInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/AsyncCreateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/AsyncCreateUser.java index 45b315f78d60..9a60b5fbc06a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/AsyncCreateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/AsyncCreateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUser.java index cc1e981b830a..ace7a3170214 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java index 8895662c0272..97d36d27040c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserClusternameUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserStringUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserStringUserString.java index 1343d90e0e48..548dfc70e7e2 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserStringUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/createuser/SyncCreateUserStringUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/AsyncDeleteBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/AsyncDeleteBackup.java index 8271f2a1e586..9ed64d829b29 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/AsyncDeleteBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java index 08992ec78e78..a6f4bf0f2f33 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/AsyncDeleteBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackup.java index ece90e776950..3a0a7051d291 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java index 792e13f8abbe..2f50cd9e4044 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackupBackupname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackupString.java index 01fe9a2ec782..76eb310f57c6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletebackup/SyncDeleteBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/AsyncDeleteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/AsyncDeleteCluster.java index 9c61dbf3f7dd..7c1e50706b86 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/AsyncDeleteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java index abfe6dca6e89..eae5df648447 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/AsyncDeleteClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteCluster.java index f3d70f5c3367..ab4f73dd1b57 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java index abe9d1028408..4c84ad1f0250 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteClusterString.java index 0840ed39ae8c..06342eb8513a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deletecluster/SyncDeleteClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstance.java index 7f93874b3f61..af50b3cc3af5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java index 3320171ca47b..4f7b218235c7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/AsyncDeleteInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstance.java index c6598053f0fd..18c9a526d053 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java index b831f62aa2d0..c382c7fcef8f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java index 3dc89e0b5c56..b96643ff812d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteinstance/SyncDeleteInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/AsyncDeleteUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/AsyncDeleteUser.java index 0296949124de..8ed293bd713b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/AsyncDeleteUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/AsyncDeleteUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUser.java index 2f177b12a86f..24db0850e502 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserString.java index 90e549609ae5..a74a2b1e8e1c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserUsername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserUsername.java index 19b63b76eb01..e1b46dd5dd2d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserUsername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/deleteuser/SyncDeleteUserUsername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstance.java index 5a9bee5cdcdb..a00329e0a2c0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java index 0ac8e745e740..b78af571d82c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/AsyncFailoverInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstance.java index 4996ec8e3925..44cb5e464f00 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java index 1fef07de9255..25faaff0bc29 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java index 2518805ff24d..e08c3185035d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/failoverinstance/SyncFailoverInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java index 2f59d2ab0989..39fb04a8c3b3 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/AsyncGenerateClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java index a18d48a7d975..991c4f3386f5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java index 929d709a97d8..832bb7c642e4 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java index cc507c91c25e..db424fdb297c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/generateclientcertificate/SyncGenerateClientCertificateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/AsyncGetBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/AsyncGetBackup.java index 8ad0ce211e29..6bca8132b4b0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/AsyncGetBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackup.java index b2d5a0f89e21..d9253d6b79f9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackupBackupname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackupBackupname.java index 39447a6849cb..906bbffef016 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackupBackupname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackupString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackupString.java index cd9fdc4d47a7..f311945f499d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getbackup/SyncGetBackupString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/AsyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/AsyncGetCluster.java index 916fa4047f09..52921f84e6e0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/AsyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetCluster.java index b41788962a2a..eacb385a4289 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetClusterClustername.java index 0baefe849192..01d2ddce8547 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetClusterString.java index fb4fd327a849..fd95a4211a2b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getcluster/SyncGetClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java index 5e57647f11ff..8f0ca0465b51 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/AsyncGetConnectionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java index 4f3b65854daf..60ee7bee3d81 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java index 20121a417d9b..3e8b089c3663 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java index 04a0453b167d..3875ef777cea 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getconnectioninfo/SyncGetConnectionInfoString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/AsyncGetInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/AsyncGetInstance.java index 37d0d770c7e4..2a609d1fedfc 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/AsyncGetInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/AsyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstance.java index deb454f0fe4c..1a30506601ef 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceInstancename.java index 556636dc206a..192d26534699 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceString.java index 32eddb50d903..a5a96015f8de 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getinstance/SyncGetInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getlocation/AsyncGetLocation.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getlocation/AsyncGetLocation.java index 9313ad4f05ed..aa5a9fc582f7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getlocation/AsyncGetLocation.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getlocation/SyncGetLocation.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getlocation/SyncGetLocation.java index b4f91d436c29..5820c5b0beb0 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getlocation/SyncGetLocation.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/AsyncGetUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/AsyncGetUser.java index 2c38c00e52e6..3ae511e022c8 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/AsyncGetUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/AsyncGetUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUser.java index de7fbb6f9245..c302d5f72e80 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserString.java index e9c889fd5a3f..41dbee9b52aa 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserUsername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserUsername.java index 15deab49c9e4..147cef2edc8d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserUsername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/getuser/SyncGetUserUsername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFault.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFault.java index 08ec81bf902e..065e4e8c40eb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFault.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFaultLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFaultLRO.java index fe83bb3c503b..98f176ab1b97 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFaultLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/AsyncInjectFaultLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFault.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFault.java index 8b87a74d5d0d..c411d1599c8e 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFault.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java index 4ae187659c53..6557ec91b578 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java index ba8780444b17..2847aca3d710 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/injectfault/SyncInjectFaultInjectfaultrequestfaulttypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/AsyncListBackups.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/AsyncListBackups.java index c58cb06e8210..3f12a764bd68 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/AsyncListBackups.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/AsyncListBackupsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/AsyncListBackupsPaged.java index b7636f8aa186..850c06e05a7c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/AsyncListBackupsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackups.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackups.java index 3f3b693365bd..18e53af09fdb 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackups.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsLocationname.java index c9a40a681d0f..534b04c0747b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsString.java index f95f4febb04e..71bf35948263 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listbackups/SyncListBackupsString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/AsyncListClusters.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/AsyncListClusters.java index 113b83c50839..4a84872b9ecf 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/AsyncListClusters.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/AsyncListClustersPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/AsyncListClustersPaged.java index 750985cf022e..7f6f0a6e3d29 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/AsyncListClustersPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClusters.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClusters.java index 16acf419bb08..66762360e0cc 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClusters.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClustersLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClustersLocationname.java index d37790f90734..6f8155aa1662 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClustersLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClustersString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClustersString.java index 1a01f8abba14..9049d66fd52d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listclusters/SyncListClustersString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/AsyncListInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/AsyncListInstances.java index e248fd8e612d..779c1e3e2a37 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/AsyncListInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/AsyncListInstancesPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/AsyncListInstancesPaged.java index a045b6d953e3..fb788235354c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/AsyncListInstancesPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstances.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstances.java index d9472784d9a2..15b175b72466 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstances.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesClustername.java index cd7f6fb1c3bf..4d460758b533 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesString.java index 26bf1707af4c..f292d330ddf6 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listinstances/SyncListInstancesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/AsyncListLocations.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/AsyncListLocations.java index 09d21b9d7487..0d80c908bd23 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/AsyncListLocations.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/AsyncListLocationsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/AsyncListLocationsPaged.java index 7188ac6f2119..80a4559cef40 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/AsyncListLocationsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/SyncListLocations.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/SyncListLocations.java index f91010b6f163..6c4f72463886 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listlocations/SyncListLocations.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java index 2122acd976c4..0dd2996ac041 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java index 0f0744809176..30b4736a9625 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/AsyncListSupportedDatabaseFlagsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java index 97334dec0546..5c9ee90b0c31 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java index c5b0d28030ae..309b07342503 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java index 1d5bffb5f4bf..7398976f26ce 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listsupporteddatabaseflags/SyncListSupportedDatabaseFlagsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsers.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsers.java index cd36368825de..5ea9a5d2ab4b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsers.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsersPaged.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsersPaged.java index 1c9c43921142..7bb93b14bc93 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsersPaged.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/AsyncListUsersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsers.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsers.java index 77391cbf8bce..1dbf958f8a01 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsers.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersClustername.java index 9b0b847dff18..5a9833337827 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersString.java index ada26bdaddc9..e1d33c8c7c00 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/listusers/SyncListUsersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteCluster.java index 3bc765cb1cde..501eebc9a271 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java index f3820ac60347..5b38e2992a76 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/AsyncPromoteClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteCluster.java index 33236aa6df0d..c6ef45280233 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java index 33892e9125ac..813cbada74f1 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterString.java index 58dfffba3765..f47b823cac4b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/promotecluster/SyncPromoteClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstance.java index a0a4fa6e3a1c..06e3be41e08b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java index 5d4084ea7bb4..bc32717d0f05 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/AsyncRestartInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstance.java index 9a9e03e0817b..9625615bcded 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java index f598b36ef88e..c8dea9b0613a 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceString.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceString.java index 1b3db81e0c50..23ccf5899ad7 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceString.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restartinstance/SyncRestartInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreCluster.java index c1ef1b2b2277..4d331cb41d56 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java index 9ed852273c0f..b6ee50d0fa9f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/AsyncRestoreClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/SyncRestoreCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/SyncRestoreCluster.java index f4809c3e1650..8af1e71d8d1c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/SyncRestoreCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/restorecluster/SyncRestoreCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackup.java index ea6f488aa895..eb8b4718c10c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java index df0cc9791177..2c789bbc1c61 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/AsyncUpdateBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackup.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackup.java index 7e3f7c3b768e..8be3f5711448 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackup.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java index cee2a4fbf98c..22cf91e1d69d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatebackup/SyncUpdateBackupBackupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/AsyncUpdateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/AsyncUpdateCluster.java index 8ece496c7dbb..d75f82ba125b 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/AsyncUpdateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java index da57158185fd..a68c4d017339 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/AsyncUpdateClusterLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/SyncUpdateCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/SyncUpdateCluster.java index d349ff8d8caa..a1ac2cd73782 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/SyncUpdateCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java index bca90705e1a1..9ec3564a71b5 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updatecluster/SyncUpdateClusterClusterFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstance.java index 80b8b0b21558..0c1a0bad4566 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java index 2de20940b1ca..ac5348ec8066 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/AsyncUpdateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstance.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstance.java index ad40e50aa4cb..a4ea5ac58ca9 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstance.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java index ffb5ca103343..75669cee525d 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateinstance/SyncUpdateInstanceInstanceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/AsyncUpdateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/AsyncUpdateUser.java index 3d326a4a2f72..3457dc5b7400 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/AsyncUpdateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/AsyncUpdateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUser.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUser.java index 38e5141521c2..53382aff9c18 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUser.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java index 0a2d3a9f2309..f86061b6b610 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadmin/updateuser/SyncUpdateUserUserFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadminsettings/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadminsettings/getcluster/SyncGetCluster.java index bdb6ae1e6860..0087e128f73f 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadminsettings/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/alloydbadminsettings/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-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java index f26018cd6ea8..dc565cf0052c 100644 --- a/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/stub/alloydbadminstubsettings/getcluster/SyncGetCluster.java +++ b/java-alloydb/samples/snippets/generated/com/google/cloud/alloydb/v1beta/stub/alloydbadminstubsettings/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-analytics-admin/README.md b/java-analytics-admin/README.md index f48fecd1813c..acb41bd336ce 100644 --- a/java-analytics-admin/README.md +++ b/java-analytics-admin/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.analytics/google-analytics-admin.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.44.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.45.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-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java index efc0a06ba2c0..c3abecba3d7c 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java index 7d559715268e..22426b9e2853 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1059,7 +1059,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AnalyticsAdminServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AnalyticsAdminServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/package-info.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/package-info.java index e65310bab29e..f30942c8ee3e 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/package-info.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/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-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStub.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStub.java index 49db6e5c403c..0717f90c3941 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStub.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStubSettings.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStubSettings.java index dedfbb1276e2..f59f2b8bbbee 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStubSettings.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -3257,7 +3257,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( @@ -3266,7 +3265,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-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceCallableFactory.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceCallableFactory.java index a9b54024b1d3..d9ad7d95b4e0 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceCallableFactory.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java index d13699b2b207..7b68017d1401 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java index ffd4e7a8f463..4b34152f1bce 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceStub.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceStub.java index a0cbc4298bf3..e04483f47a17 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceStub.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/HttpJsonAnalyticsAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClient.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClient.java index 29cad4f7f9cc..d38dea792a50 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClient.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceSettings.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceSettings.java index a80119445802..41a70eb88882 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceSettings.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -434,7 +434,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AnalyticsAdminServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AnalyticsAdminServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/package-info.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/package-info.java index c0e64dab1046..fa001a39b644 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/package-info.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/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-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStub.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStub.java index 8183f4830e4c..f8effff3182f 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStub.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStubSettings.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStubSettings.java index 22e763a634ca..0026cf015e95 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStubSettings.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/AnalyticsAdminServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1361,7 +1361,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( @@ -1370,7 +1369,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-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceCallableFactory.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceCallableFactory.java index 67efec9af9f7..3a98bf60358b 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceCallableFactory.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceStub.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceStub.java index bce69f6f8f3f..8562798d9ce7 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceStub.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java index 341cdc88c6e9..0cba9b9a7442 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceStub.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceStub.java index 0ead44b5aba3..4d8b76a70ebc 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceStub.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/HttpJsonAnalyticsAdminServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientHttpJsonTest.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientHttpJsonTest.java index 9744ddaaab47..c60bc6cd5ace 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientHttpJsonTest.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientTest.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientTest.java index efaf14af3051..2ee873408df3 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientTest.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminService.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminService.java index 329c6e4fd2bb..93f7c57d49e0 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminService.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminServiceImpl.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminServiceImpl.java index f1b92039ea88..7c5f2b837d13 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminServiceImpl.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/MockAnalyticsAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientHttpJsonTest.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientHttpJsonTest.java index 078158939dc5..a30bb52bc7a9 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientHttpJsonTest.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientTest.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientTest.java index 4dfeecd7548b..ec08f254b7bd 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientTest.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminService.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminService.java index eb54720c7517..2b9954db20f6 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminService.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminServiceImpl.java b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminServiceImpl.java index a3004b108c44..7a2cf4801d59 100644 --- a/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminServiceImpl.java +++ b/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/MockAnalyticsAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccessBindingName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccessBindingName.java index bb44305059af..ace9ed29eb6f 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccessBindingName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccessBindingName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccountName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccountName.java index 064a88f1fd54..44c4fa1f00b8 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccountName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccountName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AdSenseLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AdSenseLinkName.java index 5da45f27d207..8b4322e60810 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AdSenseLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AdSenseLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AttributionSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AttributionSettingsName.java index 3d171d40a5f4..d79f54976a08 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AttributionSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AttributionSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AudienceName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AudienceName.java index 8deaf8c10305..1ee2a050825b 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AudienceName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AudienceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/BigQueryLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/BigQueryLinkName.java index 92c19a5b121a..d9747ba57724 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/BigQueryLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/BigQueryLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CalculatedMetricName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CalculatedMetricName.java index 5982688270b6..c8037094b26f 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CalculatedMetricName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CalculatedMetricName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ChannelGroupName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ChannelGroupName.java index dded2870ce6c..852bcf49907d 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ChannelGroupName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ChannelGroupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ConversionEventName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ConversionEventName.java index 36bc690843fa..b5f38a4ac3be 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ConversionEventName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ConversionEventName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomDimensionName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomDimensionName.java index 7d070478e6ba..2095ec5b1b77 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomDimensionName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomDimensionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomMetricName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomMetricName.java index 1711b93d5030..3f3455f1d9ee 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomMetricName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomMetricName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRedactionSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRedactionSettingsName.java index 46305cd6cbfd..bdbd22f7b002 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRedactionSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRedactionSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRetentionSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRetentionSettingsName.java index 9f9ff8c5c565..ae1427b09dfe 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRetentionSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataRetentionSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataSharingSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataSharingSettingsName.java index 10d7a1322e4d..7b7753190616 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataSharingSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataSharingSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataStreamName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataStreamName.java index d41d824d1afb..7e86e405f18f 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataStreamName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DataStreamName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkName.java index aa22f1158a99..4cc7b1c797f7 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkProposalName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkProposalName.java index d297c0dea567..8b60768098b2 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkProposalName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/DisplayVideo360AdvertiserLinkProposalName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EnhancedMeasurementSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EnhancedMeasurementSettingsName.java index 7446f82f3cde..dfd0f4ca49d5 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EnhancedMeasurementSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EnhancedMeasurementSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EventCreateRuleName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EventCreateRuleName.java index 244d2c6432d9..d82501d33eaa 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EventCreateRuleName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/EventCreateRuleName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ExpandedDataSetName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ExpandedDataSetName.java index 3351014d616e..7d8c20b8beb1 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ExpandedDataSetName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ExpandedDataSetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/FirebaseLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/FirebaseLinkName.java index be70ec75bb51..a5e0554f188b 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/FirebaseLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/FirebaseLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GlobalSiteTagName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GlobalSiteTagName.java index 5acf2c216e79..8736196230e5 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GlobalSiteTagName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GlobalSiteTagName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleAdsLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleAdsLinkName.java index 61272f7a4e7b..8225f5c0217c 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleAdsLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleAdsLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleSignalsSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleSignalsSettingsName.java index 9d3c145bd0b5..ebcc16593afb 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleSignalsSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/GoogleSignalsSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/MeasurementProtocolSecretName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/MeasurementProtocolSecretName.java index 9657c9641b42..900b486e95e4 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/MeasurementProtocolSecretName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/MeasurementProtocolSecretName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/PropertyName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/PropertyName.java index ab6996806706..ec7935dc8512 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/PropertyName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/PropertyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/RollupPropertySourceLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/RollupPropertySourceLinkName.java index 9b9da87541d2..5b3e95704760 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/RollupPropertySourceLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/RollupPropertySourceLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SKAdNetworkConversionValueSchemaName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SKAdNetworkConversionValueSchemaName.java index afde69da6e84..f5a66b0d9ad1 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SKAdNetworkConversionValueSchemaName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SKAdNetworkConversionValueSchemaName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SearchAds360LinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SearchAds360LinkName.java index 6bdd53d2b330..dbe6366b277d 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SearchAds360LinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SearchAds360LinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SubpropertyEventFilterName.java b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SubpropertyEventFilterName.java index b160ace54854..75a80140b65d 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SubpropertyEventFilterName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SubpropertyEventFilterName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/AccountName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/AccountName.java index f5e986386ada..8bf232f1ad5a 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/AccountName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/AccountName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ConversionEventName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ConversionEventName.java index cab2dedd1b29..bf9ff02ea4ea 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ConversionEventName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ConversionEventName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomDimensionName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomDimensionName.java index 72c37dbf52f4..01c4cc37d2a5 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomDimensionName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomDimensionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomMetricName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomMetricName.java index 25f828ebac77..0cab99118147 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomMetricName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomMetricName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataRetentionSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataRetentionSettingsName.java index 0e9647f3f3e9..944587eafd66 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataRetentionSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataRetentionSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataSharingSettingsName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataSharingSettingsName.java index 4cf40a196b09..c862ee270bf4 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataSharingSettingsName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataSharingSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataStreamName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataStreamName.java index c2c793c43a9a..cecc7269645c 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataStreamName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/DataStreamName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/FirebaseLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/FirebaseLinkName.java index f895a87205a5..511f1ae01626 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/FirebaseLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/FirebaseLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/GoogleAdsLinkName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/GoogleAdsLinkName.java index e7c52e2be087..24e7d1752574 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/GoogleAdsLinkName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/GoogleAdsLinkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/MeasurementProtocolSecretName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/MeasurementProtocolSecretName.java index 6fe8d2ac4440..8183b5d63aa3 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/MeasurementProtocolSecretName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/MeasurementProtocolSecretName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/PropertyName.java b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/PropertyName.java index c96085b152d3..4a1d1b6dcad2 100644 --- a/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/PropertyName.java +++ b/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/PropertyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java index d83be9cbc8df..487f485fbdaa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java index 87cebc817d07..a9cb9157b2e2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/AsyncApproveDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/AsyncApproveDisplayVideo360AdvertiserLinkProposal.java index 7c3645968ff2..0c622bb004d1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/AsyncApproveDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/AsyncApproveDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/SyncApproveDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/SyncApproveDisplayVideo360AdvertiserLinkProposal.java index 7af098fa8e30..e26ba60d90d2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/SyncApproveDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/approvedisplayvideo360advertiserlinkproposal/SyncApproveDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/AsyncArchiveAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/AsyncArchiveAudience.java index 3823663e4c1a..3e8d04395863 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/AsyncArchiveAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/AsyncArchiveAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/SyncArchiveAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/SyncArchiveAudience.java index 263093631073..43303fcdfae0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/SyncArchiveAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archiveaudience/SyncArchiveAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java index 2296dddc08d7..ae66e78a148e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java index 34b368601212..52856ca90e7e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java index b7cdb6406e69..14b1138c45a1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java index 3a6884f0bfc3..094edfa02592 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java index fd1637bb0cee..1229c8ad1d59 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java index 98bafb3e2f34..a183bb379f14 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java index 58f137dff2ea..04e3a4613da9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java index 42c0c4cfc8b6..719bb83a9b32 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/AsyncBatchCreateAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/AsyncBatchCreateAccessBindings.java index fccc8c326ac5..696b3cd78618 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/AsyncBatchCreateAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/AsyncBatchCreateAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/SyncBatchCreateAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/SyncBatchCreateAccessBindings.java index 7d49471f3f22..82850d7af6c7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/SyncBatchCreateAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchcreateaccessbindings/SyncBatchCreateAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/AsyncBatchDeleteAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/AsyncBatchDeleteAccessBindings.java index 35b170fec29e..7f3756af31e4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/AsyncBatchDeleteAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/AsyncBatchDeleteAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/SyncBatchDeleteAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/SyncBatchDeleteAccessBindings.java index dbf55de7ade6..0b7d74314579 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/SyncBatchDeleteAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchdeleteaccessbindings/SyncBatchDeleteAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/AsyncBatchGetAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/AsyncBatchGetAccessBindings.java index d9aae859e7fe..4b8e18b9be81 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/AsyncBatchGetAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/AsyncBatchGetAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/SyncBatchGetAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/SyncBatchGetAccessBindings.java index 42e131f54ac1..37f9fc50cffb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/SyncBatchGetAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchgetaccessbindings/SyncBatchGetAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/AsyncBatchUpdateAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/AsyncBatchUpdateAccessBindings.java index e37704a53880..58da97c56d07 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/AsyncBatchUpdateAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/AsyncBatchUpdateAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/SyncBatchUpdateAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/SyncBatchUpdateAccessBindings.java index 3081c448ea59..f9ebfb8cbe50 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/SyncBatchUpdateAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/batchupdateaccessbindings/SyncBatchUpdateAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/AsyncCancelDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/AsyncCancelDisplayVideo360AdvertiserLinkProposal.java index 48077645358e..e3e6b0771a40 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/AsyncCancelDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/AsyncCancelDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/SyncCancelDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/SyncCancelDisplayVideo360AdvertiserLinkProposal.java index 0676e93658b0..adb2bacc2b8f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/SyncCancelDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/canceldisplayvideo360advertiserlinkproposal/SyncCancelDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetCredentialsProvider.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetCredentialsProvider.java index 1100409a3a39..062b4337467b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/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-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetCredentialsProvider1.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetCredentialsProvider1.java index f1a9af963886..741c02f17874 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/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-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetEndpoint.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetEndpoint.java index 8aa9ba41131d..30fa418da940 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/create/SyncCreateSetEndpoint.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/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-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/AsyncCreateAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/AsyncCreateAccessBinding.java index 6c34d33243d6..eb1a57a8cf86 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/AsyncCreateAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/AsyncCreateAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBinding.java index 16c5aec8c8d1..2bcb5074c1dd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingAccountnameAccessbinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingAccountnameAccessbinding.java index f86d22100639..3af0c939cc4b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingAccountnameAccessbinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingAccountnameAccessbinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingPropertynameAccessbinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingPropertynameAccessbinding.java index 58b79fbac8ce..cf5dcb75dda9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingPropertynameAccessbinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingPropertynameAccessbinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingStringAccessbinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingStringAccessbinding.java index cfb9550fadd4..bb315eee5b5e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingStringAccessbinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaccessbinding/SyncCreateAccessBindingStringAccessbinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/AsyncCreateAdSenseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/AsyncCreateAdSenseLink.java index 00a351c11c2b..f2f92798268f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/AsyncCreateAdSenseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/AsyncCreateAdSenseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLink.java index 999fde298e2b..62a75e0f8491 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkPropertynameAdsenselink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkPropertynameAdsenselink.java index f28945b972a7..6da12f24a44a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkPropertynameAdsenselink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkPropertynameAdsenselink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkStringAdsenselink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkStringAdsenselink.java index 286320925294..0facefac4d8e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkStringAdsenselink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createadsenselink/SyncCreateAdSenseLinkStringAdsenselink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/AsyncCreateAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/AsyncCreateAudience.java index 1d1d09de85a7..f5903a748510 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/AsyncCreateAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/AsyncCreateAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudience.java index 2088abe2541e..5477197ca02b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudiencePropertynameAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudiencePropertynameAudience.java index 46b31315e41d..de44fc9f3c87 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudiencePropertynameAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudiencePropertynameAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudienceStringAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudienceStringAudience.java index e255595f717a..38ca56255738 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudienceStringAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createaudience/SyncCreateAudienceStringAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/AsyncCreateCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/AsyncCreateCalculatedMetric.java index 60a6fbfa17c8..f64b5f5941ae 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/AsyncCreateCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/AsyncCreateCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetric.java index c0cab922f626..eb3037a8a095 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricPropertynameCalculatedmetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricPropertynameCalculatedmetricString.java index 516c9ededf16..e8ec57f35b08 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricPropertynameCalculatedmetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricPropertynameCalculatedmetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricStringCalculatedmetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricStringCalculatedmetricString.java index 8fd710454adb..701f5980428a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricStringCalculatedmetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcalculatedmetric/SyncCreateCalculatedMetricStringCalculatedmetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/AsyncCreateChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/AsyncCreateChannelGroup.java index 51735205e5f3..1a4da134c42c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/AsyncCreateChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/AsyncCreateChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroup.java index 5051d4b5af35..e6e03513dbd5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupPropertynameChannelgroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupPropertynameChannelgroup.java index 94b1636e2981..6a4d061f7cc6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupPropertynameChannelgroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupPropertynameChannelgroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupStringChannelgroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupStringChannelgroup.java index 1dca904a79bf..8bb3b47a8720 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupStringChannelgroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createchannelgroup/SyncCreateChannelGroupStringChannelgroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/AsyncCreateConnectedSiteTag.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/AsyncCreateConnectedSiteTag.java index cb7e83cae127..608ffefd1012 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/AsyncCreateConnectedSiteTag.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/AsyncCreateConnectedSiteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/SyncCreateConnectedSiteTag.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/SyncCreateConnectedSiteTag.java index 985e5fa081ea..867f92692052 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/SyncCreateConnectedSiteTag.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconnectedsitetag/SyncCreateConnectedSiteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java index 505b56ed7861..9dba2dd5625d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java index 344af7a09a08..fd35030ddf04 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java index ba59abb45a25..cdd42f9b786f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java index 22d0700e696a..893d1829994a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java index 9b330d70bcac..da11a3e98540 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java index 68b66b847bac..86e31e3941c8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java index 83c003e72d0d..f99cc5d63dac 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java index d235f42bbfef..9d27afa50a6e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java index 5056a3443b0c..50234b0d352e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java index cb6b7261a0e6..f78697c8a5f8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java index dd8c9c556e97..22859b8246bb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java index 686ab19d714c..d6fbce02e744 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/AsyncCreateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/AsyncCreateDataStream.java index 22aa9b9804e9..66acc999b547 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/AsyncCreateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/AsyncCreateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStream.java index a0e6023e926e..c0817c50d7c5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java index 4eb7412d5a57..022c64588431 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java index 164a0aa554dd..2b28e79f8cb9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/AsyncCreateDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/AsyncCreateDisplayVideo360AdvertiserLink.java index 6491daf74cad..386ddc21f063 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/AsyncCreateDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/AsyncCreateDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLink.java index 3e88dc116042..883d32fb57d2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkPropertynameDisplayvideo360Advertiserlink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkPropertynameDisplayvideo360Advertiserlink.java index 7c781b927bf1..0ee17082ec2e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkPropertynameDisplayvideo360Advertiserlink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkPropertynameDisplayvideo360Advertiserlink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkStringDisplayvideo360Advertiserlink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkStringDisplayvideo360Advertiserlink.java index 06cab2da9814..94f66bc37e1b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkStringDisplayvideo360Advertiserlink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlink/SyncCreateDisplayVideo360AdvertiserLinkStringDisplayvideo360Advertiserlink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/AsyncCreateDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/AsyncCreateDisplayVideo360AdvertiserLinkProposal.java index 6f630eb4a760..841e8320ab60 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/AsyncCreateDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/AsyncCreateDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposal.java index d6b4e2797dcd..ed289461c016 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalPropertynameDisplayvideo360Advertiserlinkproposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalPropertynameDisplayvideo360Advertiserlinkproposal.java index d6ae32857c2d..8a5b5fe06d03 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalPropertynameDisplayvideo360Advertiserlinkproposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalPropertynameDisplayvideo360Advertiserlinkproposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalStringDisplayvideo360Advertiserlinkproposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalStringDisplayvideo360Advertiserlinkproposal.java index e99cefcee69d..f2dd43dd9c29 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalStringDisplayvideo360Advertiserlinkproposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createdisplayvideo360advertiserlinkproposal/SyncCreateDisplayVideo360AdvertiserLinkProposalStringDisplayvideo360Advertiserlinkproposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/AsyncCreateEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/AsyncCreateEventCreateRule.java index c6ec6adc8281..8b7c95be7284 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/AsyncCreateEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/AsyncCreateEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRule.java index 9254202c4a67..7a8c59d6d391 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleDatastreamnameEventcreaterule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleDatastreamnameEventcreaterule.java index 02da52bcd18e..f292ad85473a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleDatastreamnameEventcreaterule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleDatastreamnameEventcreaterule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleStringEventcreaterule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleStringEventcreaterule.java index 599e28b1ef02..86579e4f725c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleStringEventcreaterule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createeventcreaterule/SyncCreateEventCreateRuleStringEventcreaterule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/AsyncCreateExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/AsyncCreateExpandedDataSet.java index 20cc0edb770b..5ef7a38b0138 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/AsyncCreateExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/AsyncCreateExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSet.java index a7a0fb308379..fa3d3ad07acc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetPropertynameExpandeddataset.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetPropertynameExpandeddataset.java index 689ee33b056c..132fb41199f3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetPropertynameExpandeddataset.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetPropertynameExpandeddataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetStringExpandeddataset.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetStringExpandeddataset.java index a0a564670c19..929c77005b2f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetStringExpandeddataset.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createexpandeddataset/SyncCreateExpandedDataSetStringExpandeddataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java index b01087167574..23fd5445781e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java index e2e9ad121b8c..33a665562a07 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java index e27ec8b946f7..8711d29cd061 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java index aa6afd75d993..f0caf91f1c28 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java index da9df6e8510a..48ada7db0e6b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java index 1f0b97810618..57fda8ba3a13 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java index 9db8136312e9..3ba4bbcdadf9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java index d02ae2caaeeb..dd683c70d687 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java index 4975522ee1cc..3480d51fe190 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java index a5a44fa245de..4d211cf19fe9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java index ae7df02bca69..e90543a1f485 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java index 7606f09f9f14..d1d653a98b80 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/AsyncCreateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/AsyncCreateProperty.java index 49c49ea820a0..731303968a15 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/AsyncCreateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/AsyncCreateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreateProperty.java index 5b66f3f40b21..980a508d8957 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java index 52c37531a7a8..b4ed9afcaa44 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/AsyncCreateRollupProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/AsyncCreateRollupProperty.java index aa840b2700af..717f8af28844 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/AsyncCreateRollupProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/AsyncCreateRollupProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/SyncCreateRollupProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/SyncCreateRollupProperty.java index da24e9d8d397..a872f34c606b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/SyncCreateRollupProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrollupproperty/SyncCreateRollupProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/AsyncCreateRollupPropertySourceLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/AsyncCreateRollupPropertySourceLink.java index a40fc8b544e7..d420563f2e68 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/AsyncCreateRollupPropertySourceLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/AsyncCreateRollupPropertySourceLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLink.java index 4903bce8e378..62fe3c1fe0fe 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkPropertynameRolluppropertysourcelink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkPropertynameRolluppropertysourcelink.java index 2b781fd8752c..334133d715be 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkPropertynameRolluppropertysourcelink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkPropertynameRolluppropertysourcelink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkStringRolluppropertysourcelink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkStringRolluppropertysourcelink.java index 690f568d3b5d..0e73c8021d9b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkStringRolluppropertysourcelink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createrolluppropertysourcelink/SyncCreateRollupPropertySourceLinkStringRolluppropertysourcelink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/AsyncCreateSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/AsyncCreateSearchAds360Link.java index 35aa79440e65..9bebf6182d63 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/AsyncCreateSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/AsyncCreateSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360Link.java index db9b2cf0dc4a..c6307e7490ef 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkPropertynameSearchads360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkPropertynameSearchads360Link.java index 878deb650943..f35078ee212f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkPropertynameSearchads360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkPropertynameSearchads360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkStringSearchads360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkStringSearchads360Link.java index 462c100262c6..af1af7df4a4d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkStringSearchads360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsearchads360link/SyncCreateSearchAds360LinkStringSearchads360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/AsyncCreateSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/AsyncCreateSKAdNetworkConversionValueSchema.java index a2ce5103e63f..3e399f9c4b8c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/AsyncCreateSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/AsyncCreateSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchema.java index 863ef3915bab..b3053570857a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaDatastreamnameSkadnetworkconversionvalueschema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaDatastreamnameSkadnetworkconversionvalueschema.java index 7ef32b035e33..ea5bbd9d49f5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaDatastreamnameSkadnetworkconversionvalueschema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaDatastreamnameSkadnetworkconversionvalueschema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaStringSkadnetworkconversionvalueschema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaStringSkadnetworkconversionvalueschema.java index d15456d73a59..f7eef83298ec 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaStringSkadnetworkconversionvalueschema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createskadnetworkconversionvalueschema/SyncCreateSKAdNetworkConversionValueSchemaStringSkadnetworkconversionvalueschema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/AsyncCreateSubproperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/AsyncCreateSubproperty.java index 0cb37e9b0426..14b59b3b5e37 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/AsyncCreateSubproperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/AsyncCreateSubproperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/SyncCreateSubproperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/SyncCreateSubproperty.java index 0dfc254730b6..561fc87da1e5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/SyncCreateSubproperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubproperty/SyncCreateSubproperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/AsyncCreateSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/AsyncCreateSubpropertyEventFilter.java index c463be239921..00d5b40a03e9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/AsyncCreateSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/AsyncCreateSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilter.java index bbf0c9dbf329..fd5a59df19ec 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterPropertynameSubpropertyeventfilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterPropertynameSubpropertyeventfilter.java index d8354b005a84..f1990ec9c056 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterPropertynameSubpropertyeventfilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterPropertynameSubpropertyeventfilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterStringSubpropertyeventfilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterStringSubpropertyeventfilter.java index 6368d375a60b..27e15e1429a5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterStringSubpropertyeventfilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/createsubpropertyeventfilter/SyncCreateSubpropertyEventFilterStringSubpropertyeventfilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/AsyncDeleteAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/AsyncDeleteAccessBinding.java index 375ade59d2fa..65a653dc2666 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/AsyncDeleteAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/AsyncDeleteAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBinding.java index 3f4ded0b57b5..672fc71e5377 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingAccessbindingname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingAccessbindingname.java index c32b46a9c7ae..bcc179130056 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingAccessbindingname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingAccessbindingname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingString.java index 7003a150fea8..68ccf35c0671 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccessbinding/SyncDeleteAccessBindingString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java index 95eca8014277..b2fe8e8678d2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccount.java index 45e491e1bad4..e09a15b89b2e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java index 370cd0acf84b..8ac3594958a0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java index 5add39426aef..f621a1ed4e82 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/AsyncDeleteAdSenseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/AsyncDeleteAdSenseLink.java index 8fbc2dcabf48..5812e048644b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/AsyncDeleteAdSenseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/AsyncDeleteAdSenseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLink.java index e5096303fa1d..4e0ebfaf036e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkAdsenselinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkAdsenselinkname.java index b20c3173bc5f..35cd5ee212da 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkAdsenselinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkAdsenselinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkString.java index adfaf137b095..111e1e958801 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteadsenselink/SyncDeleteAdSenseLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/AsyncDeleteCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/AsyncDeleteCalculatedMetric.java index 7fd664366505..38cf4063074a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/AsyncDeleteCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/AsyncDeleteCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetric.java index 539e698e8760..9ca9fc6f7ddf 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricCalculatedmetricname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricCalculatedmetricname.java index 4c271b318e86..5b9894a55fc9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricCalculatedmetricname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricCalculatedmetricname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricString.java index bf97ca0556a8..dbbec1057d77 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletecalculatedmetric/SyncDeleteCalculatedMetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/AsyncDeleteChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/AsyncDeleteChannelGroup.java index d47e47cbd82c..3af2ef91623f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/AsyncDeleteChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/AsyncDeleteChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroup.java index 9868ff4122cd..3aca14449a42 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupChannelgroupname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupChannelgroupname.java index f68ddfd6cde5..ae1a95218074 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupChannelgroupname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupChannelgroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupString.java index 50196a899fc0..60d228f58859 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletechannelgroup/SyncDeleteChannelGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/AsyncDeleteConnectedSiteTag.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/AsyncDeleteConnectedSiteTag.java index 881d43e63b9f..198f38392d6e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/AsyncDeleteConnectedSiteTag.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/AsyncDeleteConnectedSiteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/SyncDeleteConnectedSiteTag.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/SyncDeleteConnectedSiteTag.java index 7720d5cab67d..be89fa14dc8b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/SyncDeleteConnectedSiteTag.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconnectedsitetag/SyncDeleteConnectedSiteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java index 845a815620d8..5ca82033ef7b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java index fe8eed477f84..fd8f916a5be7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java index 2bd7c1107812..6ce35355bd84 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java index 29d02b23ccf8..ef362cb8e5a0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java index 4e485d096b55..aba7cb399f73 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java index 7493bd7eee0e..a370d41c1b93 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java index f29d215df4c0..a0df02ef3b10 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java index 10feba7197b1..79cc3999dc39 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/AsyncDeleteDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/AsyncDeleteDisplayVideo360AdvertiserLink.java index 8bdd889cd4fe..e0f2ed299e8d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/AsyncDeleteDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/AsyncDeleteDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLink.java index 0c626223940e..4dc9fae8ff1d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java index 4658dc2c3e12..611b9d5847b8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkString.java index 03b295dd02e4..221780f4d2e3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlink/SyncDeleteDisplayVideo360AdvertiserLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/AsyncDeleteDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/AsyncDeleteDisplayVideo360AdvertiserLinkProposal.java index 236633fb6108..ba8303f5f3ba 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/AsyncDeleteDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/AsyncDeleteDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposal.java index da870e599c2a..f4d0c546b77a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java index fbfcd6958237..de0b8b5b0ce9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalString.java index c14f9673b7f9..ada2cf8e330b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletedisplayvideo360advertiserlinkproposal/SyncDeleteDisplayVideo360AdvertiserLinkProposalString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/AsyncDeleteEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/AsyncDeleteEventCreateRule.java index f9ed6e503a62..5912374f8927 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/AsyncDeleteEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/AsyncDeleteEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRule.java index 71c4674e193d..379945e5f379 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleEventcreaterulename.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleEventcreaterulename.java index 296566fe11b4..e2d3331382c2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleEventcreaterulename.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleEventcreaterulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleString.java index 0f888f5ff942..d791caba802a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteeventcreaterule/SyncDeleteEventCreateRuleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/AsyncDeleteExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/AsyncDeleteExpandedDataSet.java index 9e4d0ba823a6..dda1be9a98f2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/AsyncDeleteExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/AsyncDeleteExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSet.java index d031f0aeae57..31f412f99d87 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetExpandeddatasetname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetExpandeddatasetname.java index 0122225fca29..77125a084c57 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetExpandeddatasetname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetExpandeddatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetString.java index 00b568824adf..0708855a08ac 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteexpandeddataset/SyncDeleteExpandedDataSetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java index b741a087a5d8..eaf209b55368 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java index b7f4246ef8dd..2cdda9360190 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java index 87e36317ff2f..b23bcadce803 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java index 14e46074bd04..71c6c3c6414a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java index e866100c3ca1..bcd7f99de73e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java index bd0143f5eac1..3e76b52437ef 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java index 1c673b7c0e27..b1dc4a33f14f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java index ff5d1d81ef83..80f9a6dfeeac 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java index 6fd531ae8a3c..8b2dc2d65ea0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java index 1228d054c9d4..4366e88e0479 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java index 5eebfb22d12d..03a6d540485d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java index 74ace7e32046..5006480ea7e8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java index 1e88015ebb1a..d0393e7f2168 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeleteProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeleteProperty.java index d743b54633e6..44bbb3f7eda5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeleteProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeleteProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java index 18c3b5c45403..c2197c2074d7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java index 6bc708aeab3a..bddad11f09db 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/AsyncDeleteRollupPropertySourceLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/AsyncDeleteRollupPropertySourceLink.java index 064fc97ce2c1..f1b296098396 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/AsyncDeleteRollupPropertySourceLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/AsyncDeleteRollupPropertySourceLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLink.java index ee82ea7fdbe2..5acb9150cbee 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkRolluppropertysourcelinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkRolluppropertysourcelinkname.java index 2be3fe2664fb..10d883473bd0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkRolluppropertysourcelinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkRolluppropertysourcelinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkString.java index e540e8a9fcc4..76b48d1607a8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleterolluppropertysourcelink/SyncDeleteRollupPropertySourceLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/AsyncDeleteSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/AsyncDeleteSearchAds360Link.java index 44152c3608ef..8a545f21cb42 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/AsyncDeleteSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/AsyncDeleteSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360Link.java index 7d5b03503c34..5abf86f50471 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkSearchads360Linkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkSearchads360Linkname.java index 89e4ffaaba52..cd60d81544ab 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkSearchads360Linkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkSearchads360Linkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkString.java index 354c94372d4c..e22cf57d1c55 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesearchads360link/SyncDeleteSearchAds360LinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/AsyncDeleteSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/AsyncDeleteSKAdNetworkConversionValueSchema.java index 2dbcb398e634..012c31e027cb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/AsyncDeleteSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/AsyncDeleteSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchema.java index 87a6bc99e0c8..b75082e0cf04 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java index a792ae2827e8..27e648708802 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaString.java index 643a1e827913..ef11c037fffd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deleteskadnetworkconversionvalueschema/SyncDeleteSKAdNetworkConversionValueSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/AsyncDeleteSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/AsyncDeleteSubpropertyEventFilter.java index 3348d26efbc1..1f666f741919 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/AsyncDeleteSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/AsyncDeleteSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilter.java index 7fa254e79cd9..6884ee014628 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterString.java index ffef09efdf5a..af71a2225ce4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterSubpropertyeventfiltername.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterSubpropertyeventfiltername.java index ede36e1b1916..a03f0b4b3d90 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterSubpropertyeventfiltername.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/deletesubpropertyeventfilter/SyncDeleteSubpropertyEventFilterSubpropertyeventfiltername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/AsyncFetchAutomatedGa4ConfigurationOptOut.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/AsyncFetchAutomatedGa4ConfigurationOptOut.java index 50cd507acf74..9a7d9b2b9fb9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/AsyncFetchAutomatedGa4ConfigurationOptOut.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/AsyncFetchAutomatedGa4ConfigurationOptOut.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/SyncFetchAutomatedGa4ConfigurationOptOut.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/SyncFetchAutomatedGa4ConfigurationOptOut.java index beef5da66756..141482011943 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/SyncFetchAutomatedGa4ConfigurationOptOut.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchautomatedga4configurationoptout/SyncFetchAutomatedGa4ConfigurationOptOut.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/AsyncFetchConnectedGa4Property.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/AsyncFetchConnectedGa4Property.java index 7c1f07faa692..9bb90000d6c6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/AsyncFetchConnectedGa4Property.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/AsyncFetchConnectedGa4Property.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/SyncFetchConnectedGa4Property.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/SyncFetchConnectedGa4Property.java index 390ebdfe30ad..cab3a337c683 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/SyncFetchConnectedGa4Property.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/fetchconnectedga4property/SyncFetchConnectedGa4Property.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/AsyncGetAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/AsyncGetAccessBinding.java index 34a090ac00b3..18a9271b2483 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/AsyncGetAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/AsyncGetAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBinding.java index 29e07e619a7f..f97cb9a6ebff 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingAccessbindingname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingAccessbindingname.java index f8f92a197b7a..8384231a55f4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingAccessbindingname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingAccessbindingname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingString.java index 3b0ea3bb0eda..a74e20f76ede 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccessbinding/SyncGetAccessBindingString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/AsyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/AsyncGetAccount.java index dc33596086de..bec22ef24643 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/AsyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/AsyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccount.java index a3cb13e36ff4..c462b989b076 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountAccountname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountAccountname.java index 06ad9b2d4f16..762fc8cde253 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountAccountname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountAccountname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountString.java index 884a340032c3..01044ba7f42c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaccount/SyncGetAccountString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/AsyncGetAdSenseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/AsyncGetAdSenseLink.java index e9c8e256e7ff..c81a61d01ea1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/AsyncGetAdSenseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/AsyncGetAdSenseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLink.java index fb1d1f19a351..1ebc8b2ce4f1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkAdsenselinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkAdsenselinkname.java index 6726548ffdd7..a28ea3fc5f7f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkAdsenselinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkAdsenselinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkString.java index 80725fa00886..4bb87d66acb5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getadsenselink/SyncGetAdSenseLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/AsyncGetAttributionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/AsyncGetAttributionSettings.java index dd0fafad7cdf..3fa55b4d714d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/AsyncGetAttributionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/AsyncGetAttributionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettings.java index 21d38f524e2c..eef173d9b4df 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsAttributionsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsAttributionsettingsname.java index eb6a192af92b..20c18da4b3c9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsAttributionsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsAttributionsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsString.java index a12a03def01d..40bec0ef7cb6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getattributionsettings/SyncGetAttributionSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/AsyncGetAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/AsyncGetAudience.java index 6d006b90f255..a0af3682244b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/AsyncGetAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/AsyncGetAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudience.java index 8418fd83b689..7b7ce7810265 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceAudiencename.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceAudiencename.java index 4670d6016ddf..35d41db7e77f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceAudiencename.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceAudiencename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceString.java index 2ee7c2a84a30..297e62a9e9be 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getaudience/SyncGetAudienceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/AsyncGetBigQueryLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/AsyncGetBigQueryLink.java index 45cc991bc30c..653e3c38c0ae 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/AsyncGetBigQueryLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/AsyncGetBigQueryLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLink.java index 62a2660908fb..00e3313dd4d0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkBigquerylinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkBigquerylinkname.java index 651d895444c0..1f4f74f7eb7d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkBigquerylinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkBigquerylinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkString.java index 6990829850ed..e9cabcd1d6e3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getbigquerylink/SyncGetBigQueryLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/AsyncGetCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/AsyncGetCalculatedMetric.java index 56a498cb0854..c96bbfa7fc14 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/AsyncGetCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/AsyncGetCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetric.java index 083a568ed461..364bb0ca02ca 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricCalculatedmetricname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricCalculatedmetricname.java index 48e9f8c3c83f..153dda346037 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricCalculatedmetricname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricCalculatedmetricname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricString.java index 074629440ecf..47dc143b715f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcalculatedmetric/SyncGetCalculatedMetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/AsyncGetChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/AsyncGetChannelGroup.java index 38e6b975966b..cf794a3894b2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/AsyncGetChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/AsyncGetChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroup.java index e6ed541c0d39..17153e4e8ca1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupChannelgroupname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupChannelgroupname.java index 714ddf3412f5..00eac3743f2b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupChannelgroupname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupChannelgroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupString.java index 46a792b27e28..2e3dec0236c0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getchannelgroup/SyncGetChannelGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java index 324fe0a4e67d..67d570b017f2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java index dd3d2e3d0a4b..1209de9b7eda 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java index 31799ac5f0a1..aed04f3b9de7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java index 540fba8dcc0f..a151783cfd13 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java index f67891990d11..8079a6aff065 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java index a9dc2dfe59f5..96f23fb9843d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java index d20f52ae0917..caeeb6f4c931 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java index fc30468102ba..07400f6000be 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java index eb85a408c91c..925c99479cdd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java index 5fc178a9b942..92fc01147f90 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java index 351f8a90d23b..e2d3317422e2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java index 9cc72d12f3fe..6b2ad45f4011 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/AsyncGetDataRedactionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/AsyncGetDataRedactionSettings.java index 17545517be26..4ca0931abe1f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/AsyncGetDataRedactionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/AsyncGetDataRedactionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettings.java index a7f5cb4941c2..57fe0a4c0bae 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsDataredactionsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsDataredactionsettingsname.java index 8ded74dfd4ef..93cd9ca1ded1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsDataredactionsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsDataredactionsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsString.java index 7541702a53a8..96922a089e83 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataredactionsettings/SyncGetDataRedactionSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java index 64c4f8298c1c..855f913094b0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java index 7db46020f5b6..398890c838ff 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java index d44bfb21f515..60c378f7422f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java index ed28614f0ea6..90dee5556dd4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java index d064749e1cb5..e71a9132ce90 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java index a155db112669..3c5bac5d9343 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java index f5b32719f5d6..498ab1b8bf78 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java index 91b31b900b01..c46a97d6526f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/AsyncGetDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/AsyncGetDataStream.java index d53a17750373..3307e4cee113 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/AsyncGetDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/AsyncGetDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStream.java index c46253b6009b..6b3002c04046 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java index efcec4150f63..00741826b184 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamString.java index 01ae417806d9..1cf7a0c22467 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdatastream/SyncGetDataStreamString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/AsyncGetDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/AsyncGetDisplayVideo360AdvertiserLink.java index 41d70ae253f4..c16a13997f15 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/AsyncGetDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/AsyncGetDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLink.java index a0a16dcee6f0..8c74960d4bb6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java index 46b362352875..94138c531661 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkDisplayvideo360Advertiserlinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkString.java index 954f31bacc26..bb070cbca647 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlink/SyncGetDisplayVideo360AdvertiserLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/AsyncGetDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/AsyncGetDisplayVideo360AdvertiserLinkProposal.java index e40f90f88759..ede2460af148 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/AsyncGetDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/AsyncGetDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposal.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposal.java index d9a0e9febb95..cd154329561d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposal.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java index aef36252224e..422abadeb1b3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalDisplayvideo360Advertiserlinkproposalname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalString.java index 2d9dd657b87e..0561c4ca872a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getdisplayvideo360advertiserlinkproposal/SyncGetDisplayVideo360AdvertiserLinkProposalString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/AsyncGetEnhancedMeasurementSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/AsyncGetEnhancedMeasurementSettings.java index 3784cfc42c41..309310610f8a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/AsyncGetEnhancedMeasurementSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/AsyncGetEnhancedMeasurementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettings.java index 7cfcc8ec0f60..dbd64411422e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsEnhancedmeasurementsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsEnhancedmeasurementsettingsname.java index 6764b834153f..482e7e70a112 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsEnhancedmeasurementsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsEnhancedmeasurementsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsString.java index 53be4646641e..7fe487af0605 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getenhancedmeasurementsettings/SyncGetEnhancedMeasurementSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/AsyncGetEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/AsyncGetEventCreateRule.java index 4b8623d8da04..ca6fe1963a0e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/AsyncGetEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/AsyncGetEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRule.java index 74596a62a973..5a83c9346b2d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleEventcreaterulename.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleEventcreaterulename.java index b1db0888d9c6..fef1621cbda7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleEventcreaterulename.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleEventcreaterulename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleString.java index 5ef4c0e5ad9a..3c8098811895 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/geteventcreaterule/SyncGetEventCreateRuleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/AsyncGetExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/AsyncGetExpandedDataSet.java index 6924dda0ffa9..c1c69f557577 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/AsyncGetExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/AsyncGetExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSet.java index b22ab8bb115c..62697a0cd356 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetExpandeddatasetname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetExpandeddatasetname.java index 89ceb62e31c3..6b9daa9e2331 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetExpandeddatasetname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetExpandeddatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetString.java index 39897300f620..d49c15e813f5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getexpandeddataset/SyncGetExpandedDataSetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/AsyncGetGlobalSiteTag.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/AsyncGetGlobalSiteTag.java index fe767002b6fd..06718e2b642f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/AsyncGetGlobalSiteTag.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/AsyncGetGlobalSiteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTag.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTag.java index 2deb65f30496..8bfd010d4cff 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTag.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagGlobalsitetagname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagGlobalsitetagname.java index 537dd57bbc78..0d4e9ecce58c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagGlobalsitetagname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagGlobalsitetagname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagString.java index cedb08c4def3..5e100ea00410 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getglobalsitetag/SyncGetGlobalSiteTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/AsyncGetGoogleSignalsSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/AsyncGetGoogleSignalsSettings.java index 216172bb131e..b4e934798a1d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/AsyncGetGoogleSignalsSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/AsyncGetGoogleSignalsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettings.java index 43f1f46e913f..abea9beae25a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsGooglesignalssettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsGooglesignalssettingsname.java index f2e3fd39a681..5744188cfbc1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsGooglesignalssettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsGooglesignalssettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsString.java index 9e03525fbe08..baa9bc251847 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getgooglesignalssettings/SyncGetGoogleSignalsSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java index 0432f0853b0b..233508af5cbd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java index 8355d5bad12a..d855f016d4f6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java index 4fceeb4640e1..56aca3f133dd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java index 3f79dc0653b1..ef5437204b10 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/AsyncGetProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/AsyncGetProperty.java index 4514e2e1d63c..2ec37570cd3d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/AsyncGetProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/AsyncGetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetProperty.java index ce2983219230..1f72151b38e3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java index 7f36dd252f56..bfd6b2dabd80 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyString.java index 93743966d9c8..563584b4f334 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getproperty/SyncGetPropertyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/AsyncGetRollupPropertySourceLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/AsyncGetRollupPropertySourceLink.java index 98bfb56c8d82..b70d7687b63c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/AsyncGetRollupPropertySourceLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/AsyncGetRollupPropertySourceLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLink.java index 0fa9ee30f9dc..955c153cc099 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkRolluppropertysourcelinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkRolluppropertysourcelinkname.java index 39fb432819f7..6c109e3a2c0e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkRolluppropertysourcelinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkRolluppropertysourcelinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkString.java index 8c811c8ebd05..c5ee66437b9d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getrolluppropertysourcelink/SyncGetRollupPropertySourceLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/AsyncGetSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/AsyncGetSearchAds360Link.java index fbd5f29a5e28..d61662224b03 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/AsyncGetSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/AsyncGetSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360Link.java index de2f16009ac0..e3c6f226a35b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkSearchads360Linkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkSearchads360Linkname.java index a8cd11e71a55..5695462465ea 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkSearchads360Linkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkSearchads360Linkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkString.java index 38e996059466..d1db5e60a08f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsearchads360link/SyncGetSearchAds360LinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/AsyncGetSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/AsyncGetSKAdNetworkConversionValueSchema.java index 05b993c0d111..bfa186482c4d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/AsyncGetSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/AsyncGetSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchema.java index 670cb3c1152f..7bd3c18a9371 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java index 193c8da6b8f5..25fe71584a0f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaString.java index 331f245e68a8..567aad742a37 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getskadnetworkconversionvalueschema/SyncGetSKAdNetworkConversionValueSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/AsyncGetSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/AsyncGetSubpropertyEventFilter.java index e8754b3499ac..1d9cb4eb5779 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/AsyncGetSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/AsyncGetSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilter.java index 8ae17a75b9d3..06eec4a6fa35 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterString.java index 3c4ed8f4441b..85b9863768e5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterSubpropertyeventfiltername.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterSubpropertyeventfiltername.java index 5a0500060174..a2d2d6d89cd4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterSubpropertyeventfiltername.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/getsubpropertyeventfilter/SyncGetSubpropertyEventFilterSubpropertyeventfiltername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindings.java index 8c6ddfcf4c8b..0f310a51cc5c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindingsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindingsPaged.java index 7afd8a500803..e361110fcdd0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindingsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/AsyncListAccessBindingsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindings.java index 3450e4eb5150..ef6f2903bbb0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsAccountname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsAccountname.java index 2039d0763877..3cd48e56915d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsAccountname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsAccountname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsPropertyname.java index 1cdf2f345e4d..90b1311b545d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsString.java index b1b15e652ee0..01abc7980f1d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccessbindings/SyncListAccessBindingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccounts.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccounts.java index 45970a6289a1..8f0f43f6b55c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccounts.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccounts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java index 65761c565724..c9df89c9f55a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/SyncListAccounts.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/SyncListAccounts.java index 09221a7463fb..c53ffc4e6ee3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/SyncListAccounts.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccounts/SyncListAccounts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java index 343a14704884..eac12e8036a1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java index 1172d6906dcf..66894696bef1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java index a87e56dcfc01..a7648db94c44 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinks.java index 2a60e754ccd8..de8fcfc1c6eb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinksPaged.java index d3b867ee8a6d..fce0d7cf73ae 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/AsyncListAdSenseLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinks.java index bcdc0b3b0153..7c2e2ed179a9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksPropertyname.java index 695245dd1afd..64632d6c80aa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksString.java index 3ec33a318393..9dadc046928f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listadsenselinks/SyncListAdSenseLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiences.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiences.java index 16885a6a9142..aca75e359388 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiences.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiences.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiencesPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiencesPaged.java index aa417e88f2a7..384fc3a22fc5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiencesPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/AsyncListAudiencesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiences.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiences.java index 15f4dcf90b9b..8ec32fc414c0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiences.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiences.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesPropertyname.java index 2f9ee60823dd..39ed61564e0d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesString.java index e1a391944d60..766129454b84 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listaudiences/SyncListAudiencesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinks.java index c244f65926d5..8da653d69384 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinksPaged.java index 470d76b1ec14..b4ef822e42ec 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/AsyncListBigQueryLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinks.java index 5edb5fc4c525..c4d1319a1faa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksPropertyname.java index 0b01e4eee30e..5de1e49642b8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksString.java index 4c26e913a160..d452a549298e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listbigquerylinks/SyncListBigQueryLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetrics.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetrics.java index 23f7e29b482d..39469c82bc14 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetrics.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetricsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetricsPaged.java index 7b37bcae7a81..9ef26cf66c2e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetricsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/AsyncListCalculatedMetricsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetrics.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetrics.java index a23b050cab18..e3927c5e591e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetrics.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsPropertyname.java index c46e03267288..4e03b7eec02c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsString.java index c16817557681..e9786c9996e3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcalculatedmetrics/SyncListCalculatedMetricsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroups.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroups.java index 1634d1221154..920db02f603b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroups.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroupsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroupsPaged.java index a7176d56aaa9..1a3fa7934bd0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroupsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/AsyncListChannelGroupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroups.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroups.java index d6e7c8972539..9a1db2cdf45f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroups.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsPropertyname.java index 6b7d323664d4..9aa8a7b94a5f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsString.java index b943bcfa8554..04be1f145eca 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listchannelgroups/SyncListChannelGroupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/AsyncListConnectedSiteTags.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/AsyncListConnectedSiteTags.java index 166a80074480..c1c19b47e282 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/AsyncListConnectedSiteTags.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/AsyncListConnectedSiteTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/SyncListConnectedSiteTags.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/SyncListConnectedSiteTags.java index cdd52b85ff83..475291794e6c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/SyncListConnectedSiteTags.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconnectedsitetags/SyncListConnectedSiteTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java index 1c98b0cb84e4..34e628d327c9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java index 7c82955a7053..0100b71e19b8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEvents.java index 96d2132b573d..e1d73e356e6e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java index 099cacfcabcd..7188190a63f3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java index 2344488abec9..e1b64dc9de87 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java index ae66a82b1a6b..a9607fa42120 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java index 1bbce0f72862..11ed6a161fdc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java index 2c844ad3bcc0..c5240a78cc22 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java index 9f627d76ecf0..3b7684ed711c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java index cce940b40d0a..53dcc3489221 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java index 0f30d570e291..d7e3adbd3e10 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java index dabfacb85378..0e1f499115fc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java index d556db755478..4b961aceaaf5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java index 8d77f9fd6a00..383571883064 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java index 681cb95224f8..be88789e4fe7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreams.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreams.java index 856c22e3f6a3..f647ddbf6dba 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreams.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreams.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java index 30abf36f08cb..d32cf0ca0a99 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreams.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreams.java index 49bbee4ed4ec..be58840c704d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreams.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreams.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java index a73c4f02a43e..2b3fca302421 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java index db3e7b772e95..e8fcce2b9cc3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposals.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposals.java index 6ce91ea57952..c80ab14f51b9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposals.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposals.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposalsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposalsPaged.java index 19c93dcc645c..bfbfc50a69f1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposalsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/AsyncListDisplayVideo360AdvertiserLinkProposalsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposals.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposals.java index 892c99434a0d..e046fa615459 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposals.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposals.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsPropertyname.java index 75442aa38238..be1f49f19592 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsString.java index a207dd8335e8..a03a287f55cd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinkproposals/SyncListDisplayVideo360AdvertiserLinkProposalsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinks.java index 0948a92ec1c6..38726ee2c14b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinksPaged.java index 9a5f5396f3e1..58a265be193e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/AsyncListDisplayVideo360AdvertiserLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinks.java index a70d38e06fba..df6fa8373600 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksPropertyname.java index d148022d5e16..4abe46135bdb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksString.java index bdd1b3f73dd8..fa99715cd4f8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listdisplayvideo360advertiserlinks/SyncListDisplayVideo360AdvertiserLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRules.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRules.java index ce854331613c..7510b7804763 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRules.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRulesPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRulesPaged.java index 26bbf82e15a6..5602b3884abe 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRulesPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/AsyncListEventCreateRulesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRules.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRules.java index 3dd66e08916f..b3c241cc5559 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRules.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesDatastreamname.java index 76b005dd6b67..3830891aa786 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesString.java index fcc6e304490c..5ef87c8e428c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listeventcreaterules/SyncListEventCreateRulesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSets.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSets.java index 0b114bf0d8fe..dd9bf7943c66 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSets.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSetsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSetsPaged.java index aed242064f43..a70f02ab5c59 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSetsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/AsyncListExpandedDataSetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSets.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSets.java index 02e0304e4675..233e2965cead 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSets.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsPropertyname.java index 74cd4687c2e3..209b8d3bf9a1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsString.java index 592a16c66dac..9913b0b0113d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listexpandeddatasets/SyncListExpandedDataSetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java index 397fc88ebf3f..5d5870a69f72 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java index 5545833dbb10..c7a914d850f7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java index 120297a27ced..c8bee29c74a5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java index b4ec3639a5cd..445a2d00aeb4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java index 28f3a7ddf612..994534e7796f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java index 70bc8a6b2bc5..959b898309f6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java index dc15cf14ece9..22398c4a7648 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java index d61da88bb3d6..4854352b9b6c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java index 7a893310bb99..a0260ff1dfd1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java index f2286d2d26b9..ccec144f38c7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java index d1bf0fae3c51..cba25b119d96 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java index 22fac2cbcdbc..0d4fa41cb4cc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java index 97d342eff62b..9de4b00f5377 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java index 3f91086c01d5..0c77a0adf1c5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java index ef9c4e5ec0e9..9a1ab2cfd35d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListProperties.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListProperties.java index 75119a37beaa..095c36c5b7d3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListProperties.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java index 12f9db6ca77c..4edd8f542bdc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/SyncListProperties.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/SyncListProperties.java index 9be4f8f7f835..318ec3da4c88 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/SyncListProperties.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listproperties/SyncListProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinks.java index 1ea33c9e8967..478f188c95f5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinksPaged.java index 5e8106d5c502..abdf4e1dc2fa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/AsyncListRollupPropertySourceLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinks.java index d7263213db2a..fcec0abcf7f4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksPropertyname.java index 41fa26f69b3e..4766c8f92017 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksString.java index 1ea84f16bac4..20024b294748 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listrolluppropertysourcelinks/SyncListRollupPropertySourceLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360Links.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360Links.java index a754377be683..00b5ec93ff83 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360Links.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360Links.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360LinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360LinksPaged.java index 583d1b99b997..87767a8dc88f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360LinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/AsyncListSearchAds360LinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360Links.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360Links.java index 162e0de178df..95450bbc545c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360Links.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360Links.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksPropertyname.java index d47658b76162..c47ebbffb995 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksString.java index 0b27fd383441..f77609f1a5c3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsearchads360links/SyncListSearchAds360LinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemas.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemas.java index fd266883b77b..3dac0258b25a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemas.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemasPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemasPaged.java index c6b5758acbfb..d1930d338b64 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemasPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/AsyncListSKAdNetworkConversionValueSchemasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemas.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemas.java index 1e0096a2ccaa..fc6a96fa8466 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemas.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasDatastreamname.java index 65f6e07373ed..8c89b5e4eeb4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasString.java index e0d98ce42f52..d4f9d748619a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listskadnetworkconversionvalueschemas/SyncListSKAdNetworkConversionValueSchemasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFilters.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFilters.java index 9a8ee6399d70..4462ab256c94 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFilters.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFilters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFiltersPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFiltersPaged.java index 309a42b9cfe5..b37dd9a39e96 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFiltersPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/AsyncListSubpropertyEventFiltersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFilters.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFilters.java index 1e260d08c0ba..0197c42b4f4a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFilters.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFilters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersPropertyname.java index 525e1ed2a2d4..cf574b712d61 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersString.java index 0a70969c7fc2..e7ea48809afa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/listsubpropertyeventfilters/SyncListSubpropertyEventFiltersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java index e89cd2025c8a..fc6e2df522f0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java index 563ed112e896..0b19dd21d3e2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java index 2936648a45ed..af98757fcae1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/SyncRunAccessReport.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/SyncRunAccessReport.java index 94c7eb904783..639237945c57 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/SyncRunAccessReport.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/runaccessreport/SyncRunAccessReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java index 0dac8439b9a3..60c9d4ab660f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java index ab79e9b9f923..016ef5d8d9aa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java index 90eeb12f6975..b5389fbba9f2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/AsyncSetAutomatedGa4ConfigurationOptOut.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/AsyncSetAutomatedGa4ConfigurationOptOut.java index 2c26fbb5cc73..a67618a759f9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/AsyncSetAutomatedGa4ConfigurationOptOut.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/AsyncSetAutomatedGa4ConfigurationOptOut.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/SyncSetAutomatedGa4ConfigurationOptOut.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/SyncSetAutomatedGa4ConfigurationOptOut.java index a861d5a84d44..12893193384b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/SyncSetAutomatedGa4ConfigurationOptOut.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/setautomatedga4configurationoptout/SyncSetAutomatedGa4ConfigurationOptOut.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/AsyncUpdateAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/AsyncUpdateAccessBinding.java index 340a200e387b..0271660d5afd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/AsyncUpdateAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/AsyncUpdateAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBinding.java index 05f39c33fdcb..392607893b94 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBindingAccessbinding.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBindingAccessbinding.java index f8c1fb62aa9a..358501cd8b8c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBindingAccessbinding.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccessbinding/SyncUpdateAccessBindingAccessbinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/AsyncUpdateAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/AsyncUpdateAccount.java index 90094c73a301..0fe7c7546583 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/AsyncUpdateAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/AsyncUpdateAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccount.java index d2cf3d83d864..e9d07f34cf3f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java index aaa9f54acfa8..96ae9e48cca9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/AsyncUpdateAttributionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/AsyncUpdateAttributionSettings.java index 0a6c4c4b03ed..cbee59213c28 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/AsyncUpdateAttributionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/AsyncUpdateAttributionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettings.java index 168640c552c2..d9577b95ec4b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettingsAttributionsettingsFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettingsAttributionsettingsFieldmask.java index c5a21bb6297b..f2adf3a783d1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettingsAttributionsettingsFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateattributionsettings/SyncUpdateAttributionSettingsAttributionsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/AsyncUpdateAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/AsyncUpdateAudience.java index 880ee4e743b2..9b657874efb8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/AsyncUpdateAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/AsyncUpdateAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudience.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudience.java index 545c1d7e5bfb..c5f222380d01 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudience.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudience.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudienceAudienceFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudienceAudienceFieldmask.java index 0c7936e53735..89ae8f414b68 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudienceAudienceFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateaudience/SyncUpdateAudienceAudienceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/AsyncUpdateCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/AsyncUpdateCalculatedMetric.java index 51847c867225..490933c87bc9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/AsyncUpdateCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/AsyncUpdateCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetric.java index 9975d102b47d..dcb390688289 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetricCalculatedmetricFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetricCalculatedmetricFieldmask.java index 608a0bbaf62f..2803865f6d44 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetricCalculatedmetricFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecalculatedmetric/SyncUpdateCalculatedMetricCalculatedmetricFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/AsyncUpdateChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/AsyncUpdateChannelGroup.java index 34e9a289a654..1ca381c21e35 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/AsyncUpdateChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/AsyncUpdateChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroup.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroup.java index ec4242e5fc0c..7adc002c8faa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroup.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroupChannelgroupFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroupChannelgroupFieldmask.java index c54be92d78f1..c7b03a00ad79 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroupChannelgroupFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatechannelgroup/SyncUpdateChannelGroupChannelgroupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java index 8478d5ffd576..84a735487b48 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java index a54577332e91..7715c2a1268c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java index aa984377bf5e..4a6a4521887a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java index 5662b68d49a1..e0d3d9a41ddf 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java index 85a97937c061..eb6a8f13d8d8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java index ae79796f4bfa..e415a93e670d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java index 4a550ba76c02..787411edf67a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java index 96a661ff0cb4..8ad477670f06 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java index 43a891d71ab4..e29fbd6f3c5a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/AsyncUpdateDataRedactionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/AsyncUpdateDataRedactionSettings.java index 4faadb945a6d..ee8bbc0f3690 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/AsyncUpdateDataRedactionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/AsyncUpdateDataRedactionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettings.java index 2d56b284cf32..bf1e277eb448 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettingsDataredactionsettingsFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettingsDataredactionsettingsFieldmask.java index 9059383bac9b..6f0a65cde944 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettingsDataredactionsettingsFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataredactionsettings/SyncUpdateDataRedactionSettingsDataredactionsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java index ad4f0f3b3afd..83b7c7817c69 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java index dc7b612362e1..8385a2d02b12 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java index ab89facfac1d..41287e51ab50 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java index a6ef1c033849..41eb3574eaff 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java index 98852c461b01..9a50c58da478 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java index 8bb36387a03a..8719fb072369 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/AsyncUpdateDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/AsyncUpdateDisplayVideo360AdvertiserLink.java index dad57c203b06..cdc0e49fc8d8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/AsyncUpdateDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/AsyncUpdateDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLink.java index 17202d571454..2d1655b8c301 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLinkDisplayvideo360AdvertiserlinkFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLinkDisplayvideo360AdvertiserlinkFieldmask.java index 5ed14ca5481c..158840e05f14 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLinkDisplayvideo360AdvertiserlinkFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatedisplayvideo360advertiserlink/SyncUpdateDisplayVideo360AdvertiserLinkDisplayvideo360AdvertiserlinkFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/AsyncUpdateEnhancedMeasurementSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/AsyncUpdateEnhancedMeasurementSettings.java index f6bbc4fdbc8d..d60975507bf0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/AsyncUpdateEnhancedMeasurementSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/AsyncUpdateEnhancedMeasurementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettings.java index b0e772e35540..5a15176548fc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettingsEnhancedmeasurementsettingsFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettingsEnhancedmeasurementsettingsFieldmask.java index 6f3305bf032f..b51a7aa0bc8a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettingsEnhancedmeasurementsettingsFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateenhancedmeasurementsettings/SyncUpdateEnhancedMeasurementSettingsEnhancedmeasurementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/AsyncUpdateEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/AsyncUpdateEventCreateRule.java index 49bf14d709b0..d533ba506703 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/AsyncUpdateEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/AsyncUpdateEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRule.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRule.java index 588c80ad30d0..c9066efb4143 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRule.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRuleEventcreateruleFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRuleEventcreateruleFieldmask.java index c6512b0cfefb..0a5acd3f4aad 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRuleEventcreateruleFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateeventcreaterule/SyncUpdateEventCreateRuleEventcreateruleFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/AsyncUpdateExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/AsyncUpdateExpandedDataSet.java index c0addfaadde3..178133dc3d5f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/AsyncUpdateExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/AsyncUpdateExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSet.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSet.java index 4124efcc625f..e0e8b6e48b21 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSet.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSetExpandeddatasetFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSetExpandeddatasetFieldmask.java index 44e280ab2ede..361a7b79952a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSetExpandeddatasetFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateexpandeddataset/SyncUpdateExpandedDataSetExpandeddatasetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java index 476b4e00c5bd..48d8cfe325e4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java index 53d08cb64f52..2295e5d02425 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java index b84f902faaf3..1116983715a3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/AsyncUpdateGoogleSignalsSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/AsyncUpdateGoogleSignalsSettings.java index b0cab461ca2a..bb7e72d8d0ef 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/AsyncUpdateGoogleSignalsSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/AsyncUpdateGoogleSignalsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettings.java index 8f24cbd7472d..0c87930844ca 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettingsGooglesignalssettingsFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettingsGooglesignalssettingsFieldmask.java index e3b7fe970fc1..e07e9fced58e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettingsGooglesignalssettingsFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updategooglesignalssettings/SyncUpdateGoogleSignalsSettingsGooglesignalssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java index 30a03d9879f7..8739d4a71211 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java index 6cf6aa85d7f4..b8631b00dc8e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java index 99c6fcdf00ab..752e37a2be4c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/AsyncUpdateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/AsyncUpdateProperty.java index c663666a547d..9699b18b8a93 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/AsyncUpdateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/AsyncUpdateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdateProperty.java index 2957b3e6908f..5284b2a075f6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java index d44affaf308c..3437927edb78 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/AsyncUpdateSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/AsyncUpdateSearchAds360Link.java index 66e15abb4841..cf5bc5b1b75f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/AsyncUpdateSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/AsyncUpdateSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360Link.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360Link.java index f5f202148054..fd655d861078 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360Link.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360LinkSearchads360LinkFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360LinkSearchads360LinkFieldmask.java index efd0afb26de8..1094eec93bda 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360LinkSearchads360LinkFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesearchads360link/SyncUpdateSearchAds360LinkSearchads360LinkFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/AsyncUpdateSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/AsyncUpdateSKAdNetworkConversionValueSchema.java index 200dd69b3397..17f4fecc1664 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/AsyncUpdateSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/AsyncUpdateSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchema.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchema.java index 0bb67bcb8ea8..1672f9303e89 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchema.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaFieldmask.java index 4943e4e321d2..58aff89f55e2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updateskadnetworkconversionvalueschema/SyncUpdateSKAdNetworkConversionValueSchemaSkadnetworkconversionvalueschemaFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/AsyncUpdateSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/AsyncUpdateSubpropertyEventFilter.java index e79115f00423..f175fb08bfd0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/AsyncUpdateSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/AsyncUpdateSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilter.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilter.java index 8097efe6d23b..4a3ff406d847 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilter.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilterSubpropertyeventfilterFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilterSubpropertyeventfilterFieldmask.java index e46eed300d22..192696b6ce67 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilterSubpropertyeventfilterFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservice/updatesubpropertyeventfilter/SyncUpdateSubpropertyEventFilterSubpropertyeventfilterFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservicesettings/getaccount/SyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservicesettings/getaccount/SyncGetAccount.java index 99597f9c54be..6577149f632e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservicesettings/getaccount/SyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/analyticsadminservicesettings/getaccount/SyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java index 7d39c7a78221..7dcf3fc43a60 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1alpha/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java index 9dd5da6e0929..d8766720d36a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/AsyncAcknowledgeUserDataCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java index bc8f1d35bb29..9a79842abb9c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/acknowledgeuserdatacollection/SyncAcknowledgeUserDataCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java index cced8356ada4..1961ae95445d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/AsyncArchiveCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java index 1fc6cccc7dbc..915c23a8efcb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java index f9764680f884..aa61f55491d8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionCustomdimensionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java index bb349255b5f4..1f55e69c6430 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustomdimension/SyncArchiveCustomDimensionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java index 884c350e2fa6..dbdca6bbefe1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/AsyncArchiveCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java index 0159d139f738..d2718d3d49e2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java index acda9e973c0b..4d189fb2d308 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricCustommetricname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java index 42b7c55765f9..6e909c6c5b61 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/archivecustommetric/SyncArchiveCustomMetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetCredentialsProvider.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetCredentialsProvider.java index 2dfc71017fa8..768035d26e93 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/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-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetCredentialsProvider1.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetCredentialsProvider1.java index 488d751c6f4a..ea97fce4defc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/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-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetEndpoint.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetEndpoint.java index 4addee993e7d..9528b630dac0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/create/SyncCreateSetEndpoint.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/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-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java index 4c96cec61338..fa907786e34c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/AsyncCreateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java index 8fd83b6fd6ce..6889f61ef813 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java index 94f2f2c409ae..ba94f8ec61a1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventPropertynameConversionevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java index 4c6c7a27d75a..71ea4bc286ed 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createconversionevent/SyncCreateConversionEventStringConversionevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java index b72eb1f41e85..43852d6f25b7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/AsyncCreateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java index 6cc8334ecb89..89decc00e285 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java index 380968147f34..4b83dbe6f223 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionPropertynameCustomdimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java index 220bb8cc0277..6ff7f41e2997 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustomdimension/SyncCreateCustomDimensionStringCustomdimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java index d9cf286e8bf4..ef23e8e8a13b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/AsyncCreateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java index 07cc24c9e080..a5ecb1fc63f6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java index 6a2abac4aa09..0c12d872378f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricPropertynameCustommetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java index 6c0a80061727..d3c8d308df4b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createcustommetric/SyncCreateCustomMetricStringCustommetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/AsyncCreateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/AsyncCreateDataStream.java index c1cf8d0a0e4b..5611af09c744 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/AsyncCreateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/AsyncCreateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStream.java index 76e5aeb3bcc8..f5198b34de04 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java index 5a12d554cf1a..c386b0f20b8e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamPropertynameDatastream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java index 19caa249296e..65fc7adef68a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createdatastream/SyncCreateDataStreamStringDatastream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java index f0e765cb45ac..40f217b0b1bb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/AsyncCreateFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java index 69a491519217..3bf7ae1f6b6a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java index aa15a5f24ff3..2b1b234f0f68 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkPropertynameFirebaselink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java index 14fa8a2bac70..f6164f4a77f8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createfirebaselink/SyncCreateFirebaseLinkStringFirebaselink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java index e8518470a7a3..9fcf8161ada0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/AsyncCreateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java index bf3b83571261..8ffd7a37e8a2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java index 1aa1d52a6fcb..bcacf97321c0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkPropertynameGoogleadslink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java index 3128906163ec..eb126fad0877 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/creategoogleadslink/SyncCreateGoogleAdsLinkStringGoogleadslink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java index c8fd235eed78..dc24ea45aee7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/AsyncCreateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java index a4363564f755..96dc50196c77 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java index 13ef12ebbbb2..c0c2a6d7b0bc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretDatastreamnameMeasurementprotocolsecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java index 63bca84acbb0..d0c678366f7a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createmeasurementprotocolsecret/SyncCreateMeasurementProtocolSecretStringMeasurementprotocolsecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/AsyncCreateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/AsyncCreateProperty.java index 827a075cae3f..55a81c240bf8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/AsyncCreateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/AsyncCreateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreateProperty.java index cc52c7bd3c96..a6d8a2347307 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java index 6c256ba51e47..2388560b4ec6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/createproperty/SyncCreatePropertyProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java index a148bc8facb6..f4a11a6786de 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/AsyncDeleteAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccount.java index fad8d8810773..b315238c71e9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java index 28ef36d72c3d..d199ac32b623 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountAccountname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java index e27ecbbd62c3..2184b5ca00e0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteaccount/SyncDeleteAccountString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java index 3d8edb690a5c..c478507415e3 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/AsyncDeleteConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java index b981f3634fd6..d8ad800de790 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java index e58d068279c0..686b81cddc7e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventConversioneventname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java index 887a4ff58d68..e0364ecccb45 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteconversionevent/SyncDeleteConversionEventString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java index a1ce91f4e3e8..02218d0f6719 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/AsyncDeleteDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java index d3f07412e9e1..9b10e7ea97fb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java index 549c2d77efdc..e8372133796a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java index c45ecd5438f8..1444877d43e4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletedatastream/SyncDeleteDataStreamString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java index 5d6377096e0b..1bfd4483084b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/AsyncDeleteFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java index b38d57786e99..419bc8986928 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java index 2f41327c4396..b71f72cd4671 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkFirebaselinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java index 0b3ffc340452..cb4ee303a784 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletefirebaselink/SyncDeleteFirebaseLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java index 6f269b601ec5..18861bb9264b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/AsyncDeleteGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java index f55fade15aa8..272c118d952c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java index b87ee9f282a7..bb8725b6ddfa 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkGoogleadslinkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java index 75821f24b245..2ee861584a17 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletegoogleadslink/SyncDeleteGoogleAdsLinkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java index 01d34cd1b859..ebed61f93168 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/AsyncDeleteMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java index fbb7f4d9f489..2d71d99fe19f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java index de0a72b5edfb..7183e4710775 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretMeasurementprotocolsecretname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java index d06e57565824..a5a1efc5ab49 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deletemeasurementprotocolsecret/SyncDeleteMeasurementProtocolSecretString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java index c5a08c7f85d7..861794845564 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/AsyncDeleteProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeleteProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeleteProperty.java index b46ae57846cc..1e4b9451bb43 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeleteProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeleteProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java index 1d43bfd5e7a7..1c254f8e825e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java index 67a52cc878a1..1e71f03e81ba 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/deleteproperty/SyncDeletePropertyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/AsyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/AsyncGetAccount.java index 50a5ffe67dc1..726a42be6ae7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/AsyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/AsyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccount.java index 074f8881ebc0..ff8798c75558 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountAccountname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountAccountname.java index 51b7ac1ac3e0..b30085ecfea9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountAccountname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountAccountname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountString.java index 43d06518bcc2..23e8f2fcde14 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getaccount/SyncGetAccountString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java index 304ddb990ca3..948832302551 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/AsyncGetConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java index 8dd071ebb09e..0f95aed85b1d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java index 54b4e6370098..05ff07925e62 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventConversioneventname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java index d391323a8d37..65885e1db3bf 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getconversionevent/SyncGetConversionEventString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java index 570373f81a3c..6af89da93732 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/AsyncGetCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java index effd5f23f29a..e2271517c568 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java index 4e8c2f8f30b1..967d3657acf8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionCustomdimensionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java index 8df8e7873410..b905ec6d917e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustomdimension/SyncGetCustomDimensionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java index 966daee1989d..8050bf17f696 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/AsyncGetCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java index d309978a0a09..4e60936de8f9 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java index 427396f077a6..33bf1a61bd56 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricCustommetricname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java index 299c148da45e..51fce6fd3409 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getcustommetric/SyncGetCustomMetricString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java index 5bb816714db9..005f557d3355 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/AsyncGetDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java index d758607ed2a7..8c6fc2bcd9ef 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java index 0a13650e2b72..977f1f1995dc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsDataretentionsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java index d19306e4e6d0..5391ef47d4a1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdataretentionsettings/SyncGetDataRetentionSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java index f02415646d51..2b9935c340bd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/AsyncGetDataSharingSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java index 7027904b3753..dc83af37267a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java index 1e7bc69b18d3..336971f586cf 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsDatasharingsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java index 3e4ee3674332..fd4dc5c23254 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatasharingsettings/SyncGetDataSharingSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/AsyncGetDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/AsyncGetDataStream.java index 458872a0b81e..99809f9d6396 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/AsyncGetDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/AsyncGetDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStream.java index a1421ccf4129..9910112f45cc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java index ea819ec8d6a6..00d067e8f85b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamString.java index c2c8da93e04a..67ad2e6592d2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getdatastream/SyncGetDataStreamString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java index 2e1ce10fe323..5600f77fa965 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/AsyncGetMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java index c072e296b832..83cdf06b4062 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java index 4fc9ef4df248..d863a64bca52 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretMeasurementprotocolsecretname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java index 225016eda7c9..eaca59e5d55d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getmeasurementprotocolsecret/SyncGetMeasurementProtocolSecretString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/AsyncGetProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/AsyncGetProperty.java index ff539e7e7606..0c5f5055d361 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/AsyncGetProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/AsyncGetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetProperty.java index 66b11829430e..e8565a854a5b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java index 1b8461c4f210..6ea1aca814ac 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyString.java index b609a426106b..8f03d620df9b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/getproperty/SyncGetPropertyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccounts.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccounts.java index 6fc1025425f2..178d4e804688 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccounts.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccounts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java index e776f1b647bc..78d6d08efe47 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/AsyncListAccountsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/SyncListAccounts.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/SyncListAccounts.java index 2ea76a92e285..2c411d34dce2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/SyncListAccounts.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccounts/SyncListAccounts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java index 0bd0b3d1e349..1c8cf509cbba 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummaries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java index a2f8da9e96aa..19dc2fd60488 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/AsyncListAccountSummariesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java index cfa8a1d709a1..6be31a377043 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listaccountsummaries/SyncListAccountSummaries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java index 79860593e61a..1242769e1759 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java index ebeeb401e228..beb6a1e39ffc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/AsyncListConversionEventsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEvents.java index 41f0a2f94146..e25a4769568e 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java index 66b444be77c0..155f1a429464 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java index 6d8f1f951b38..160151a03b32 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listconversionevents/SyncListConversionEventsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java index bec3ace0c440..6f6620ffd856 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java index dc5b60b73e35..dfb05ec281f4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/AsyncListCustomDimensionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java index e5a45f0965a6..92d2ddbad7cd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java index f226283cb808..f2f75b0c1dd4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java index 2a558aae958c..75e6c3eeff77 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustomdimensions/SyncListCustomDimensionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java index d029196e32f8..7084f4138f32 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java index 4207a96194f5..6fba53141908 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/AsyncListCustomMetricsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java index 1ec7e6db20b8..b7fdeacdf6fe 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java index c5dc0045a0b2..cc544cd2f621 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java index a6a48b6d4cc7..c1acbbeb9799 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listcustommetrics/SyncListCustomMetricsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreams.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreams.java index 3cfbb5290e51..3d8c1ef19174 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreams.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreams.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java index f21b62a313be..95b7a6cb35b2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/AsyncListDataStreamsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreams.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreams.java index b9e80546ae9b..362c029f20ab 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreams.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreams.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java index bbe2f0054251..9d26b53e5808 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java index 023a17de117a..73d781805ee2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listdatastreams/SyncListDataStreamsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java index 81217f259e0c..18d4c84bd2b0 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java index e4d17964700d..0904ef502159 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/AsyncListFirebaseLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java index 149376ff611b..954ee330ccb1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java index 132878e2fdb9..ce9e68c89df4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java index d9ed7e32672b..0d45df2c77f2 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listfirebaselinks/SyncListFirebaseLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java index dada16a93b8d..5ae5a220fb96 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java index 5bb102bf36a8..aee0e510d475 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/AsyncListGoogleAdsLinksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java index 2fcb3b15c9b2..70072255897f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java index b4be14e4ab07..ab5f68ab26ed 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java index b928a5566f41..821dd926260d 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listgoogleadslinks/SyncListGoogleAdsLinksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java index 852d3509dd8b..120410f45b9f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecrets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java index 5284804fa1f0..942e8cb9f241 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/AsyncListMeasurementProtocolSecretsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java index 0bd4339110c0..e178cbd4aa46 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecrets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java index ddef5174c8cd..4f2fb19cc6f4 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsDatastreamname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java index 32ef3d5b78bf..a59c187af126 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listmeasurementprotocolsecrets/SyncListMeasurementProtocolSecretsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListProperties.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListProperties.java index 8a3c7afe9d54..02ea1df5acbc 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListProperties.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java index 799825f7c53c..9668746cd9b6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/AsyncListPropertiesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/SyncListProperties.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/SyncListProperties.java index b71db266048b..d3955c6161d7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/SyncListProperties.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/listproperties/SyncListProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java index cac2091e5caf..80009dd19f24 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/AsyncProvisionAccountTicket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java index b0e2473a53a2..ec247b234448 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/provisionaccountticket/SyncProvisionAccountTicket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java index e0dedc82360a..95a5dd1e221c 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/AsyncRunAccessReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/SyncRunAccessReport.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/SyncRunAccessReport.java index e1821e27deef..9237ee563dbb 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/SyncRunAccessReport.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/runaccessreport/SyncRunAccessReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java index d405ceba648b..d01325bb0a12 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java index fc4b1e573653..526239deb836 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/AsyncSearchChangeHistoryEventsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java index 5426fadd4580..8697a6479d7f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/searchchangehistoryevents/SyncSearchChangeHistoryEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/AsyncUpdateAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/AsyncUpdateAccount.java index b04beec2d1f1..93a273d99c93 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/AsyncUpdateAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/AsyncUpdateAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccount.java index d9d3d64d1eee..5c880bb63cf5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java index 47bb05773b54..0784b08e3957 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateaccount/SyncUpdateAccountAccountFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java index 216f3230f601..4416e9791aa8 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/AsyncUpdateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java index d03d29a55027..e0bcdc09163f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java index 6ea42589fbb8..6ebbe6507ecd 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateconversionevent/SyncUpdateConversionEventConversioneventFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java index 95c4e35ca86e..4ef4169c5a2b 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/AsyncUpdateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java index 068c16774a55..e18dd997e104 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java index 9a2f8241b51b..1fff0d092530 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustomdimension/SyncUpdateCustomDimensionCustomdimensionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java index aa433b2734c0..9b71eda2d151 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/AsyncUpdateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java index da9819008676..9e3c84309e57 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetric.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java index 2c80b80ea7f7..7a573a5f5282 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatecustommetric/SyncUpdateCustomMetricCustommetricFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java index 737d84e6b7a7..1302b5d0d607 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/AsyncUpdateDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java index e7d29c632c28..2d1299f5fce6 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java index ccd235196b4f..c4ece30bea8a 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedataretentionsettings/SyncUpdateDataRetentionSettingsDataretentionsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java index 73f5563916c7..02f4b3f9bc41 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/AsyncUpdateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java index a0f6359b73ac..2cf90cd1b5a1 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java index e450ba7a821f..2a6d3bb94539 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatedatastream/SyncUpdateDataStreamDatastreamFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java index 36ec8ad9c94e..c5aac8c892df 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/AsyncUpdateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java index 818816f0108b..78800cc0e545 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java index b79abf57cedb..736b89d67fda 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updategoogleadslink/SyncUpdateGoogleAdsLinkGoogleadslinkFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java index 26f0709eacf7..f884ebc2f056 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/AsyncUpdateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java index a4194748e0ce..29f2b3642f59 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecret.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java index 03f07ba361d6..4f2e45d31a41 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updatemeasurementprotocolsecret/SyncUpdateMeasurementProtocolSecretMeasurementprotocolsecretFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/AsyncUpdateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/AsyncUpdateProperty.java index 431b6e5d4f44..6d87b557b74f 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/AsyncUpdateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/AsyncUpdateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdateProperty.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdateProperty.java index 4c4ed43fcbbb..b8866eecfd12 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdateProperty.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java index e2be5efc5318..d127bb17cce7 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservice/updateproperty/SyncUpdatePropertyPropertyFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservicesettings/getaccount/SyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservicesettings/getaccount/SyncGetAccount.java index f1f456583a2a..9b6370d0f5d5 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservicesettings/getaccount/SyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/analyticsadminservicesettings/getaccount/SyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java index 497213122d23..dc5ed609f7db 100644 --- a/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java +++ b/java-analytics-admin/samples/snippets/generated/com/google/analytics/admin/v1beta/stub/analyticsadminservicestubsettings/getaccount/SyncGetAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/README.md b/java-analytics-data/README.md index d6192df9ea34..f782daef078a 100644 --- a/java-analytics-data/README.md +++ b/java-analytics-data/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.analytics/google-analytics-data.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.45.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/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-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClient.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClient.java index 4d297a2adc33..9beeff08eccd 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClient.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataSettings.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataSettings.java index 7dc347be5c43..e28adacf947a 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataSettings.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AlphaAnalyticsDataStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AlphaAnalyticsDataStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/package-info.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/package-info.java index c1edab4ebb4e..067ff42b8f75 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/package-info.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/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-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStub.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStub.java index 737743a67afa..d03f7f964e7d 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStub.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStubSettings.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStubSettings.java index 1c4e199641c6..254eaf590f51 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStubSettings.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/AlphaAnalyticsDataStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataCallableFactory.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataCallableFactory.java index 180b18f20af2..ee140bd09136 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataCallableFactory.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataStub.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataStub.java index 6ba8d1917980..9713814802b7 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataStub.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/GrpcAlphaAnalyticsDataStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataCallableFactory.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataCallableFactory.java index 17bd8581269f..f0919a025ce5 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataCallableFactory.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataStub.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataStub.java index 1fe8934c7665..5713dd2a618f 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataStub.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/HttpJsonAlphaAnalyticsDataStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClient.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClient.java index cec2fcaf030c..bd103138a858 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClient.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataSettings.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataSettings.java index 5f1316d3ab20..e87603de270e 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataSettings.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/BetaAnalyticsDataSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -188,7 +188,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return BetaAnalyticsDataStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return BetaAnalyticsDataStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/package-info.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/package-info.java index b6bdb59e30cd..31f76d97cd48 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/package-info.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/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-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStub.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStub.java index 4fcbfd8ee3d6..29f369767902 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStub.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStubSettings.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStubSettings.java index 86eb5f542d30..adcb8447a99f 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStubSettings.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/BetaAnalyticsDataStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 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( @@ -365,7 +364,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-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataCallableFactory.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataCallableFactory.java index f0b8f5b01c71..5c87f118afe9 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataCallableFactory.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataStub.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataStub.java index ba6b3f11abc2..744d29ab0c72 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataStub.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/GrpcBetaAnalyticsDataStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataCallableFactory.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataCallableFactory.java index 81f6ec381859..b0cee8f5482c 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataCallableFactory.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataStub.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataStub.java index b274d7831dfd..ec46704139b1 100644 --- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataStub.java +++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientHttpJsonTest.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientHttpJsonTest.java index 7254879ba176..37655a89fc36 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientHttpJsonTest.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientTest.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientTest.java index 7cefc9ca5747..31f9b759a13e 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientTest.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsData.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsData.java index e0700330c1b2..7b0c59c48e65 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsData.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsDataImpl.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsDataImpl.java index f341f6c02f74..e84b4470340e 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsDataImpl.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1alpha/MockAlphaAnalyticsDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientHttpJsonTest.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientHttpJsonTest.java index 0590e4908c15..3d0ed9cb686e 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientHttpJsonTest.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientTest.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientTest.java index 12a55032a3f3..3d0161891fbb 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientTest.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/BetaAnalyticsDataClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsData.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsData.java index f786780e6e12..ffef70ad2d37 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsData.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsDataImpl.java b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsDataImpl.java index fe306f303207..0f3d991e1312 100644 --- a/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsDataImpl.java +++ b/java-analytics-data/google-analytics-data/src/test/java/com/google/analytics/data/v1beta/MockBetaAnalyticsDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/AudienceListName.java b/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/AudienceListName.java index 2dd702ff4da2..4d8ef723152e 100644 --- a/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/AudienceListName.java +++ b/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/AudienceListName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/PropertyName.java b/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/PropertyName.java index a8dc683f9b63..651bb41d865d 100644 --- a/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/PropertyName.java +++ b/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/PropertyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/RecurringAudienceListName.java b/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/RecurringAudienceListName.java index 9445c1e6186c..211865ec67dd 100644 --- a/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/RecurringAudienceListName.java +++ b/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/RecurringAudienceListName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/AudienceExportName.java b/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/AudienceExportName.java index 54177788476f..40e097905bc7 100644 --- a/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/AudienceExportName.java +++ b/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/AudienceExportName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetadataName.java b/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetadataName.java index da689993ebb7..7d9052aa3fc9 100644 --- a/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetadataName.java +++ b/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetadataName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/PropertyName.java b/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/PropertyName.java index aac4b2b3799f..70393fae18cd 100644 --- a/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/PropertyName.java +++ b/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/PropertyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetCredentialsProvider.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetCredentialsProvider.java index 08a1c9f7692c..d9adfc95fa5a 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetCredentialsProvider.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/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-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetCredentialsProvider1.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetCredentialsProvider1.java index e58fd4ec3c1f..84b255a10f62 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetCredentialsProvider1.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/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-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetEndpoint.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetEndpoint.java index d01c7181a5a0..5b140f02d309 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/create/SyncCreateSetEndpoint.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/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-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceList.java index dd24268ac4ad..fa70b238eb72 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceListLRO.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceListLRO.java index 3ddef503410e..579041f13de6 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceListLRO.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/AsyncCreateAudienceListLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceList.java index 729545a71396..18ec59ad7831 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListPropertynameAudiencelist.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListPropertynameAudiencelist.java index e2ce4ea55c5b..d01042298051 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListPropertynameAudiencelist.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListPropertynameAudiencelist.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListStringAudiencelist.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListStringAudiencelist.java index 82c8b594a3f9..3fdfc985db99 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListStringAudiencelist.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createaudiencelist/SyncCreateAudienceListStringAudiencelist.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/AsyncCreateRecurringAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/AsyncCreateRecurringAudienceList.java index d72ba82148fa..e78facc59e31 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/AsyncCreateRecurringAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/AsyncCreateRecurringAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceList.java index 182b81ccf1be..20176195fe29 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListPropertynameRecurringaudiencelist.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListPropertynameRecurringaudiencelist.java index b16e9f4074b3..2f2a4bcb2320 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListPropertynameRecurringaudiencelist.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListPropertynameRecurringaudiencelist.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListStringRecurringaudiencelist.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListStringRecurringaudiencelist.java index 70abdbc2b182..8d73ea28908b 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListStringRecurringaudiencelist.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/createrecurringaudiencelist/SyncCreateRecurringAudienceListStringRecurringaudiencelist.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/AsyncGetAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/AsyncGetAudienceList.java index 21a9b4762c67..ff67e4440204 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/AsyncGetAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/AsyncGetAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceList.java index 0d66ddf745b2..523988763457 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListAudiencelistname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListAudiencelistname.java index 039aed8cce45..8d499003540d 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListAudiencelistname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListAudiencelistname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListString.java index 360ddfa2e93f..0306aa508672 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getaudiencelist/SyncGetAudienceListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/AsyncGetRecurringAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/AsyncGetRecurringAudienceList.java index b8796945f5f9..00f172667c95 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/AsyncGetRecurringAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/AsyncGetRecurringAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceList.java index dc20ce3146f4..24ba3ff1850b 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListRecurringaudiencelistname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListRecurringaudiencelistname.java index c46259da7e80..93d1ff750a23 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListRecurringaudiencelistname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListRecurringaudiencelistname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListString.java index 525f5bcc5547..cf7a2f904580 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/getrecurringaudiencelist/SyncGetRecurringAudienceListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceLists.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceLists.java index 610fb96a925d..46cc106d65ee 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceLists.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceLists.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceListsPaged.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceListsPaged.java index 4ffc9b105795..4bc5af9fd304 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceListsPaged.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/AsyncListAudienceListsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceLists.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceLists.java index 64f441314e36..5d73a712ac43 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceLists.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceLists.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsPropertyname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsPropertyname.java index af545f820d6d..5d81267f9519 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsPropertyname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsString.java index ac00963c8a8c..e76f4231f40b 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listaudiencelists/SyncListAudienceListsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceLists.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceLists.java index 894d54d21b95..ee0a20d9bb9f 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceLists.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceLists.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceListsPaged.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceListsPaged.java index f99a4fa7a702..c4a6736d6ae1 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceListsPaged.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/AsyncListRecurringAudienceListsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceLists.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceLists.java index 90a0835a75f6..1f4f4dea2c06 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceLists.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceLists.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsPropertyname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsPropertyname.java index 3dbda158613b..5126b99aa508 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsPropertyname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsString.java index c1a829e7bd86..d18c61aff410 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/listrecurringaudiencelists/SyncListRecurringAudienceListsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/AsyncQueryAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/AsyncQueryAudienceList.java index 717183b7a7ee..9af1fd1d1dfd 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/AsyncQueryAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/AsyncQueryAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceList.java index afe1cf385419..6456c0ca9fd5 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceListString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceListString.java index f4ffe3631a78..ee4d460c0894 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceListString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/queryaudiencelist/SyncQueryAudienceListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/AsyncRunFunnelReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/AsyncRunFunnelReport.java index d5761c9d4104..c6829fe0a3be 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/AsyncRunFunnelReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/AsyncRunFunnelReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/SyncRunFunnelReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/SyncRunFunnelReport.java index c6a649583be0..8262178d93a6 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/SyncRunFunnelReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/runfunnelreport/SyncRunFunnelReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/AsyncSheetExportAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/AsyncSheetExportAudienceList.java index 1f8b21d10b51..bdc3c93a1058 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/AsyncSheetExportAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/AsyncSheetExportAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceList.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceList.java index bacc7b0423d4..22ec363a6901 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceList.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListAudiencelistname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListAudiencelistname.java index 9631434d57ba..3aa956828349 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListAudiencelistname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListAudiencelistname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListString.java index ca3ec9bc4035..c0915284f797 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdata/sheetexportaudiencelist/SyncSheetExportAudienceListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdatasettings/runfunnelreport/SyncRunFunnelReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdatasettings/runfunnelreport/SyncRunFunnelReport.java index 680efc7a1c35..b173ab3abfaf 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdatasettings/runfunnelreport/SyncRunFunnelReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/alphaanalyticsdatasettings/runfunnelreport/SyncRunFunnelReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/stub/alphaanalyticsdatastubsettings/runfunnelreport/SyncRunFunnelReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/stub/alphaanalyticsdatastubsettings/runfunnelreport/SyncRunFunnelReport.java index 4719a678845e..7841db84f0ef 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/stub/alphaanalyticsdatastubsettings/runfunnelreport/SyncRunFunnelReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1alpha/stub/alphaanalyticsdatastubsettings/runfunnelreport/SyncRunFunnelReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/AsyncBatchRunPivotReports.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/AsyncBatchRunPivotReports.java index 467afa6d0dfd..903e1963d82f 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/AsyncBatchRunPivotReports.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/AsyncBatchRunPivotReports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/SyncBatchRunPivotReports.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/SyncBatchRunPivotReports.java index 7ebf74c45717..3f9f136e266d 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/SyncBatchRunPivotReports.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunpivotreports/SyncBatchRunPivotReports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/AsyncBatchRunReports.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/AsyncBatchRunReports.java index eaf25246d996..049c4d2c4c9d 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/AsyncBatchRunReports.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/AsyncBatchRunReports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/SyncBatchRunReports.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/SyncBatchRunReports.java index 5365aac0fa6e..e9385788dbbb 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/SyncBatchRunReports.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/batchrunreports/SyncBatchRunReports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/AsyncCheckCompatibility.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/AsyncCheckCompatibility.java index 01907d8b6320..e6f4c1a57aaf 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/AsyncCheckCompatibility.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/AsyncCheckCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/SyncCheckCompatibility.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/SyncCheckCompatibility.java index d33ee8442a93..66055de72054 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/SyncCheckCompatibility.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/checkcompatibility/SyncCheckCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetCredentialsProvider.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetCredentialsProvider.java index 03ffd55a317c..c6d44ff38b77 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetCredentialsProvider.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/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-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetCredentialsProvider1.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetCredentialsProvider1.java index 94d7f536f9f4..1385c84502b5 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetCredentialsProvider1.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/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-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetEndpoint.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetEndpoint.java index ce96c07405fb..87d5c0526ae2 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/create/SyncCreateSetEndpoint.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/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-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExport.java index 4f3bf44ccd4f..a42ee8c0deee 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExportLRO.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExportLRO.java index 1e5aaf7c4e8c..e05c03297e67 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExportLRO.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/AsyncCreateAudienceExportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExport.java index 1b2a37dc5b76..a1c68801573a 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportPropertynameAudienceexport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportPropertynameAudienceexport.java index 9d843d5b3522..007c7ae5e315 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportPropertynameAudienceexport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportPropertynameAudienceexport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportStringAudienceexport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportStringAudienceexport.java index 0fb461e458a1..611cd5512918 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportStringAudienceexport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/createaudienceexport/SyncCreateAudienceExportStringAudienceexport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/AsyncGetAudienceExport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/AsyncGetAudienceExport.java index 54712c66d0a0..500e334b2347 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/AsyncGetAudienceExport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/AsyncGetAudienceExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExport.java index 6c01de813470..c4f55c441e3c 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportAudienceexportname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportAudienceexportname.java index da1e4df4c686..a92fc2d93b8a 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportAudienceexportname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportAudienceexportname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportString.java index 479234e01ebc..462c9f792a69 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getaudienceexport/SyncGetAudienceExportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/AsyncGetMetadata.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/AsyncGetMetadata.java index 9f548e3505db..650b9d856979 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/AsyncGetMetadata.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/AsyncGetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadata.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadata.java index 28cbcabb4004..310d08f5a857 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadata.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataMetadataname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataMetadataname.java index c6176e30a779..53dae41b2eee 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataMetadataname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataMetadataname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataString.java index 96be3e9a8e49..fb3367cf60a6 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/getmetadata/SyncGetMetadataString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExports.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExports.java index 3401b73e0b03..147f87b7902d 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExports.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExportsPaged.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExportsPaged.java index 64caa7ca207c..65cc0ed57ee7 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExportsPaged.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/AsyncListAudienceExportsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExports.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExports.java index af990c72766f..0a2840b89967 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExports.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsPropertyname.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsPropertyname.java index c3ac6ef0ea33..cbf87221947a 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsPropertyname.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsPropertyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsString.java index 0be8dbdd804b..b7afe58bd226 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/listaudienceexports/SyncListAudienceExportsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/AsyncQueryAudienceExport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/AsyncQueryAudienceExport.java index c69df830be73..fcbfe0d4b012 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/AsyncQueryAudienceExport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/AsyncQueryAudienceExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExport.java index a9c116aaa510..104fa2ce414f 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExportString.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExportString.java index d8dba9014fde..b7c4573af19f 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExportString.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/queryaudienceexport/SyncQueryAudienceExportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/AsyncRunPivotReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/AsyncRunPivotReport.java index e1a3ef8f1002..a213d1070529 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/AsyncRunPivotReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/AsyncRunPivotReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/SyncRunPivotReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/SyncRunPivotReport.java index a85230aa8d57..77abed5d9493 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/SyncRunPivotReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runpivotreport/SyncRunPivotReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/AsyncRunRealtimeReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/AsyncRunRealtimeReport.java index 803abf791e5d..8b3d82b2b700 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/AsyncRunRealtimeReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/AsyncRunRealtimeReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/SyncRunRealtimeReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/SyncRunRealtimeReport.java index e9f5df52dbe6..87dc8fcaec30 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/SyncRunRealtimeReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runrealtimereport/SyncRunRealtimeReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/AsyncRunReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/AsyncRunReport.java index 21780b99296e..b7ff856d41fb 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/AsyncRunReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/AsyncRunReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/SyncRunReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/SyncRunReport.java index b5c7436ae3cd..a56ff42ac2de 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/SyncRunReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdata/runreport/SyncRunReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdatasettings/runreport/SyncRunReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdatasettings/runreport/SyncRunReport.java index f6fe269535a4..39de6504689a 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdatasettings/runreport/SyncRunReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/betaanalyticsdatasettings/runreport/SyncRunReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/stub/betaanalyticsdatastubsettings/runreport/SyncRunReport.java b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/stub/betaanalyticsdatastubsettings/runreport/SyncRunReport.java index c71a22bad936..167d9576e912 100644 --- a/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/stub/betaanalyticsdatastubsettings/runreport/SyncRunReport.java +++ b/java-analytics-data/samples/snippets/generated/com/google/analytics/data/v1beta/stub/betaanalyticsdatastubsettings/runreport/SyncRunReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/README.md b/java-api-gateway/README.md index d956f58de93a..37ca1a2252c7 100644 --- a/java-api-gateway/README.md +++ b/java-api-gateway/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-api-gateway.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-api-gateway/2.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-api-gateway/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-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClient.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClient.java index 7d5f9f66a2e6..57bd74ab9cce 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClient.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceSettings.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceSettings.java index 468599457c7c..9bf4207dc6b0 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceSettings.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/ApiGatewayServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -254,7 +254,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ApiGatewayServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiGatewayServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/package-info.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/package-info.java index c497b63c3ad6..dc49772bb229 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/package-info.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/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-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStub.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStub.java index 85a6694930d1..bf4d30985f05 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStub.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStubSettings.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStubSettings.java index d570ce339e9a..d191475cf347 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStubSettings.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/ApiGatewayServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -532,7 +532,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( @@ -541,7 +540,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-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceCallableFactory.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceCallableFactory.java index 028f0f7cdb90..3bdae365118c 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceCallableFactory.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceStub.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceStub.java index ed534b13531f..72c6aff639e1 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceStub.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/GrpcApiGatewayServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceCallableFactory.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceCallableFactory.java index a14d68f3f8ca..0bd84a3208d2 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceCallableFactory.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceStub.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceStub.java index ee20e72dacaa..01f1255a1dbf 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceStub.java +++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/HttpJsonApiGatewayServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientHttpJsonTest.java b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientHttpJsonTest.java index 0bc9177067b8..6f839d0f17bc 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientHttpJsonTest.java +++ b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientTest.java b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientTest.java index e2e777f93e1b..e2c5dfa94176 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientTest.java +++ b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/ApiGatewayServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayService.java b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayService.java index ccdcb2e1a274..1a8838fedd65 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayService.java +++ b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayServiceImpl.java b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayServiceImpl.java index 53448d067b8e..f36db211e6ad 100644 --- a/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayServiceImpl.java +++ b/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/MockApiGatewayServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiConfigName.java b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiConfigName.java index a804f1711957..111991cbc5cc 100644 --- a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiConfigName.java +++ b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiName.java b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiName.java index a97d8ac1cbe5..4a59433a4262 100644 --- a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiName.java +++ b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/GatewayName.java b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/GatewayName.java index bc0c2a8b7e0e..68691e242bd0 100644 --- a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/GatewayName.java +++ b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/GatewayName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/LocationName.java b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/LocationName.java index 16a12bbbea58..96a257912e10 100644 --- a/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/LocationName.java +++ b/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/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-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetCredentialsProvider.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetCredentialsProvider.java index 632c21251804..923d0482adf5 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/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-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetCredentialsProvider1.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetCredentialsProvider1.java index 96eae618e555..45042875efc9 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/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-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetEndpoint.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetEndpoint.java index 9f55eb9b973e..0fca5afba8da 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/create/SyncCreateSetEndpoint.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/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-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApi.java index 418eda78085d..4479df7b414c 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApiLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApiLRO.java index 2fb79266183f..38cab437cf4c 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApiLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/AsyncCreateApiLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApi.java index f126b01405a6..0fc736640553 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiLocationnameApiString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiLocationnameApiString.java index f050f1a8f2f1..d789c220e93a 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiLocationnameApiString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiLocationnameApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiStringApiString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiStringApiString.java index 198da5ea6cc9..acd6aba07d6c 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiStringApiString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapi/SyncCreateApiStringApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfig.java index 84cc2cb00c97..7f75147f1284 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfigLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfigLRO.java index f5fd80ffb42f..bf8e2d80b7ef 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfigLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/AsyncCreateApiConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfig.java index f640fc5fc160..3e7e79e2fd70 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigApinameApiconfigString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigApinameApiconfigString.java index 09839bae5bda..d9dd5508ba52 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigApinameApiconfigString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigApinameApiconfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigStringApiconfigString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigStringApiconfigString.java index 4de510cc72af..fb2743f7a5e2 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigStringApiconfigString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/createapiconfig/SyncCreateApiConfigStringApiconfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGateway.java index 044fa08e0b14..a36bb826b708 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGatewayLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGatewayLRO.java index a43066fc19b6..a7a6cc44bd5a 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGatewayLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/AsyncCreateGatewayLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGateway.java index 36719fc472e9..9f87fe4e3349 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayLocationnameGatewayString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayLocationnameGatewayString.java index 2b2f86c25b97..d61c43b8d431 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayLocationnameGatewayString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayLocationnameGatewayString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayStringGatewayString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayStringGatewayString.java index 1b23916118d6..cc3af9bfe2d5 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayStringGatewayString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/SyncCreateGatewayStringGatewayString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApi.java index da94d5ab626c..1887cd406f8c 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApiLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApiLRO.java index 6f9563b362e3..ed74e0d94d1c 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApiLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/AsyncDeleteApiLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApi.java index 6a84b13a19bd..de6661b0c714 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiApiname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiApiname.java index ac9fb8a90303..80f29c7e8803 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiApiname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiString.java index 598ecdeb8f30..98bffb5e886b 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapi/SyncDeleteApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfig.java index ad8877544ee2..4f5a15d2b4be 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfigLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfigLRO.java index a52f36e761ae..59c0f0be8ff9 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfigLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/AsyncDeleteApiConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfig.java index 87549109a91f..e59eb33cbc02 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigApiconfigname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigApiconfigname.java index 63ad625d86c8..a662eae42b96 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigApiconfigname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigApiconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigString.java index 39816736d143..57efd100c29f 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deleteapiconfig/SyncDeleteApiConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGateway.java index 865e4d2f63f8..2f403d9d1cf0 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGatewayLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGatewayLRO.java index 52f9fa48e3d7..3afb368f169d 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGatewayLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/AsyncDeleteGatewayLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGateway.java index c556ba2d1835..896b960ea5b6 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayGatewayname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayGatewayname.java index 3171b424b094..db540730eeb2 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayGatewayname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayGatewayname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayString.java index e75682816e61..5470f9e76217 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/deletegateway/SyncDeleteGatewayString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/AsyncGetApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/AsyncGetApi.java index c1aac01dad01..94da75ebb6b3 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/AsyncGetApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/AsyncGetApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApi.java index 0e3249a620d1..e15f6a6c1f84 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiApiname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiApiname.java index e90614481eba..325d70e4dd7c 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiApiname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiString.java index ab4910cc042c..0cec9e1b32af 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapi/SyncGetApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/AsyncGetApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/AsyncGetApiConfig.java index 675b61d5d9db..46e309eecdaf 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/AsyncGetApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/AsyncGetApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfig.java index e6194f715aed..f1a39a6e0137 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigApiconfigname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigApiconfigname.java index c605845057f3..0067789ebe76 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigApiconfigname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigApiconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigString.java index 6f65c27208af..d990a3023ab3 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getapiconfig/SyncGetApiConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/AsyncGetGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/AsyncGetGateway.java index aa5d4a19c722..c113068c13e5 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/AsyncGetGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/AsyncGetGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGateway.java index f46d0fde14c5..811093b15ee5 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayGatewayname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayGatewayname.java index 7e75d6f68418..6a12f94ceb79 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayGatewayname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayGatewayname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayString.java index 752e916c47d4..89fda8c6728e 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/getgateway/SyncGetGatewayString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigs.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigs.java index 0fb1d2a66b7e..818c20f01e50 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigs.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigsPaged.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigsPaged.java index f43bd30e0fa6..0a9a4fe571bb 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigsPaged.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/AsyncListApiConfigsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigs.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigs.java index 8a35fb616013..76db540f26dc 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigs.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsApiname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsApiname.java index 71f542cb8a9c..6021250f6757 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsApiname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsString.java index e1ba257b0859..8509b35aac71 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapiconfigs/SyncListApiConfigsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApis.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApis.java index 8fd51f28387f..3ae064cbb6a6 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApis.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApis.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApisPaged.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApisPaged.java index bbffbb8762f9..46b70e09ebd8 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApisPaged.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/AsyncListApisPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApis.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApis.java index 0564c89f1744..51ca38c8b142 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApis.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApis.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisLocationname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisLocationname.java index 5c1b0ecb24f3..0a78f1e5ecb3 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisLocationname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisString.java index cd1e4df9b7be..96aa520003eb 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listapis/SyncListApisString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGateways.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGateways.java index a54ac450dcd4..0859bdc7694a 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGateways.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGateways.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGatewaysPaged.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGatewaysPaged.java index a689ad5e0457..eb84fe15a933 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGatewaysPaged.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/AsyncListGatewaysPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGateways.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGateways.java index 30c504d16786..ea51ddce6b98 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGateways.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGateways.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysLocationname.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysLocationname.java index bf4b21611672..e30449e061e4 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysLocationname.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysString.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysString.java index 6b68c89054eb..6af115aaf839 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysString.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/listgateways/SyncListGatewaysString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApi.java index 78035935041c..fd94880d4680 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApiLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApiLRO.java index 8f4f09f40309..3641fbde6b70 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApiLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/AsyncUpdateApiLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApi.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApi.java index 35086ae680e2..4ff6131d2fc2 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApi.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApiApiFieldmask.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApiApiFieldmask.java index 6fa086f1e551..7cbd19930b81 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApiApiFieldmask.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapi/SyncUpdateApiApiFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfig.java index 5c57954786ba..0e9d7af171db 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfigLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfigLRO.java index a8e227d830bd..9d1b2adb4922 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfigLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/AsyncUpdateApiConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfig.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfig.java index bb445b43c899..b5a73c13d616 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfig.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfigApiconfigFieldmask.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfigApiconfigFieldmask.java index 2c915bcbf6b6..650add587a3b 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfigApiconfigFieldmask.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updateapiconfig/SyncUpdateApiConfigApiconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGateway.java index 1f437202eda8..1bcdbb8901f9 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGatewayLRO.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGatewayLRO.java index e9546c5e4d80..f60e491b4c26 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGatewayLRO.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/AsyncUpdateGatewayLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGateway.java index b40283951b26..efdb3e7e0b50 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGatewayGatewayFieldmask.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGatewayGatewayFieldmask.java index bf25050e7cc8..c82ca80efd7d 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGatewayGatewayFieldmask.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/SyncUpdateGatewayGatewayFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservicesettings/getgateway/SyncGetGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservicesettings/getgateway/SyncGetGateway.java index ecfc12901a49..098258a82533 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservicesettings/getgateway/SyncGetGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservicesettings/getgateway/SyncGetGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/stub/apigatewayservicestubsettings/getgateway/SyncGetGateway.java b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/stub/apigatewayservicestubsettings/getgateway/SyncGetGateway.java index 4e7af93f8bce..be7de5e54ddb 100644 --- a/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/stub/apigatewayservicestubsettings/getgateway/SyncGetGateway.java +++ b/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/stub/apigatewayservicestubsettings/getgateway/SyncGetGateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/README.md b/java-apigee-connect/README.md index a4d356f86c16..1e9d2bd15fa0 100644 --- a/java-apigee-connect/README.md +++ b/java-apigee-connect/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-apigee-connect.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-connect/2.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-connect/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-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClient.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClient.java index c1be2a6a0b1d..2311073ce3e3 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClient.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceSettings.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceSettings.java index c90094930949..da8bf999d213 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceSettings.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -123,7 +123,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConnectionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConnectionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherClient.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherClient.java index 5e7dc7150deb..70e125596874 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherClient.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherSettings.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherSettings.java index bc701e48ca45..cef2bf04b94c 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherSettings.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/TetherSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.apigeeconnect.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.grpc.InstantiatingGrpcChannelProvider; @@ -109,7 +108,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TetherStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TetherStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/package-info.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/package-info.java index 4eb2494cdac3..8324e30ce2ff 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/package-info.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/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-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStub.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStub.java index 294de683eb2f..c98a8fb531b0 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStub.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStubSettings.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStubSettings.java index df9e8abec0fc..c0c4b6f1d237 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStubSettings.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -241,7 +241,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( @@ -250,7 +249,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-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceCallableFactory.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceCallableFactory.java index 036b4d80731b..a2d9841c5d5b 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceCallableFactory.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceStub.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceStub.java index 4ea58a54c35e..2e889c6093b7 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceStub.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherCallableFactory.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherCallableFactory.java index 387f3f9b50e0..451d94cb7124 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherCallableFactory.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherStub.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherStub.java index 7cf3e84f83c0..67d15966722b 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherStub.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceCallableFactory.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceCallableFactory.java index 17ec77104f8f..ebca0f676ecf 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceCallableFactory.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceStub.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceStub.java index 4bf5d6e94fef..434cecd9573c 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceStub.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/HttpJsonConnectionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStub.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStub.java index ba8c07686e5f..0d403f9175b4 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStub.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStubSettings.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStubSettings.java index e4b77f56812b..37975bc147d1 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStubSettings.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/TetherStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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.apigeeconnect.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; @@ -154,7 +153,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(TetherStubSettings.class)) diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientHttpJsonTest.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientHttpJsonTest.java index 51d5de0ef4db..8f63448478b1 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientHttpJsonTest.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientTest.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientTest.java index dce311d02521..00a56229a71d 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientTest.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/ConnectionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionService.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionService.java index 976611224c57..6355a465cace 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionService.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionServiceImpl.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionServiceImpl.java index d5118e07020b..10157ef0d9b8 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionServiceImpl.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockConnectionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTether.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTether.java index a162b1f2af66..a6e224ce8ec5 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTether.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTether.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTetherImpl.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTetherImpl.java index 91938a1eaab3..5c5d17c61c4e 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTetherImpl.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/MockTetherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/TetherClientTest.java b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/TetherClientTest.java index c580ef0af778..cbf2ec5931c8 100644 --- a/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/TetherClientTest.java +++ b/java-apigee-connect/google-cloud-apigee-connect/src/test/java/com/google/cloud/apigeeconnect/v1/TetherClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/proto-google-cloud-apigee-connect-v1/src/main/java/com/google/cloud/apigeeconnect/v1/EndpointName.java b/java-apigee-connect/proto-google-cloud-apigee-connect-v1/src/main/java/com/google/cloud/apigeeconnect/v1/EndpointName.java index 5fa939463242..9933d1e742ec 100644 --- a/java-apigee-connect/proto-google-cloud-apigee-connect-v1/src/main/java/com/google/cloud/apigeeconnect/v1/EndpointName.java +++ b/java-apigee-connect/proto-google-cloud-apigee-connect-v1/src/main/java/com/google/cloud/apigeeconnect/v1/EndpointName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetCredentialsProvider.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetCredentialsProvider.java index eb341a92d1dc..32690fa21c8f 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetCredentialsProvider1.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetCredentialsProvider1.java index 56a90c714708..ac1853a95395 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetEndpoint.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetEndpoint.java index a74363576b1f..874a385a77a0 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/create/SyncCreateSetEndpoint.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/AsyncListConnections.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/AsyncListConnections.java index 9dc23958ad8b..e06af4835615 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/AsyncListConnections.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/AsyncListConnectionsPaged.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/AsyncListConnectionsPaged.java index 1f673cd56fc3..617ffc549f0b 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/AsyncListConnectionsPaged.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnections.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnections.java index 8cf9bf22a5fe..4f4291df0bcf 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnections.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsEndpointname.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsEndpointname.java index 296db84cf92f..f2e9ecd85aac 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsEndpointname.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsEndpointname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsString.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsString.java index b96bb7511e8d..ced980c8e82e 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/listconnections/SyncListConnectionsString.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservice/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservicesettings/listconnections/SyncListConnections.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservicesettings/listconnections/SyncListConnections.java index 137c2690c8bb..81efec5f6dac 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservicesettings/listconnections/SyncListConnections.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/connectionservicesettings/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/connectionservicestubsettings/listconnections/SyncListConnections.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/connectionservicestubsettings/listconnections/SyncListConnections.java index 9f2c475f152b..3c4fc6d001b9 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/connectionservicestubsettings/listconnections/SyncListConnections.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/connectionservicestubsettings/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/tetherstubsettings/egress/SyncEgress.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/tetherstubsettings/egress/SyncEgress.java index f49d173acb4e..607db4c4dc95 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/tetherstubsettings/egress/SyncEgress.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/stub/tetherstubsettings/egress/SyncEgress.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/create/SyncCreateSetCredentialsProvider.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/create/SyncCreateSetCredentialsProvider.java index 9bd01ccad7a2..1a3f6f71fa30 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/create/SyncCreateSetCredentialsProvider.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/create/SyncCreateSetEndpoint.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/create/SyncCreateSetEndpoint.java index bfd4caa157d1..a76e79b308d2 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/create/SyncCreateSetEndpoint.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/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-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/egress/AsyncEgress.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/egress/AsyncEgress.java index e3f77738ab75..35e4fa233d01 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/egress/AsyncEgress.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tether/egress/AsyncEgress.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tethersettings/egress/SyncEgress.java b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tethersettings/egress/SyncEgress.java index daa45e758d35..763f818edfe6 100644 --- a/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tethersettings/egress/SyncEgress.java +++ b/java-apigee-connect/samples/snippets/generated/com/google/cloud/apigeeconnect/v1/tethersettings/egress/SyncEgress.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/README.md b/java-apigee-registry/README.md index 0c6ef8fd8b7a..295e7f19b9bc 100644 --- a/java-apigee-registry/README.md +++ b/java-apigee-registry/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-apigee-registry.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-registry/0.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-registry/0.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-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningClient.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningClient.java index 44487b1cd519..987ced797504 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningClient.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningSettings.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningSettings.java index 31c4ba326c87..1387c2184584 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningSettings.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/ProvisioningSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 ProvisioningStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ProvisioningStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java index f785d75ef2ae..61cfe1c1ae25 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistrySettings.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistrySettings.java index bdf9696c3162..92d6eb6adf0d 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistrySettings.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistrySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 RegistryStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegistryStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/package-info.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/package-info.java index e117f0b2de13..b5827a137e61 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/package-info.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/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-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningCallableFactory.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningCallableFactory.java index fae836e606ef..76922995268c 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningCallableFactory.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningStub.java index eaa68f2413f9..932eb93af5c5 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcProvisioningStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryCallableFactory.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryCallableFactory.java index 262db25ae993..bd50d0b27b57 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryCallableFactory.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryStub.java index b197660ac7e1..fbda2c2795f8 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/GrpcRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningCallableFactory.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningCallableFactory.java index 930b29f49c1a..954bf3bd895d 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningCallableFactory.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningStub.java index bc41c92da097..3d2ca99c845c 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonProvisioningStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryCallableFactory.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryCallableFactory.java index 054851966669..4e7b45c5562d 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryCallableFactory.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java index 728e376cdfec..45ebfd898a32 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStub.java index f4093b9cd31a..491f4eb30ebf 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStubSettings.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStubSettings.java index 5a1b1be62560..e1eeb30ff9b0 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStubSettings.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/ProvisioningStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -314,7 +314,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( @@ -323,7 +322,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-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStub.java index d1eef3466066..6a3d6e5d2d0a 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStubSettings.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStubSettings.java index 0768f8265a87..c67ac64d514e 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStubSettings.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/RegistryStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -990,7 +990,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(RegistryStubSettings.class)) @@ -998,7 +997,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(RegistryStubSettings.class)) diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockIAMPolicy.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockIAMPolicy.java index 330b4b1c9643..c3b0a723310b 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockIAMPolicy.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/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-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockIAMPolicyImpl.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockIAMPolicyImpl.java index 5c5fd276bb9b..70c704ee4ff8 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockIAMPolicyImpl.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/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-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockLocations.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockLocations.java index 4fa330c31a0d..4b30d913e19a 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockLocations.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/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-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockLocationsImpl.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockLocationsImpl.java index 07a8717e34ce..547793824fba 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockLocationsImpl.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/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-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioning.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioning.java index f024d403b560..3b85bea72f4e 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioning.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioning.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioningImpl.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioningImpl.java index ee139fa06636..d56300e8d596 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioningImpl.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockProvisioningImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistry.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistry.java index 1af021390d95..404a09e0b9ed 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistry.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistryImpl.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistryImpl.java index 85611d25814e..352ae51c2fb9 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistryImpl.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/MockRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientHttpJsonTest.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientHttpJsonTest.java index 5848635e3bbf..41562c9fbd8d 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientHttpJsonTest.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientTest.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientTest.java index 475cc30fe004..a2ef77c16736 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientTest.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/ProvisioningClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientHttpJsonTest.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientHttpJsonTest.java index 9b60569a71a4..86841a06a509 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientHttpJsonTest.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientTest.java b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientTest.java index 07c6968d5a8c..fc3ff4489e6f 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientTest.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/RegistryClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentName.java index b37847850503..e9fbc533b4d2 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiName.java index a2b3c5138b83..274208bce1b7 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecName.java index 0ddb6a1d2111..98bef8253725 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionName.java index 71e57db4ca3c..4f1380e05cd4 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ArtifactName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ArtifactName.java index e9809cf6e7a7..16994e2221c1 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ArtifactName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ArtifactName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceName.java index e8559de47f7a..65fb346f633a 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/LocationName.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/LocationName.java index 0e79446c767f..b0547e4c4319 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/LocationName.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetCredentialsProvider.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetCredentialsProvider.java index 23ead79aaa65..8092324359f6 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetCredentialsProvider.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetCredentialsProvider1.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetCredentialsProvider1.java index 1a424c97d1f3..483935bffaf4 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetCredentialsProvider1.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetEndpoint.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetEndpoint.java index 4aba3d164846..a80379fbf67c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/create/SyncCreateSetEndpoint.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstance.java index e36bbecfdec5..f11005654f6c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstanceLRO.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstanceLRO.java index 8489bd065fdf..213f0b892529 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstanceLRO.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/AsyncCreateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstance.java index adf56501911e..2699f8d03e94 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceLocationnameInstanceString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceLocationnameInstanceString.java index e900ea9b7e3e..33a945f0ad16 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceLocationnameInstanceString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceLocationnameInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceStringInstanceString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceStringInstanceString.java index f0f091bbdaa7..e8b41d80c22a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceStringInstanceString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/createinstance/SyncCreateInstanceStringInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstance.java index 6c6eee3e2872..a3eb4a905e88 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstanceLRO.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstanceLRO.java index b947bcf51a64..602d5758e5fa 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstanceLRO.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/AsyncDeleteInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstance.java index a35fa8fbd810..43e5fe61bc93 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceInstancename.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceInstancename.java index cf42d3e7687c..ff3baa3279ee 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceInstancename.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceString.java index 1cecd7efe7b5..da2e934f57e3 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/deleteinstance/SyncDeleteInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getiampolicy/AsyncGetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getiampolicy/AsyncGetIamPolicy.java index c6984b4a6ff0..dad4314ecf2d 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getiampolicy/AsyncGetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getiampolicy/SyncGetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getiampolicy/SyncGetIamPolicy.java index 3b863e55ab99..8893978be998 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getiampolicy/SyncGetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/AsyncGetInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/AsyncGetInstance.java index 58bf85c48868..b294cec376b2 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/AsyncGetInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/AsyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstance.java index 79bf6e8f4414..7f01ed86c75b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceInstancename.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceInstancename.java index e94af4a78d40..886a7f6caf31 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceInstancename.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceString.java index ae31bf8a1f29..9814ec7c668c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getinstance/SyncGetInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getlocation/AsyncGetLocation.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getlocation/AsyncGetLocation.java index 1fbc68c951ce..04644f6bc915 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getlocation/AsyncGetLocation.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getlocation/SyncGetLocation.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getlocation/SyncGetLocation.java index 8152f8bc93f8..ea28ef332295 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/getlocation/SyncGetLocation.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/AsyncListLocations.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/AsyncListLocations.java index 7187dab44d40..01fc617ec03d 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/AsyncListLocations.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/AsyncListLocationsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/AsyncListLocationsPaged.java index 42bf507e003f..d0329927b03b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/AsyncListLocationsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/SyncListLocations.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/SyncListLocations.java index a07398e78471..e641fb4f3b4c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/listlocations/SyncListLocations.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/setiampolicy/AsyncSetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/setiampolicy/AsyncSetIamPolicy.java index b0d67c91732a..e3fdd3b47227 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/setiampolicy/AsyncSetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/setiampolicy/SyncSetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/setiampolicy/SyncSetIamPolicy.java index df7f26418b7f..8d5354b8c7e9 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/setiampolicy/SyncSetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/testiampermissions/AsyncTestIamPermissions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/testiampermissions/AsyncTestIamPermissions.java index 786d66f6f6ad..f3df5e757bd1 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/testiampermissions/AsyncTestIamPermissions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/testiampermissions/SyncTestIamPermissions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/testiampermissions/SyncTestIamPermissions.java index 40965d3279a8..23ab95a3f41e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/testiampermissions/SyncTestIamPermissions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioning/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioningsettings/getinstance/SyncGetInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioningsettings/getinstance/SyncGetInstance.java index 2553175469c6..b8f437c14186 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioningsettings/getinstance/SyncGetInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/provisioningsettings/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetCredentialsProvider.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetCredentialsProvider.java index abe00078961d..9695c841b1cf 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetCredentialsProvider.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetCredentialsProvider1.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetCredentialsProvider1.java index e1fed83fa3c5..465d43c2d837 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetCredentialsProvider1.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetEndpoint.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetEndpoint.java index f2dc6bf2d2ba..7c3de9cd4537 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/create/SyncCreateSetEndpoint.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/AsyncCreateApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/AsyncCreateApi.java index ec28f34820f5..2365496e03e5 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/AsyncCreateApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/AsyncCreateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApi.java index 194a83415dab..68991773e420 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiLocationnameApiString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiLocationnameApiString.java index 00e532fc5db0..01ff0e5484ad 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiLocationnameApiString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiLocationnameApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiStringApiString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiStringApiString.java index f0b6f4bfd35b..5c660349201b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiStringApiString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapi/SyncCreateApiStringApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/AsyncCreateApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/AsyncCreateApiDeployment.java index 7a98067b5443..b26900f7e4f3 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/AsyncCreateApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/AsyncCreateApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeployment.java index 0901dfcdfedb..98ff3c4d3bc1 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentApinameApideploymentString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentApinameApideploymentString.java index e09f738f0311..fcf0bebefdb6 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentApinameApideploymentString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentApinameApideploymentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentStringApideploymentString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentStringApideploymentString.java index 74b4c38c523b..e42c91d99e93 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentStringApideploymentString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapideployment/SyncCreateApiDeploymentStringApideploymentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/AsyncCreateApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/AsyncCreateApiSpec.java index add9896c7ebe..c99f9a1138dc 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/AsyncCreateApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/AsyncCreateApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpec.java index c3f7b288de9a..1728d3edbe76 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecApiversionnameApispecString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecApiversionnameApispecString.java index 93516bf0eb4a..25bd0f9f8bc8 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecApiversionnameApispecString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecApiversionnameApispecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecStringApispecString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecStringApispecString.java index 485ddb60e004..e28a3bd0d8e8 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecStringApispecString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapispec/SyncCreateApiSpecStringApispecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/AsyncCreateApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/AsyncCreateApiVersion.java index f60c8f6d730a..25d89726f086 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/AsyncCreateApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/AsyncCreateApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersion.java index 89b7836e06ec..eb8fbc1ebce5 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionApinameApiversionString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionApinameApiversionString.java index 39ac031993d9..31fde0c377b9 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionApinameApiversionString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionApinameApiversionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionStringApiversionString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionStringApiversionString.java index 9361b045199e..267111d3bd31 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionStringApiversionString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createapiversion/SyncCreateApiVersionStringApiversionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/AsyncCreateArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/AsyncCreateArtifact.java index 7f5d6bce826f..84ead16ab42d 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/AsyncCreateArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/AsyncCreateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifact.java index 2aabb56b658b..8de0b6c3505e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApideploymentnameArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApideploymentnameArtifactString.java index 04d6d9fbb37d..c904f90083f8 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApideploymentnameArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApideploymentnameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApinameArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApinameArtifactString.java index c949bddec046..8102eebf4242 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApinameArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApinameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApispecnameArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApispecnameArtifactString.java index ea486e8237d1..9268ac0079ed 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApispecnameArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApispecnameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApiversionnameArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApiversionnameArtifactString.java index 9fc1f2e5ce4d..c57bca5b11e7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApiversionnameArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactApiversionnameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactLocationnameArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactLocationnameArtifactString.java index 0f7f8a7c71c4..fcc44fc1e1f0 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactLocationnameArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactLocationnameArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactStringArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactStringArtifactString.java index ce7d6aecc27d..8a6469cf8dc7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactStringArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/createartifact/SyncCreateArtifactStringArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/AsyncDeleteApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/AsyncDeleteApi.java index 923f51c936d5..727d27c1cf4e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/AsyncDeleteApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/AsyncDeleteApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApi.java index d6f73de0fca4..7591c5ffbb31 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiApiname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiApiname.java index 3ce2f7d6b010..7a3188841e52 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiApiname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiString.java index c66392766655..cc36abe8cb3a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapi/SyncDeleteApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/AsyncDeleteApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/AsyncDeleteApiDeployment.java index b89f32e5199c..a814eaf13c19 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/AsyncDeleteApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/AsyncDeleteApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeployment.java index 4109daafce27..54cdab9d7ff6 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentApideploymentname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentApideploymentname.java index b7a1638fd327..7f4db816402a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentApideploymentname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentApideploymentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentString.java index 6e87b1f39711..92217eaecc0a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideployment/SyncDeleteApiDeploymentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/AsyncDeleteApiDeploymentRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/AsyncDeleteApiDeploymentRevision.java index 5f64a3e4bd4a..cc3f5e4f98ff 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/AsyncDeleteApiDeploymentRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/AsyncDeleteApiDeploymentRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevision.java index f8f2807d2a1a..8eeee704a107 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionApideploymentname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionApideploymentname.java index b91bbdaedafc..1eb119f3a4ea 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionApideploymentname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionApideploymentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionString.java index a9c0d423e4a0..fd8349dae942 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapideploymentrevision/SyncDeleteApiDeploymentRevisionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/AsyncDeleteApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/AsyncDeleteApiSpec.java index 91c409fe3dca..484b8036b5b1 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/AsyncDeleteApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/AsyncDeleteApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpec.java index 6b6bfd60ba2f..67345db9094a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecApispecname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecApispecname.java index f3058792ecd1..042da0dfc7dd 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecApispecname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecApispecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecString.java index e929bcf1b067..24b204268dc2 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispec/SyncDeleteApiSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/AsyncDeleteApiSpecRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/AsyncDeleteApiSpecRevision.java index de0c4b73d01a..e729920fd561 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/AsyncDeleteApiSpecRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/AsyncDeleteApiSpecRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevision.java index a5a31a20877c..939dc82332ba 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionApispecname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionApispecname.java index 629e9cafef7a..e0d1df052670 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionApispecname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionApispecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionString.java index 74074284b865..a259a9a847da 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapispecrevision/SyncDeleteApiSpecRevisionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/AsyncDeleteApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/AsyncDeleteApiVersion.java index da47649caa15..525f1f0f9887 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/AsyncDeleteApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/AsyncDeleteApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersion.java index cbf20696a308..ef338a031623 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionApiversionname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionApiversionname.java index 8af78464e0d0..0512904285cd 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionApiversionname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionApiversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionString.java index 258c63d41664..6f2572cd0564 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteapiversion/SyncDeleteApiVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/AsyncDeleteArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/AsyncDeleteArtifact.java index 7344f9be6cc1..ad2fca249925 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/AsyncDeleteArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/AsyncDeleteArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifact.java index a048902a6d7f..75c1a8c9db79 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactArtifactname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactArtifactname.java index e674e27f0e63..43add1c167ba 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactArtifactname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactString.java index 7633f3f8b8e5..dcdae8632977 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/deleteartifact/SyncDeleteArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/AsyncGetApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/AsyncGetApi.java index 0b6cd98d1498..ed2e50e22a49 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/AsyncGetApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/AsyncGetApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApi.java index 891331f1a5fa..557c8e30391b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiApiname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiApiname.java index 7baa2c256e12..92b5e73c1f2f 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiApiname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiString.java index d99286bb3c2b..a65c82eac322 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapi/SyncGetApiString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/AsyncGetApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/AsyncGetApiDeployment.java index 2703f85614f2..91ea8d5b9661 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/AsyncGetApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/AsyncGetApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeployment.java index 6ac853d68aaa..eec16f8dace5 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentApideploymentname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentApideploymentname.java index ce12f666ae75..c3a071e20ed0 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentApideploymentname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentApideploymentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentString.java index abdc6ff0a44f..0fc7aa487843 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapideployment/SyncGetApiDeploymentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/AsyncGetApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/AsyncGetApiSpec.java index 16b1d0ce4518..537240a17084 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/AsyncGetApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/AsyncGetApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpec.java index 073936ea249a..d097aafad737 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecApispecname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecApispecname.java index 8b540cf61067..05437ee684c1 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecApispecname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecApispecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecString.java index dcbdb1e07955..d7313bd00743 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispec/SyncGetApiSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/AsyncGetApiSpecContents.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/AsyncGetApiSpecContents.java index 14c4c4416673..7fc8014da306 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/AsyncGetApiSpecContents.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/AsyncGetApiSpecContents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContents.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContents.java index fe295cbce6b6..ab553c36e4a5 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContents.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsApispecname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsApispecname.java index 44d978bebe86..aca7ace84147 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsApispecname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsApispecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsString.java index a822c900c311..5258e6c1393c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapispeccontents/SyncGetApiSpecContentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/AsyncGetApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/AsyncGetApiVersion.java index 173bbe98df9f..c9d2092def6b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/AsyncGetApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/AsyncGetApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersion.java index d03afbcb9639..537888c6388e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionApiversionname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionApiversionname.java index 927c1b27bb4d..dee72bd712f0 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionApiversionname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionApiversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionString.java index 0b6fbd710794..dd0171029a46 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getapiversion/SyncGetApiVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/AsyncGetArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/AsyncGetArtifact.java index 213cb00137bb..2d94a3b8ab10 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/AsyncGetArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/AsyncGetArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifact.java index 73dc5b1fd555..b00cb013ca22 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactArtifactname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactArtifactname.java index eb01dd63cfa2..4731ba7d92ea 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactArtifactname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactString.java index c63119b7a9b7..dbe30be428e9 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifact/SyncGetArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/AsyncGetArtifactContents.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/AsyncGetArtifactContents.java index 7f56f1e0e348..368adafe35c7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/AsyncGetArtifactContents.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/AsyncGetArtifactContents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContents.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContents.java index b0ce7cd0b3d0..14663a90442a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContents.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsArtifactname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsArtifactname.java index e73ced103e99..689df96346c6 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsArtifactname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsArtifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsString.java index ac79e9005a9b..f2467d6587f6 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getartifactcontents/SyncGetArtifactContentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getiampolicy/AsyncGetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getiampolicy/AsyncGetIamPolicy.java index 67d3597ad641..970891d7d830 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getiampolicy/AsyncGetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getiampolicy/SyncGetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getiampolicy/SyncGetIamPolicy.java index 666fca7c3a47..46f59e23d3cf 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getiampolicy/SyncGetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getlocation/AsyncGetLocation.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getlocation/AsyncGetLocation.java index 30817c27185a..2232f19285b7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getlocation/AsyncGetLocation.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getlocation/SyncGetLocation.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getlocation/SyncGetLocation.java index 5a811b17d9db..51cb969bcc60 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/getlocation/SyncGetLocation.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisions.java index 2feee72bcd65..ccbfb2e80571 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisionsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisionsPaged.java index 7ab6b678c032..984d98f84885 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisionsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/AsyncListApiDeploymentRevisionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/SyncListApiDeploymentRevisions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/SyncListApiDeploymentRevisions.java index e9c4654e6a19..6099e034ebe4 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/SyncListApiDeploymentRevisions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideploymentrevisions/SyncListApiDeploymentRevisions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeployments.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeployments.java index e459bfe2489e..5fe4b3888ad3 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeployments.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeploymentsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeploymentsPaged.java index 429f63fcc099..9079111b8cbc 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeploymentsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/AsyncListApiDeploymentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeployments.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeployments.java index 7c1c1d4d716d..f407f4d2a0cb 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeployments.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsApiname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsApiname.java index f67e3343474c..4f7e26a24178 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsApiname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsString.java index 5a939f61bc95..d6378c1cd784 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapideployments/SyncListApiDeploymentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApis.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApis.java index 36378f563cc0..1e03d29bd2f3 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApis.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApis.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApisPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApisPaged.java index b816a197f0fa..bf68dd44813c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApisPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/AsyncListApisPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApis.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApis.java index c8f2d41848a9..7ccf3b1ca84e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApis.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApis.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisLocationname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisLocationname.java index adebb0b915f0..32eac08af4ff 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisLocationname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisString.java index f08ad4e254f9..e5faa8a06651 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapis/SyncListApisString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisions.java index 997d277c0dc6..54404dbbc890 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisionsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisionsPaged.java index fd27720e830a..8002063185ef 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisionsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/AsyncListApiSpecRevisionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/SyncListApiSpecRevisions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/SyncListApiSpecRevisions.java index 06156c4a2832..5c9abe604723 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/SyncListApiSpecRevisions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecrevisions/SyncListApiSpecRevisions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecs.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecs.java index c9083a5136a1..b4fd926c55a5 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecs.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecsPaged.java index 70b1d5d0a21f..6285e331aa40 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/AsyncListApiSpecsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecs.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecs.java index 9fb4d79ab5fe..57ce3590c276 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecs.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsApiversionname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsApiversionname.java index becf63b78da3..0352e744959b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsApiversionname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsApiversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsString.java index 7841dd9b13b6..9ec5c4bc4a20 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapispecs/SyncListApiSpecsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersions.java index bf0198e379ca..0e65b0f3c93a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersionsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersionsPaged.java index d639d01958e1..5b35f51022c7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersionsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/AsyncListApiVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersions.java index 149d0826d8e8..81e0ffc8f40b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsApiname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsApiname.java index be8e73091101..3e16b21a7c9f 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsApiname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsString.java index 6c70a9056713..2b589c8c5779 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listapiversions/SyncListApiVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifacts.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifacts.java index 1fe1a9511be2..89a986d02d74 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifacts.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifactsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifactsPaged.java index fc1f95579bf6..c3d6479c19cc 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifactsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/AsyncListArtifactsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifacts.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifacts.java index 643c09876625..a0e80241073b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifacts.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApideploymentname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApideploymentname.java index da21e14bc992..5e3a2abf6d6b 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApideploymentname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApideploymentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiname.java index 81f97f8cab76..ad11a2bdfde9 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApispecname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApispecname.java index f3b146c85a9d..69845066ed9f 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApispecname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApispecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiversionname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiversionname.java index f14f843b7e6c..d0b9a8ad7c28 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiversionname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsApiversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsLocationname.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsLocationname.java index 2d38f996168d..131c72163c74 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsLocationname.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsString.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsString.java index 49cc6a015dc2..0f8a8f0a3ea1 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsString.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listartifacts/SyncListArtifactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/AsyncListLocations.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/AsyncListLocations.java index c30e3fd009a6..dfd84445705c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/AsyncListLocations.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/AsyncListLocationsPaged.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/AsyncListLocationsPaged.java index c39258d774a4..e54393a11f17 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/AsyncListLocationsPaged.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/SyncListLocations.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/SyncListLocations.java index f4aa9063b767..a8a8d35ebbe8 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/listlocations/SyncListLocations.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/AsyncReplaceArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/AsyncReplaceArtifact.java index c587e6b0b04e..a379546a634e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/AsyncReplaceArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/AsyncReplaceArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifact.java index 4ac3fb4882c4..d85879ab9869 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifactArtifact.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifactArtifact.java index 54a775a1549b..faf6863e6479 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifactArtifact.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/replaceartifact/SyncReplaceArtifactArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/AsyncRollbackApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/AsyncRollbackApiDeployment.java index 9edc97d3336f..690eb1010cac 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/AsyncRollbackApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/AsyncRollbackApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/SyncRollbackApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/SyncRollbackApiDeployment.java index 149d7e1d753e..f05a3935db74 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/SyncRollbackApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapideployment/SyncRollbackApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/AsyncRollbackApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/AsyncRollbackApiSpec.java index 16585860b051..409c7532f887 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/AsyncRollbackApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/AsyncRollbackApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/SyncRollbackApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/SyncRollbackApiSpec.java index e1827b09e262..050aefaa5886 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/SyncRollbackApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/rollbackapispec/SyncRollbackApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/setiampolicy/AsyncSetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/setiampolicy/AsyncSetIamPolicy.java index f75ecd73b1bf..5f7a7b8611da 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/setiampolicy/AsyncSetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/setiampolicy/SyncSetIamPolicy.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/setiampolicy/SyncSetIamPolicy.java index 7ed2a601c4af..0e3994b7b007 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/setiampolicy/SyncSetIamPolicy.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/AsyncTagApiDeploymentRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/AsyncTagApiDeploymentRevision.java index 8784de60e0e1..bd224b202a61 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/AsyncTagApiDeploymentRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/AsyncTagApiDeploymentRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/SyncTagApiDeploymentRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/SyncTagApiDeploymentRevision.java index 422ef0b654de..2b01e66b9d98 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/SyncTagApiDeploymentRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapideploymentrevision/SyncTagApiDeploymentRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/AsyncTagApiSpecRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/AsyncTagApiSpecRevision.java index a527e899f8a9..808dd0a54e86 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/AsyncTagApiSpecRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/AsyncTagApiSpecRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/SyncTagApiSpecRevision.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/SyncTagApiSpecRevision.java index 0e95b42ba89d..d9ac2968d593 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/SyncTagApiSpecRevision.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/tagapispecrevision/SyncTagApiSpecRevision.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/testiampermissions/AsyncTestIamPermissions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/testiampermissions/AsyncTestIamPermissions.java index 0b618e4ce277..77df80a798bd 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/testiampermissions/AsyncTestIamPermissions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/testiampermissions/SyncTestIamPermissions.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/testiampermissions/SyncTestIamPermissions.java index 37c4c9afa884..ad347cf5165d 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/testiampermissions/SyncTestIamPermissions.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/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-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/AsyncUpdateApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/AsyncUpdateApi.java index 28fcc3a1c7db..bea83fcc7544 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/AsyncUpdateApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/AsyncUpdateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApi.java index 9758a721fa3c..8e1821cbce0c 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApiApiFieldmask.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApiApiFieldmask.java index 586a6ff3399c..9313d0bb0e91 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApiApiFieldmask.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapi/SyncUpdateApiApiFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/AsyncUpdateApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/AsyncUpdateApiDeployment.java index 0fd13be260fe..0a8e8d0d38d7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/AsyncUpdateApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/AsyncUpdateApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeployment.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeployment.java index 82cd41791368..693d10906667 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeployment.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeploymentApideploymentFieldmask.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeploymentApideploymentFieldmask.java index 8747c211438f..96279af22c15 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeploymentApideploymentFieldmask.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapideployment/SyncUpdateApiDeploymentApideploymentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/AsyncUpdateApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/AsyncUpdateApiSpec.java index fb0d0939549c..8cd06a5f616a 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/AsyncUpdateApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/AsyncUpdateApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpec.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpec.java index 0c696eefc3cc..37fd3b7288f3 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpec.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpecApispecFieldmask.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpecApispecFieldmask.java index a3378cfd03a7..331ff79561fc 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpecApispecFieldmask.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapispec/SyncUpdateApiSpecApispecFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/AsyncUpdateApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/AsyncUpdateApiVersion.java index 60a26bfdebaf..4f101356ffee 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/AsyncUpdateApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/AsyncUpdateApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersion.java index 3d7323d64356..f0a5f60aec55 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersionApiversionFieldmask.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersionApiversionFieldmask.java index 661a6c040ec6..3861280d9a69 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersionApiversionFieldmask.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registry/updateapiversion/SyncUpdateApiVersionApiversionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registrysettings/getapi/SyncGetApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registrysettings/getapi/SyncGetApi.java index fc14a4a50b2d..8461f9f2efb1 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registrysettings/getapi/SyncGetApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registrysettings/getapi/SyncGetApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/provisioningstubsettings/getinstance/SyncGetInstance.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/provisioningstubsettings/getinstance/SyncGetInstance.java index a81dde0fe5fb..3f40bda77ff7 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/provisioningstubsettings/getinstance/SyncGetInstance.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/provisioningstubsettings/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/registrystubsettings/getapi/SyncGetApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/registrystubsettings/getapi/SyncGetApi.java index 8465eb857fd9..81a90cfe5fb5 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/registrystubsettings/getapi/SyncGetApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/stub/registrystubsettings/getapi/SyncGetApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/README.md b/java-apikeys/README.md index d76cde49de37..c260434bf937 100644 --- a/java-apikeys/README.md +++ b/java-apikeys/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-apikeys.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apikeys/0.32.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apikeys/0.33.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-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysClient.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysClient.java index 6e21c9031412..a1b6d73a4311 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysClient.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysSettings.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysSettings.java index c410bafa4593..413de0bb10a2 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysSettings.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ApiKeysSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -178,7 +178,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ApiKeysStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiKeysStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/package-info.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/package-info.java index 662a4971ead6..286260fddc2a 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/package-info.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/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-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStub.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStub.java index 3fa70495f1b9..e96fe931bc94 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStub.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStubSettings.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStubSettings.java index e949446d4a7c..0a6031b1b4ea 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStubSettings.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/ApiKeysStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -317,7 +317,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(ApiKeysStubSettings.class)) @@ -325,7 +324,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(ApiKeysStubSettings.class)) diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysCallableFactory.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysCallableFactory.java index 624cd03bdff3..915e5f9ac3a4 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysCallableFactory.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysStub.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysStub.java index e72b8aa7ede9..4a87ffd8cdf7 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysStub.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/GrpcApiKeysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysCallableFactory.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysCallableFactory.java index 48cceefb049a..b28ebdf70e93 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysCallableFactory.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysStub.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysStub.java index 6b0b7446e27c..3759d9721679 100644 --- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysStub.java +++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/HttpJsonApiKeysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientHttpJsonTest.java b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientHttpJsonTest.java index 6b0118d1f5f3..510d1aec936c 100644 --- a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientHttpJsonTest.java +++ b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientTest.java b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientTest.java index 20f8a162366f..d8d83bd20154 100644 --- a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientTest.java +++ b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/ApiKeysClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeys.java b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeys.java index 260330385576..4cb60a7faed2 100644 --- a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeys.java +++ b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeysImpl.java b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeysImpl.java index db7259482ad4..8ae6fe6f2fda 100644 --- a/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeysImpl.java +++ b/java-apikeys/google-cloud-apikeys/src/test/java/com/google/api/apikeys/v2/MockApiKeysImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/KeyName.java b/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/KeyName.java index 5bb080daf69e..54a3e24299b9 100644 --- a/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/KeyName.java +++ b/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/KeyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/LocationName.java b/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/LocationName.java index af45ca0e6d72..ec2a65d763db 100644 --- a/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/LocationName.java +++ b/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/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-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetCredentialsProvider.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetCredentialsProvider.java index 2f78c6daee28..db1fc64e5ae4 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetCredentialsProvider.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/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-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetCredentialsProvider1.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetCredentialsProvider1.java index c0f3fdb20fae..1a7a8b60c0eb 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetCredentialsProvider1.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/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-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetEndpoint.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetEndpoint.java index df6b2d684cd3..64d44ab11180 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/create/SyncCreateSetEndpoint.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/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-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKey.java index d67295ae6861..7844fc37b6cc 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKeyLRO.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKeyLRO.java index df3d2b803395..cc187c15c28d 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKeyLRO.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/AsyncCreateKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKey.java index 577d236013a6..165baceb6532 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyLocationnameKeyString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyLocationnameKeyString.java index 1922247878d8..df5079d4dbf3 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyLocationnameKeyString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyLocationnameKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyStringKeyString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyStringKeyString.java index 168ba47b88ad..46dd7d8f31fb 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyStringKeyString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/createkey/SyncCreateKeyStringKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKey.java index 85b8d118110d..40da682824cd 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKeyLRO.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKeyLRO.java index 7c77046f5fec..ca84cc16c659 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKeyLRO.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/AsyncDeleteKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKey.java index 4da53fc00b4c..66c511f1bd1a 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyKeyname.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyKeyname.java index 861aed2da861..862c79fdea21 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyKeyname.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyKeyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyString.java index 1d19b29dc6f7..2c5dc587e2fd 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/deletekey/SyncDeleteKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/AsyncGetKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/AsyncGetKey.java index a0d2d3fba563..9028dcf97ea8 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/AsyncGetKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/AsyncGetKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKey.java index 7273f7ff9968..679117c4bfc1 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyKeyname.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyKeyname.java index ff5b39f14d05..21bb81cbd45c 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyKeyname.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyKeyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyString.java index 9959ba667d36..947851dd0434 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkey/SyncGetKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/AsyncGetKeyString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/AsyncGetKeyString.java index 03271bbdf416..6d9ecf6e2119 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/AsyncGetKeyString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/AsyncGetKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyString.java index 1f2e95a82fbe..e30b975dc842 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringKeyname.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringKeyname.java index 8a00e59a9479..7f6477718b79 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringKeyname.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringKeyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringString.java index 6ae4054f0669..9982e0f3cbfa 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/getkeystring/SyncGetKeyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeys.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeys.java index 6e07ae4dd6c9..ab43058782ae 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeys.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeysPaged.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeysPaged.java index eef0df1e908d..35167f79f68a 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeysPaged.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/AsyncListKeysPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeys.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeys.java index 022801de3091..cd018de38423 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeys.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysLocationname.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysLocationname.java index d87b856e8e1a..aaaf77caacb5 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysLocationname.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysString.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysString.java index a1097e23356d..58c5f1548d9b 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysString.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/listkeys/SyncListKeysString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/AsyncLookupKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/AsyncLookupKey.java index 27d18bf57000..0d506844e451 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/AsyncLookupKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/AsyncLookupKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/SyncLookupKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/SyncLookupKey.java index 1e7a592fbea8..b4cfe29cda47 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/SyncLookupKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/lookupkey/SyncLookupKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKey.java index 2fcec4ce6186..45d284174ac6 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKeyLRO.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKeyLRO.java index 056f7847af85..880cdb3c35fb 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKeyLRO.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/AsyncUndeleteKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/SyncUndeleteKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/SyncUndeleteKey.java index 517489467852..8d1be5e566bf 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/SyncUndeleteKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/undeletekey/SyncUndeleteKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKey.java index eb7a89f9241e..96415c70f28b 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKeyLRO.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKeyLRO.java index 2ea6225ccf11..3f6bbf8292e9 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKeyLRO.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/AsyncUpdateKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKey.java index 2bae9937615f..95c2a5ce8dd8 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKeyKeyFieldmask.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKeyKeyFieldmask.java index 1273f88c937e..837550689eec 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKeyKeyFieldmask.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeys/updatekey/SyncUpdateKeyKeyFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeyssettings/getkey/SyncGetKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeyssettings/getkey/SyncGetKey.java index c08bd28054bf..f57196ed9550 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeyssettings/getkey/SyncGetKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/apikeyssettings/getkey/SyncGetKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/stub/apikeysstubsettings/getkey/SyncGetKey.java b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/stub/apikeysstubsettings/getkey/SyncGetKey.java index b470b43cba1e..c1e5ec1a0d3b 100644 --- a/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/stub/apikeysstubsettings/getkey/SyncGetKey.java +++ b/java-apikeys/samples/snippets/generated/com/google/api/apikeys/v2/stub/apikeysstubsettings/getkey/SyncGetKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/README.md b/java-appengine-admin/README.md index 68d63799111a..fc072d533ebf 100644 --- a/java-appengine-admin/README.md +++ b/java-appengine-admin/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-appengine-admin.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-appengine-admin/2.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-appengine-admin/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsClient.java index 718f2b1fff0e..3ad8e33650f7 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsSettings.java index 5d88d5fb7796..3126c890bb60 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ApplicationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 ApplicationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApplicationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesClient.java index 0de1879e6c3e..69e89c2ad858 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesSettings.java index 11a54635f679..cc884e43dcf3 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedCertificatesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AuthorizedCertificatesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AuthorizedCertificatesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsClient.java index df3292ebf61a..92af6a721d82 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsSettings.java index 14caa223c9a7..8e33c453d628 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/AuthorizedDomainsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AuthorizedDomainsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AuthorizedDomainsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsClient.java index e0bcbf6bb47f..0368f7ce5ee4 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsSettings.java index 1e9af39373d8..7fd9111a436d 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/DomainMappingsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 DomainMappingsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DomainMappingsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallClient.java index 5f5f6c47510f..68cb9dbe4b9f 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallSettings.java index f4882309bc7f..042330725ec6 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/FirewallSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -149,7 +149,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FirewallStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FirewallStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/InstancesClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/InstancesClient.java index bedbc62dd1ae..db563815e513 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/InstancesClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/InstancesSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/InstancesSettings.java index 4dedefce46fd..58d53b58b5f9 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/InstancesSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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. @@ -150,7 +150,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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesClient.java index 922653a9f9cc..dda079210628 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesSettings.java index f910a5a7438a..bea1fc40474b 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/ServicesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -150,7 +150,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ServicesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ServicesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/VersionsClient.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/VersionsClient.java index 5e90a0d1e383..257724a813af 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/VersionsClient.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/VersionsSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/VersionsSettings.java index 3cbaca5704c8..04cec1754ad8 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/VersionsSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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. @@ -161,7 +161,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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/package-info.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/package-info.java index e76e4461ae5b..0b609c06c7e0 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/package-info.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStub.java index c0fb84a5666a..bb23b49d1df6 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStubSettings.java index 6b9cf2c1904c..bcaadb528cd0 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ApplicationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 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( @@ -234,7 +233,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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStub.java index 4d6a6a67890f..63c79a23922c 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStubSettings.java index 080867c0a3d9..3744f01b5a91 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedCertificatesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -308,7 +308,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( @@ -317,7 +316,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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStub.java index 5bb6a5580b89..9a4b8dddfafd 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStubSettings.java index fe77132af9c0..f8864ed7f405 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/AuthorizedDomainsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -258,7 +258,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( @@ -267,7 +266,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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStub.java index c966d863638d..7fa7f8a082dc 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStubSettings.java index 34bde145bb4a..bad54753f8c8 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/DomainMappingsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -313,7 +313,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( @@ -322,7 +321,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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStub.java index 3b25cb6b8ae0..395ec02a6cf9 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStubSettings.java index 8f4e58667729..e1a6c20b83a4 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/FirewallStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -285,7 +285,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(FirewallStubSettings.class)) @@ -293,7 +292,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(FirewallStubSettings.class)) diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsCallableFactory.java index 307b91580b14..5f395cc03e97 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsStub.java index 71de22190b85..ceb38089d213 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcApplicationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesCallableFactory.java index 3ae9496bfb82..18062db74e2a 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesStub.java index fe5e43be682d..e25a506654f2 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsCallableFactory.java index c77987abe0f0..0bfd51d16362 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsStub.java index 755c7cbf6d62..ab92e48c5bfe 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcAuthorizedDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsCallableFactory.java index cf16f123ca6a..81e8fa93ac05 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsStub.java index d0e162984d05..10b4f3ddfc45 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcDomainMappingsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallCallableFactory.java index 6f52f6438306..bc229cc6dc31 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallStub.java index 860e2ed0454a..33c761d4c55b 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcFirewallStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesCallableFactory.java index 4a08ef7ef783..2b763bd1c073 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesStub.java index c257e422fae5..d292439ee423 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcInstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesCallableFactory.java index 73e7fe48e14d..e4657f0d871b 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesStub.java index 1c86c3926e85..4c6f32b7defe 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcVersionsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcVersionsCallableFactory.java index 30f96691cc79..d35366cd30ea 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcVersionsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcVersionsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcVersionsStub.java index 40a7a4546a14..3be659ba0516 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/GrpcVersionsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsCallableFactory.java index 36c2c89aacd0..348777d5a9d9 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsStub.java index 097f7d4c7d5e..6f6e40a06e20 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonApplicationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesCallableFactory.java index 32522e2eb531..24448a6e4474 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesStub.java index cd0a8aca1d9e..d5b9bc42aa8a 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsCallableFactory.java index 1bbb81b52fff..03e6631c3ed7 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsStub.java index 6b7d435f77de..afaaed6d050c 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonAuthorizedDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsCallableFactory.java index 489b7884589d..8d15fb2a0247 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsStub.java index 3c02d06da011..a1d373509115 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonDomainMappingsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallCallableFactory.java index 5ee2c41148f4..7fb2bb062efd 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallStub.java index 2bf161f7cf57..83479d5c1001 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonFirewallStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonInstancesCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonInstancesCallableFactory.java index 89d2bf08130b..04ccb6801605 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonInstancesCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonInstancesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonInstancesStub.java index 64e00e9611f0..611d0df852f3 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonInstancesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesCallableFactory.java index 9c8978390cdb..1e1b3f054a7b 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesStub.java index 5880558dc590..3806a5414633 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonVersionsCallableFactory.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonVersionsCallableFactory.java index 8067024c81a3..d1b52b7e7d03 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonVersionsCallableFactory.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonVersionsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonVersionsStub.java index af3b8834ba9f..3702e4eb5f99 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/HttpJsonVersionsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/InstancesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/InstancesStub.java index 1ce5b03509ae..d0d091eae477 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/InstancesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/InstancesStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/InstancesStubSettings.java index 25b3c6206a9c..87e1509156f7 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/InstancesStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/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. @@ -283,7 +283,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(InstancesStubSettings.class)) @@ -291,7 +290,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(InstancesStubSettings.class)) diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStub.java index 15073d6df25c..a91cea20581d 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStubSettings.java index aeecd862efa5..320739127e9e 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/ServicesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -283,7 +283,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(ServicesStubSettings.class)) @@ -291,7 +290,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(ServicesStubSettings.class)) diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/VersionsStub.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/VersionsStub.java index 076897a0b008..6cd2326ef373 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/VersionsStub.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/VersionsStubSettings.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/VersionsStubSettings.java index d014be670ea3..9541374fb066 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/VersionsStubSettings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/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. @@ -299,7 +299,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)) @@ -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("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientHttpJsonTest.java index 80ea8709be97..f08171664c4e 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientTest.java index 7a013863e111..a7600d3766b0 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ApplicationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientHttpJsonTest.java index a1036cbc2389..4c35e6a3edfe 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientTest.java index 9fd3df3aa552..fe55b09a46dd 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedCertificatesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientHttpJsonTest.java index 0725a56461dc..6d41cdc098dd 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientTest.java index 6527b917be31..8d686cecfefd 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/AuthorizedDomainsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientHttpJsonTest.java index 49f68783123e..2f862ab500b0 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientTest.java index 9961f80f94de..7e919268ab1a 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/DomainMappingsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientHttpJsonTest.java index 2525f9ebdc40..3ef6acc99a6a 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientTest.java index 4167f7699425..c49e21095797 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/FirewallClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientHttpJsonTest.java index e108b97223fe..bda00ee516cc 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientTest.java index 759daa0edaf6..ad994eb102e4 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/InstancesClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/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-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplications.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplications.java index 40a172150af7..24f072a5bedd 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplications.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplications.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplicationsImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplicationsImpl.java index 7f4e85a1f416..d3a382cf7de0 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplicationsImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockApplicationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificates.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificates.java index 4626ead40aa5..ec080baf8c27 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificates.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificatesImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificatesImpl.java index a6ba2fdedd7d..bbde2022adf8 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificatesImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedCertificatesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomains.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomains.java index 6ef4dba33b02..e78225632b7d 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomains.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomainsImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomainsImpl.java index f8e19d509063..f06a0c075db9 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomainsImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockAuthorizedDomainsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappings.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappings.java index 9c316af2ee8d..4fb99271b328 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappings.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappingsImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappingsImpl.java index 059c96a75eac..8c948ef51237 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappingsImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockDomainMappingsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewall.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewall.java index ba8977007540..c4867c5c8dcc 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewall.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewall.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewallImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewallImpl.java index bf7c70363230..74047a6f7272 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewallImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockFirewallImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstances.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstances.java index 2f237acc15f3..de7c060a30f1 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstances.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstancesImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstancesImpl.java index a356c382c21b..ad7292c7f861 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstancesImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockInstancesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServices.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServices.java index fdd3aa4f0f12..f2b44a90d24c 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServices.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServicesImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServicesImpl.java index cb0c92d663f8..52f4b2710023 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServicesImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockServicesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockVersions.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockVersions.java index 094bfc5ac611..1b8e29ed651b 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockVersions.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockVersionsImpl.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockVersionsImpl.java index 269e2715d19e..86109f61434d 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/MockVersionsImpl.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientHttpJsonTest.java index 821b4cb4db1a..0d11fafeb31e 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientTest.java index 0de4d8c3f772..ac8888a2a276 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/ServicesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/VersionsClientHttpJsonTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/VersionsClientHttpJsonTest.java index cc6958fed747..6d8263a5ac5f 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/VersionsClientHttpJsonTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/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-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/VersionsClientTest.java b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/VersionsClientTest.java index f149f3fda306..bbea2ec44704 100644 --- a/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/VersionsClientTest.java +++ b/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetCredentialsProvider.java index c7aba1d3d8da..f02f18e7fa30 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetCredentialsProvider1.java index b83cdeeaf500..da2e5c1c6099 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetEndpoint.java index 241d7edb8599..7075b2933e63 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplication.java index 40e59591fc52..392de195bcfe 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplicationLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplicationLRO.java index 194da2b4aea7..4b94ca3d95de 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplicationLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/AsyncCreateApplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/SyncCreateApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/SyncCreateApplication.java index ddc542a60440..585e290877dd 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/SyncCreateApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/createapplication/SyncCreateApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/AsyncGetApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/AsyncGetApplication.java index 3f0a60fa577c..0a001043c70d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/AsyncGetApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/AsyncGetApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplication.java index 0168ada89efb..a4a4983e3d24 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplicationString.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplicationString.java index 54f6ffc53e64..fd102e3b98c5 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplicationString.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/getapplication/SyncGetApplicationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplication.java index a8cba6c1931a..2fc941e3bbae 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplicationLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplicationLRO.java index b66cb171eb55..9dea727bac70 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplicationLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/AsyncRepairApplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/SyncRepairApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/SyncRepairApplication.java index 8254cfde3d3e..bd1ff673939c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/SyncRepairApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/repairapplication/SyncRepairApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplication.java index 25ef0131eb9d..6f0550cf64f4 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplicationLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplicationLRO.java index c1d0e6964cb8..4919f040aaa7 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplicationLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/AsyncUpdateApplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/SyncUpdateApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/SyncUpdateApplication.java index 703a64bba067..c45fba12085c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/SyncUpdateApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applications/updateapplication/SyncUpdateApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applicationssettings/getapplication/SyncGetApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applicationssettings/getapplication/SyncGetApplication.java index 546dd32aee5d..cd64c067a0b9 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applicationssettings/getapplication/SyncGetApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/applicationssettings/getapplication/SyncGetApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetCredentialsProvider.java index 04f750b36800..787ce333204f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetCredentialsProvider1.java index c4bdd3a312a2..1be94fb7adf8 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetEndpoint.java index 9a8c21325ec4..61135d64173c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/AsyncCreateAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/AsyncCreateAuthorizedCertificate.java index 5be262c14a6b..0f806ca46523 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/AsyncCreateAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/AsyncCreateAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/SyncCreateAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/SyncCreateAuthorizedCertificate.java index dc9100af33ca..7ea27f9e9cf4 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/SyncCreateAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/createauthorizedcertificate/SyncCreateAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/AsyncDeleteAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/AsyncDeleteAuthorizedCertificate.java index 47dabdfb6238..3fb8c442f441 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/AsyncDeleteAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/AsyncDeleteAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/SyncDeleteAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/SyncDeleteAuthorizedCertificate.java index b52ee81e9287..5e644e5c4929 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/SyncDeleteAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/deleteauthorizedcertificate/SyncDeleteAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/AsyncGetAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/AsyncGetAuthorizedCertificate.java index 94ad8e17f6ef..49aa0e2309c4 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/AsyncGetAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/AsyncGetAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/SyncGetAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/SyncGetAuthorizedCertificate.java index 47812569eb60..864188f4eeb0 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/SyncGetAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/getauthorizedcertificate/SyncGetAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificates.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificates.java index 6a4875eb2c34..f38a5fbc8d9c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificates.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificatesPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificatesPaged.java index 73921f0ee773..0b94a9c1ffc8 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificatesPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/AsyncListAuthorizedCertificatesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/SyncListAuthorizedCertificates.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/SyncListAuthorizedCertificates.java index 4cae249981eb..9b8fe250f56f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/SyncListAuthorizedCertificates.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/listauthorizedcertificates/SyncListAuthorizedCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/AsyncUpdateAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/AsyncUpdateAuthorizedCertificate.java index a672a03d4e5c..7b6e7e8b626f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/AsyncUpdateAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/AsyncUpdateAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/SyncUpdateAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/SyncUpdateAuthorizedCertificate.java index 1694be51c833..d20404f84d4d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/SyncUpdateAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificates/updateauthorizedcertificate/SyncUpdateAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificatessettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificatessettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java index 0aa493ffa064..2689c27936f5 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificatessettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizedcertificatessettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetCredentialsProvider.java index e8a4849100a2..2600831c74d6 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetCredentialsProvider1.java index ee4a093ccc8c..5f840e1a6f1f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetEndpoint.java index 33fa0cef8708..3875c205b081 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomains.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomains.java index 085bf8b5475c..dd9b87171330 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomains.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomainsPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomainsPaged.java index b8ce60a15e70..5d23f0048a81 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomainsPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/AsyncListAuthorizedDomainsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/SyncListAuthorizedDomains.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/SyncListAuthorizedDomains.java index 75ef93fa069f..3a0a3b24e82d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/SyncListAuthorizedDomains.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomains/listauthorizeddomains/SyncListAuthorizedDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomainssettings/listauthorizeddomains/SyncListAuthorizedDomains.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomainssettings/listauthorizeddomains/SyncListAuthorizedDomains.java index e580085c9079..d7d25a0adaa9 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomainssettings/listauthorizeddomains/SyncListAuthorizedDomains.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/authorizeddomainssettings/listauthorizeddomains/SyncListAuthorizedDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetCredentialsProvider.java index 1a03adb969f0..28c1d878a7db 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetCredentialsProvider1.java index 56011552f126..09b83769a41c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetEndpoint.java index 7b2cc7dad177..7d299052c61f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMapping.java index 48ebca8a79df..e1890c796d6d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMappingLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMappingLRO.java index 1da4fef65c17..fee7f9ab7785 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMappingLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/AsyncCreateDomainMappingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/SyncCreateDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/SyncCreateDomainMapping.java index 744348ed0fb6..8974a23b3b4d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/SyncCreateDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/createdomainmapping/SyncCreateDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMapping.java index 44ad2802fc62..83ff4f241a13 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMappingLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMappingLRO.java index b39c092fc3e1..280fecb3bf64 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMappingLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/AsyncDeleteDomainMappingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/SyncDeleteDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/SyncDeleteDomainMapping.java index aa29a34d7d31..a7ee32de829c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/SyncDeleteDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/deletedomainmapping/SyncDeleteDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/AsyncGetDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/AsyncGetDomainMapping.java index c73da48d42d1..f0dbec585e2e 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/AsyncGetDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/AsyncGetDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/SyncGetDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/SyncGetDomainMapping.java index 5062c507f3eb..ae34431ecc44 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/SyncGetDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/getdomainmapping/SyncGetDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappings.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappings.java index b7b58e34c2c9..e591e31cd181 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappings.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappingsPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappingsPaged.java index 669c7ea055b1..fb38ec29d709 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappingsPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/AsyncListDomainMappingsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/SyncListDomainMappings.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/SyncListDomainMappings.java index 0fb89cf75da7..4a8f9a51d9fb 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/SyncListDomainMappings.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/listdomainmappings/SyncListDomainMappings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMapping.java index 63061734c788..76d6173e166d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMappingLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMappingLRO.java index e578c88d81a2..d0a7e8f40bed 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMappingLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/AsyncUpdateDomainMappingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/SyncUpdateDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/SyncUpdateDomainMapping.java index af87c7c88c30..ec4ae28ccc96 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/SyncUpdateDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappings/updatedomainmapping/SyncUpdateDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappingssettings/getdomainmapping/SyncGetDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappingssettings/getdomainmapping/SyncGetDomainMapping.java index 081a16752c26..6a22adb0a50a 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappingssettings/getdomainmapping/SyncGetDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/domainmappingssettings/getdomainmapping/SyncGetDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/AsyncBatchUpdateIngressRules.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/AsyncBatchUpdateIngressRules.java index faa532e22d12..da09c8d7ef92 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/AsyncBatchUpdateIngressRules.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/AsyncBatchUpdateIngressRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/SyncBatchUpdateIngressRules.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/SyncBatchUpdateIngressRules.java index c8803686dcb1..3b9e7c43e610 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/SyncBatchUpdateIngressRules.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/batchupdateingressrules/SyncBatchUpdateIngressRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetCredentialsProvider.java index a87ed7229900..1c11f7263902 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetCredentialsProvider1.java index 91c62b576e4f..e8148a41ebf2 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetEndpoint.java index a60974b608b3..d358fc756be9 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/AsyncCreateIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/AsyncCreateIngressRule.java index 877ece8b7caa..6a2b570a1ca2 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/AsyncCreateIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/AsyncCreateIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/SyncCreateIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/SyncCreateIngressRule.java index c4b1c9dc1e82..8cea8bb47e4f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/SyncCreateIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/createingressrule/SyncCreateIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/AsyncDeleteIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/AsyncDeleteIngressRule.java index 0ca6ad686c44..a00e93fd034f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/AsyncDeleteIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/AsyncDeleteIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/SyncDeleteIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/SyncDeleteIngressRule.java index 799dd80786a4..3994052c0fc8 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/SyncDeleteIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/deleteingressrule/SyncDeleteIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/AsyncGetIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/AsyncGetIngressRule.java index facf5050e6c0..953e995eb338 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/AsyncGetIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/AsyncGetIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/SyncGetIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/SyncGetIngressRule.java index 93d7d14f7622..3188f055076b 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/SyncGetIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/getingressrule/SyncGetIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRules.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRules.java index e93ad8296fdd..103c97c54675 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRules.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRulesPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRulesPaged.java index 30bc57355216..4547ba30023e 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRulesPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/AsyncListIngressRulesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/SyncListIngressRules.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/SyncListIngressRules.java index a819c356c167..2ff313bd318c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/SyncListIngressRules.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/listingressrules/SyncListIngressRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/AsyncUpdateIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/AsyncUpdateIngressRule.java index 9bb671c73c9e..6387462e096b 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/AsyncUpdateIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/AsyncUpdateIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/SyncUpdateIngressRule.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/SyncUpdateIngressRule.java index 366113630bf2..7d623b73596d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/SyncUpdateIngressRule.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewall/updateingressrule/SyncUpdateIngressRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewallsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewallsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java index 1298cd1743ea..f27d09052b5b 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewallsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/firewallsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetCredentialsProvider.java index aa5bf8c776b1..9a0b04135d99 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetCredentialsProvider1.java index e2cf6bdb0f9b..a5296806411a 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetEndpoint.java index a87ded6644c4..cc73ab6bd05f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstance.java index 693219c28430..c4a20ed83d3c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstanceLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstanceLRO.java index 88bf1ad39d21..ed4621e87b7e 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstanceLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/AsyncDebugInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/SyncDebugInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/SyncDebugInstance.java index d300931d01b9..9370e778a3f5 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/SyncDebugInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/debuginstance/SyncDebugInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstance.java index 5403c64e1010..0b6fc2afbe5c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstanceLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstanceLRO.java index 57a2a7717769..4060da0c98a2 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstanceLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/AsyncDeleteInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/SyncDeleteInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/SyncDeleteInstance.java index 717a8dd46066..dcf67cdac40f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/SyncDeleteInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/deleteinstance/SyncDeleteInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/AsyncGetInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/AsyncGetInstance.java index d0527f24ac6d..6d00b6489af9 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/AsyncGetInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/AsyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/SyncGetInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/SyncGetInstance.java index d1aa5b8d2ffd..c7ee54ede611 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/SyncGetInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/AsyncListInstances.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/AsyncListInstances.java index 3d241edc7912..2ee92f7c3b12 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/AsyncListInstances.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/AsyncListInstancesPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/AsyncListInstancesPaged.java index c279ecb430db..78518beaa92f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/AsyncListInstancesPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/SyncListInstances.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/SyncListInstances.java index d7036f07c2e3..4c20ce9db9e6 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/listinstances/SyncListInstances.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instances/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instancessettings/getinstance/SyncGetInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instancessettings/getinstance/SyncGetInstance.java index 97509f16fd5b..c9ad83b11456 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instancessettings/getinstance/SyncGetInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/instancessettings/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetCredentialsProvider.java index 02601f10e6f2..619df076d544 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetCredentialsProvider1.java index 785d6a651ee8..f6eca8b6fa17 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetEndpoint.java index 7dcd6695f1bd..134259aee9e6 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/AsyncDeleteService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/AsyncDeleteService.java index 259f9b0e9b4e..e91db36a8c53 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/AsyncDeleteService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/AsyncDeleteServiceLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/AsyncDeleteServiceLRO.java index 6483bfcad3dc..5f288de14fec 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/AsyncDeleteServiceLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/SyncDeleteService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/SyncDeleteService.java index 8fd64db82ae0..cdfd6085f37f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/deleteservice/SyncDeleteService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/getservice/AsyncGetService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/getservice/AsyncGetService.java index 74d04bb98d89..ee8b1da0bd3c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/getservice/AsyncGetService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/getservice/SyncGetService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/getservice/SyncGetService.java index 7faf0cdfd2ce..ed19bc866c6f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/getservice/SyncGetService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/AsyncListServices.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/AsyncListServices.java index 907708cb3a0c..5c27ddd2adf4 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/AsyncListServices.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/AsyncListServicesPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/AsyncListServicesPaged.java index 3ab147bf6a2e..946c9a0ba0bf 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/AsyncListServicesPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/SyncListServices.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/SyncListServices.java index 23aaa0f0a950..a3bc645a87f2 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/listservices/SyncListServices.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/AsyncUpdateService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/AsyncUpdateService.java index 1b0a4e8598e0..ff2a7ba2e809 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/AsyncUpdateService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/AsyncUpdateServiceLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/AsyncUpdateServiceLRO.java index 5c42bc016bc8..f8a3efc20fe2 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/AsyncUpdateServiceLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/SyncUpdateService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/SyncUpdateService.java index 4b9de7fad659..5d731666f29d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/updateservice/SyncUpdateService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/services/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/servicessettings/getservice/SyncGetService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/servicessettings/getservice/SyncGetService.java index d9225de96366..6dc58bd9b4e4 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/servicessettings/getservice/SyncGetService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/servicessettings/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/applicationsstubsettings/getapplication/SyncGetApplication.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/applicationsstubsettings/getapplication/SyncGetApplication.java index d7e14aa54fc0..4ffab49bc756 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/applicationsstubsettings/getapplication/SyncGetApplication.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/applicationsstubsettings/getapplication/SyncGetApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizedcertificatesstubsettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizedcertificatesstubsettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java index 8a1fe886b67e..a823019877aa 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizedcertificatesstubsettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizedcertificatesstubsettings/getauthorizedcertificate/SyncGetAuthorizedCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizeddomainsstubsettings/listauthorizeddomains/SyncListAuthorizedDomains.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizeddomainsstubsettings/listauthorizeddomains/SyncListAuthorizedDomains.java index 6a0307382f54..dffa78d28613 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizeddomainsstubsettings/listauthorizeddomains/SyncListAuthorizedDomains.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/authorizeddomainsstubsettings/listauthorizeddomains/SyncListAuthorizedDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/domainmappingsstubsettings/getdomainmapping/SyncGetDomainMapping.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/domainmappingsstubsettings/getdomainmapping/SyncGetDomainMapping.java index 68c4fa8af9cd..ed5010912720 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/domainmappingsstubsettings/getdomainmapping/SyncGetDomainMapping.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/domainmappingsstubsettings/getdomainmapping/SyncGetDomainMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/firewallstubsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/firewallstubsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java index b272b5e464af..74b15b032c6c 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/firewallstubsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/firewallstubsettings/batchupdateingressrules/SyncBatchUpdateIngressRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/instancesstubsettings/getinstance/SyncGetInstance.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/instancesstubsettings/getinstance/SyncGetInstance.java index fb4d8ca199da..b9e7f9fd938f 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/instancesstubsettings/getinstance/SyncGetInstance.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/instancesstubsettings/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/servicesstubsettings/getservice/SyncGetService.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/servicesstubsettings/getservice/SyncGetService.java index 46d9e72aca32..a5dad06921c6 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/servicesstubsettings/getservice/SyncGetService.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/servicesstubsettings/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/versionsstubsettings/getversion/SyncGetVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/versionsstubsettings/getversion/SyncGetVersion.java index 06a47482c60d..5463f879a26d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/stub/versionsstubsettings/getversion/SyncGetVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetCredentialsProvider.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetCredentialsProvider.java index 5013dc798087..d4789db89806 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetCredentialsProvider.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetCredentialsProvider1.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetCredentialsProvider1.java index cd8526717cae..61731e92a2ce 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetEndpoint.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetEndpoint.java index a097ac936bda..99cf206e5252 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/create/SyncCreateSetEndpoint.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/AsyncCreateVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/AsyncCreateVersion.java index 90290ea5f4bf..4402be8dbedc 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/AsyncCreateVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/AsyncCreateVersionLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/AsyncCreateVersionLRO.java index 8a766837d7ec..753ab381e07a 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/AsyncCreateVersionLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/SyncCreateVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/SyncCreateVersion.java index 134d839bbe51..00f04440c27a 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/createversion/SyncCreateVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersion.java index ed2d184b1028..e29e3522747e 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersionLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersionLRO.java index 82025d53ca9c..287e4040b55b 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersionLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/AsyncDeleteVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/SyncDeleteVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/SyncDeleteVersion.java index c83db773e99b..eea29435ae69 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/deleteversion/SyncDeleteVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/getversion/AsyncGetVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/getversion/AsyncGetVersion.java index 64aff433a31b..588b825e6ed2 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/getversion/AsyncGetVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/getversion/SyncGetVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/getversion/SyncGetVersion.java index 665b6722a757..94338462c46a 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/getversion/SyncGetVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/AsyncListVersions.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/AsyncListVersions.java index 5ac678cac4ed..56e77f5aaa54 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/AsyncListVersions.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/AsyncListVersionsPaged.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/AsyncListVersionsPaged.java index dccdc787cf7f..dc3372a8e2f9 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/AsyncListVersionsPaged.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/SyncListVersions.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/SyncListVersions.java index 6f89c60b8b3b..c98639dba97d 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/listversions/SyncListVersions.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersion.java index f67a131f94d0..05cf50059683 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersionLRO.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersionLRO.java index 3369644cc609..4f4a136c1679 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersionLRO.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/AsyncUpdateVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/SyncUpdateVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/SyncUpdateVersion.java index b56f7cd12f91..b8b6842787d7 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versions/updateversion/SyncUpdateVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versionssettings/getversion/SyncGetVersion.java b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versionssettings/getversion/SyncGetVersion.java index 48986e4213ee..4239d10224d0 100644 --- a/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/versionssettings/getversion/SyncGetVersion.java +++ b/java-appengine-admin/samples/snippets/generated/com/google/appengine/v1/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-area120-tables/README.md b/java-area120-tables/README.md index d20abc3d62ac..36365d06f74e 100644 --- a/java-area120-tables/README.md +++ b/java-area120-tables/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.area120/google-area120-tables.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.area120/google-area120-tables/0.38.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.area120/google-area120-tables/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-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceClient.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceClient.java index 371c2ef8b98e..6bd687642d99 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceClient.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceSettings.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceSettings.java index 9416fd7e6149..1a77873279d0 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceSettings.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 TablesServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TablesServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/package-info.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/package-info.java index 03d856d3f5d8..bdbc4dcaa64e 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/package-info.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/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-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceCallableFactory.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceCallableFactory.java index 9755d7320ece..2327a8f618d0 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceCallableFactory.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceStub.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceStub.java index f46ee91a321d..5d5bb30e8682 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceStub.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/GrpcTablesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceCallableFactory.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceCallableFactory.java index 57c9e7c39056..812c1572a9c2 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceCallableFactory.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceStub.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceStub.java index 3ffad55e4aa9..14a23430d318 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceStub.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/HttpJsonTablesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStub.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStub.java index 411415d3af7b..a05610aeb0cf 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStub.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStubSettings.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStubSettings.java index 2ee26bd1169e..5275d4d8899d 100644 --- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStubSettings.java +++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -445,7 +445,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( @@ -454,7 +453,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-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesService.java b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesService.java index aec911cd3344..d3c87d218aab 100644 --- a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesService.java +++ b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesServiceImpl.java b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesServiceImpl.java index f158bb6c7631..bcceef1f3886 100644 --- a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesServiceImpl.java +++ b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/MockTablesServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientHttpJsonTest.java b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientHttpJsonTest.java index 1b0fe3e47cb5..862ff792896d 100644 --- a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientHttpJsonTest.java +++ b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientTest.java b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientTest.java index b48755c8c8cb..4927edb52b8d 100644 --- a/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientTest.java +++ b/java-area120-tables/google-area120-tables/src/test/java/com/google/area120/tables/v1alpha/TablesServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/RowName.java b/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/RowName.java index 75d1afbc621d..d1e271efd065 100644 --- a/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/RowName.java +++ b/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/RowName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/TableName.java b/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/TableName.java index 7f3a15da44e6..bb4636d1ef81 100644 --- a/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/TableName.java +++ b/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/TableName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/WorkspaceName.java b/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/WorkspaceName.java index 991dc5c9572c..fdf067762153 100644 --- a/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/WorkspaceName.java +++ b/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/WorkspaceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/stub/tablesservicestubsettings/gettable/SyncGetTable.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/stub/tablesservicestubsettings/gettable/SyncGetTable.java index 74d15a98b4a3..297bb87092d8 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/stub/tablesservicestubsettings/gettable/SyncGetTable.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/stub/tablesservicestubsettings/gettable/SyncGetTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/AsyncBatchCreateRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/AsyncBatchCreateRows.java index 3e1a66c1ed41..35aa4f6226cf 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/AsyncBatchCreateRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/AsyncBatchCreateRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/SyncBatchCreateRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/SyncBatchCreateRows.java index 848b9421efab..1ac8b19d2f9d 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/SyncBatchCreateRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/SyncBatchCreateRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/AsyncBatchDeleteRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/AsyncBatchDeleteRows.java index d4f48344d067..1c9cceb7f7f9 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/AsyncBatchDeleteRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/AsyncBatchDeleteRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/SyncBatchDeleteRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/SyncBatchDeleteRows.java index 613f283d4a32..5d1e47888f3b 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/SyncBatchDeleteRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchdeleterows/SyncBatchDeleteRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/AsyncBatchUpdateRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/AsyncBatchUpdateRows.java index 65e3d3ed8b75..5e96910acdc2 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/AsyncBatchUpdateRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/AsyncBatchUpdateRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/SyncBatchUpdateRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/SyncBatchUpdateRows.java index bb17de8bed3d..903bbd29bc69 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/SyncBatchUpdateRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchupdaterows/SyncBatchUpdateRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetCredentialsProvider.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetCredentialsProvider.java index a7ab34842d68..c176f4d55b48 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/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-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetCredentialsProvider1.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetCredentialsProvider1.java index 937b2f778ffc..f76006c9e453 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/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-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetEndpoint.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetEndpoint.java index cda184150b66..f2bae2d8f68e 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/create/SyncCreateSetEndpoint.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/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-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/AsyncCreateRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/AsyncCreateRow.java index f708c0cfca5e..60d1189e1f3c 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/AsyncCreateRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/AsyncCreateRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRow.java index 962549014abb..34a5eef12c5c 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRowStringRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRowStringRow.java index 054949d65e4c..6db2b53e2f06 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRowStringRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/createrow/SyncCreateRowStringRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/AsyncDeleteRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/AsyncDeleteRow.java index 34675070afcc..9eeb4a911e15 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/AsyncDeleteRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/AsyncDeleteRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRow.java index 0242cb8707d5..d0f0269a038a 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowRowname.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowRowname.java index 65dfebc45a61..5892e4403f17 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowRowname.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowRowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowString.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowString.java index 6e1600cd6c27..02858c981fd8 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowString.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/deleterow/SyncDeleteRowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/AsyncGetRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/AsyncGetRow.java index 74ec444e4db6..47458211a112 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/AsyncGetRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/AsyncGetRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRow.java index 92d9eee8d9e6..9e83fc174922 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowRowname.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowRowname.java index 4468677c012f..271aa21706b3 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowRowname.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowRowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowString.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowString.java index 3fb14ddfd42d..44b355aeb02f 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowString.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getrow/SyncGetRowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/AsyncGetTable.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/AsyncGetTable.java index 488f9af8e6c0..b7243f47c27d 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/AsyncGetTable.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/AsyncGetTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTable.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTable.java index 776be7950606..de6ff294745f 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTable.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableString.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableString.java index c95f50a0c4ab..e4d49b4969eb 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableString.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableTablename.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableTablename.java index fd1a871ba386..910aeef2c951 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableTablename.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/gettable/SyncGetTableTablename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/AsyncGetWorkspace.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/AsyncGetWorkspace.java index 8c95b60b9cf7..7a10033b84bc 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/AsyncGetWorkspace.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/AsyncGetWorkspace.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspace.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspace.java index 8dbba0f2904b..14cd27861a32 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspace.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspace.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceString.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceString.java index 6e8ce472f366..4a97da728795 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceString.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceWorkspacename.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceWorkspacename.java index 9f4f56b649d6..8d4908468beb 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceWorkspacename.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/getworkspace/SyncGetWorkspaceWorkspacename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRows.java index c0b856412bc0..af95793c086e 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRowsPaged.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRowsPaged.java index 444146856e1b..6f974692d41f 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRowsPaged.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/AsyncListRowsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRows.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRows.java index aa6e7dbf94a8..749b93e3a7dc 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRows.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRowsString.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRowsString.java index 91e9de11f381..7e1e23593b6f 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRowsString.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listrows/SyncListRowsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTables.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTables.java index 374f7fa1b11c..43e4748477f7 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTables.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTables.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTablesPaged.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTablesPaged.java index bbe572782d33..1b6724dffb78 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTablesPaged.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/AsyncListTablesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/SyncListTables.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/SyncListTables.java index 3719a75fa83c..caa0f8c8721f 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/SyncListTables.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listtables/SyncListTables.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspaces.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspaces.java index 8834e2bab82f..0e3114ca88c8 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspaces.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspacesPaged.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspacesPaged.java index eb5291de946b..1631f8300015 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspacesPaged.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/AsyncListWorkspacesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/SyncListWorkspaces.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/SyncListWorkspaces.java index 59349b2ab38c..773db424ffc1 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/SyncListWorkspaces.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/listworkspaces/SyncListWorkspaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/AsyncUpdateRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/AsyncUpdateRow.java index dc8525157951..0d64e6dae151 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/AsyncUpdateRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/AsyncUpdateRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRow.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRow.java index 0d83d67ba357..16500e7b5597 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRow.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRowRowFieldmask.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRowRowFieldmask.java index 51f96ae09979..53bca8292bb1 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRowRowFieldmask.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/updaterow/SyncUpdateRowRowFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservicesettings/gettable/SyncGetTable.java b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservicesettings/gettable/SyncGetTable.java index b9a4ed8735b1..a4d8a3b1a2e5 100644 --- a/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservicesettings/gettable/SyncGetTable.java +++ b/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservicesettings/gettable/SyncGetTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/README.md b/java-artifact-registry/README.md index c7a157da92a9..c21fab77aa9a 100644 --- a/java-artifact-registry/README.md +++ b/java-artifact-registry/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-artifact-registry.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-artifact-registry/1.33.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-artifact-registry/1.34.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-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClient.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClient.java index 9f8a68cb9bdb..36948e77e0ba 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClient.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistrySettings.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistrySettings.java index 373deeb88478..679456e85fa7 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistrySettings.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistrySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 ArtifactRegistryStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ArtifactRegistryStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/package-info.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/package-info.java index 04d87ac1b2c6..399680a03492 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/package-info.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/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-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStub.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStub.java index a1ad791c715e..c7ebc4fffb19 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStub.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStubSettings.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStubSettings.java index 18203f4c6817..7b10d70edfa5 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStubSettings.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1146,7 +1146,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( @@ -1155,7 +1154,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-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryCallableFactory.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryCallableFactory.java index bfe04353afb0..8baf5b5b247b 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryCallableFactory.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryStub.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryStub.java index 3dc1b5e140dd..0c231699c5d0 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryStub.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/GrpcArtifactRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryCallableFactory.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryCallableFactory.java index b2c17b6d714d..1aede5277502 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryCallableFactory.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryStub.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryStub.java index eb03640321ad..751f7e7a1a3a 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryStub.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClient.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClient.java index cb12efbc62ec..accc0c73ecff 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClient.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistrySettings.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistrySettings.java index 09013c72dea0..a9016dadec2e 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistrySettings.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistrySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 ArtifactRegistryStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ArtifactRegistryStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/package-info.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/package-info.java index 116d80e0812c..89b4041d9666 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/package-info.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/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-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStub.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStub.java index 48def9bff097..ce9c0debabe5 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStub.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStubSettings.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStubSettings.java index d5f395427423..bed5dc03dfb8 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStubSettings.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/ArtifactRegistryStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -793,7 +793,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( @@ -802,7 +801,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-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryCallableFactory.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryCallableFactory.java index e9ff3cae05b7..acf51ca446fb 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryCallableFactory.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryStub.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryStub.java index ebdbfb934efb..a0ece0339f1b 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryStub.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/GrpcArtifactRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryCallableFactory.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryCallableFactory.java index 663c05d863c1..d8b4235f000f 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryCallableFactory.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryStub.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryStub.java index 8ee8fedb4043..8246aea25e6a 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryStub.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/HttpJsonArtifactRegistryStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientHttpJsonTest.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientHttpJsonTest.java index 2da426211937..eacbb50a3eb9 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientHttpJsonTest.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientTest.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientTest.java index ad73ac736d8f..3c4026c851c9 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientTest.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistry.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistry.java index ee00fb6fc61f..810bbdb41dab 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistry.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistryImpl.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistryImpl.java index b689d7a65bb9..f01bfcd5323b 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistryImpl.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockArtifactRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockLocations.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockLocations.java index ba7fa0ed6a95..d972d0210b47 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockLocations.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/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-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockLocationsImpl.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockLocationsImpl.java index adf4755e3b3b..cb98fe09d28b 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/MockLocationsImpl.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/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-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientHttpJsonTest.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientHttpJsonTest.java index 1ade99002d72..f186a7efbc84 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientHttpJsonTest.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientTest.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientTest.java index 9b00f70fb536..7e202547977e 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientTest.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/ArtifactRegistryClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistry.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistry.java index 7eb34070a641..f9205dce5d10 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistry.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistryImpl.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistryImpl.java index d9973d20f952..342ba8a4ce6b 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistryImpl.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockArtifactRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockLocations.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockLocations.java index e2b193ec0486..28f74b226de8 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockLocations.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/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-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockLocationsImpl.java b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockLocationsImpl.java index 0644587e5106..4b6c1ac93da3 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/MockLocationsImpl.java +++ b/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/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-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/DockerImageName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/DockerImageName.java index 933b550bd2f9..d0edfbcb7272 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/DockerImageName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/DockerImageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/FileName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/FileName.java index 44ec7f192d7d..33d428274055 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/FileName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/FileName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/LocationName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/LocationName.java index 09cdc3f0dcf9..df7f95e9e0d0 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/LocationName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/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-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/MavenArtifactName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/MavenArtifactName.java index 8a7298f3a234..2e0ceb1d0d3f 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/MavenArtifactName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/MavenArtifactName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/NpmPackageName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/NpmPackageName.java index 838a9a4da204..addabe1d6c3d 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/NpmPackageName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/NpmPackageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PackageName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PackageName.java index 7f110f4a7ba9..b98349dc01d6 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PackageName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PackageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/ProjectSettingsName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/ProjectSettingsName.java index 6d1cf7924d8c..97941a94ecc6 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/ProjectSettingsName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/ProjectSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PythonPackageName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PythonPackageName.java index ae775da88406..cee9e2ad6de1 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PythonPackageName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/PythonPackageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/RepositoryName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/RepositoryName.java index 920e78f5e0b5..a0e831068432 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/RepositoryName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/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-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VersionName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VersionName.java index b091b5a53d7f..4f98a6ba07cb 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VersionName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/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-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VpcscConfigName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VpcscConfigName.java index 09a5fff6f839..38210fe87bc6 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VpcscConfigName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/VpcscConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/LocationName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/LocationName.java index 8ebc74d35cbf..cb92864a019c 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/LocationName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/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-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/ProjectSettingsName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/ProjectSettingsName.java index 184b6b6936d1..1556227ee703 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/ProjectSettingsName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/ProjectSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/RepositoryName.java b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/RepositoryName.java index 8f218326eda1..49acccf6c116 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/RepositoryName.java +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersions.java index 4c4d83ea0077..43b3e23269da 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersionsLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersionsLRO.java index e2f868a8e51e..1f8690022a83 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersionsLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/AsyncBatchDeleteVersionsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersions.java index 7fc77e571d70..71bbc4f55ef2 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsPackagenameListstring.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsPackagenameListstring.java index 75fe39e4f2f1..dea05592a198 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsPackagenameListstring.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsPackagenameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsStringListstring.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsStringListstring.java index d189e684e2c1..d2615bc8ca67 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsStringListstring.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/batchdeleteversions/SyncBatchDeleteVersionsStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetCredentialsProvider.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetCredentialsProvider.java index 678ef6be1b83..3e6ee2e6a411 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetCredentialsProvider.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetCredentialsProvider1.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetCredentialsProvider1.java index 9988a7cdeb8b..f1873e662059 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetCredentialsProvider1.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetEndpoint.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetEndpoint.java index ce3eb61d3f48..e0b3f98bac53 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/create/SyncCreateSetEndpoint.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/AsyncCreateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/AsyncCreateRepository.java index 8781a1d9dfd9..048117a539e4 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/AsyncCreateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/AsyncCreateRepositoryLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/AsyncCreateRepositoryLRO.java index b0e8c9b78dce..305fe0aba950 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/AsyncCreateRepositoryLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepository.java index 0b33fd430cd8..a6014c5d7b04 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java index bf184589d20b..f86907979308 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryStringRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryStringRepositoryString.java index 7ccbc68941cb..8724ceeac14b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createrepository/SyncCreateRepositoryStringRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/AsyncCreateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/AsyncCreateTag.java index add7d999318a..57cee495d612 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/AsyncCreateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/AsyncCreateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTag.java index dea5a6cc8098..ff64e5abbe6d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTagStringTagString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTagStringTagString.java index 058aeaf1052f..eba106eb50d7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTagStringTagString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/createtag/SyncCreateTagStringTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackage.java index def2a200ddff..b43fe9493705 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackageLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackageLRO.java index 6fa7187fcf0d..64eff6f757ce 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackageLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/AsyncDeletePackageLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackage.java index 849d401b5365..88e1eabff0b1 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackagePackagename.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackagePackagename.java index 900790214838..544191b05e14 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackagePackagename.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackagePackagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackageString.java index ddac9b90ed8c..e0cc617e027c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletepackage/SyncDeletePackageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/AsyncDeleteRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/AsyncDeleteRepository.java index 12cde2783938..940bcca5749f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/AsyncDeleteRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/AsyncDeleteRepositoryLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/AsyncDeleteRepositoryLRO.java index 8ebb11cf5802..0c753d50765f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/AsyncDeleteRepositoryLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepository.java index ed90a7e78490..67b59ff2c7f8 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepositoryRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepositoryRepositoryname.java index 7cfc5c05847d..9c2f7f60f72e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepositoryRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepositoryString.java index 2e8b18ea4d59..9fc17fbb5e91 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleterepository/SyncDeleteRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/AsyncDeleteTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/AsyncDeleteTag.java index e1277517280c..b74b29bfb2fd 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/AsyncDeleteTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/AsyncDeleteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTag.java index 705f097fbf63..3da5a6cfa855 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTagString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTagString.java index 57dba05d5024..806f396a5333 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTagString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deletetag/SyncDeleteTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersion.java index 06e60f72030b..218bf77cd86a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java index fb247314d231..a1678d1c24b4 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/SyncDeleteVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/SyncDeleteVersion.java index 50c69f39b178..141b8a09ee1c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/SyncDeleteVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/SyncDeleteVersionString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/SyncDeleteVersionString.java index add83a9dcff4..54ff72ed2061 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/deleteversion/SyncDeleteVersionString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/AsyncGetDockerImage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/AsyncGetDockerImage.java index d053f93a076c..1f3cf55ab3c2 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/AsyncGetDockerImage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/AsyncGetDockerImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImage.java index 3abccd1a9768..86f76e356f0b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageDockerimagename.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageDockerimagename.java index dba07428afee..8d42027f03a9 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageDockerimagename.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageDockerimagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageString.java index 5f8c8f873846..f7a13b52b5c9 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getdockerimage/SyncGetDockerImageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/AsyncGetFile.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/AsyncGetFile.java index d3bf264bd31f..c3dc98338bac 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/AsyncGetFile.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/AsyncGetFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFile.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFile.java index cc024c8ec6d2..080be209a798 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFile.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileFilename.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileFilename.java index 64b34f562b04..22b555399095 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileFilename.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileFilename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileString.java index 9163df2068f9..f9d1a99efed7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getfile/SyncGetFileString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getiampolicy/AsyncGetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getiampolicy/AsyncGetIamPolicy.java index 4a87fe771ead..a46707b56851 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getiampolicy/AsyncGetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getiampolicy/SyncGetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getiampolicy/SyncGetIamPolicy.java index 8350455dc74f..dbeef3fd6779 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getiampolicy/SyncGetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getlocation/AsyncGetLocation.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getlocation/AsyncGetLocation.java index d913dbdf1a28..f543f5ff4e34 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getlocation/AsyncGetLocation.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getlocation/SyncGetLocation.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getlocation/SyncGetLocation.java index cfbd6aa02288..166065275e36 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getlocation/SyncGetLocation.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/AsyncGetMavenArtifact.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/AsyncGetMavenArtifact.java index 72e4532f93cd..432d3c9348ac 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/AsyncGetMavenArtifact.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/AsyncGetMavenArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifact.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifact.java index 7fa724a62685..d64b5d9d2b64 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifact.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactMavenartifactname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactMavenartifactname.java index cf1b3e3e5cd1..dde790b147c0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactMavenartifactname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactMavenartifactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactString.java index cbc925b5f30d..f25c71825f69 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getmavenartifact/SyncGetMavenArtifactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/AsyncGetNpmPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/AsyncGetNpmPackage.java index 1c2f5a3005cc..603e3d3dfe1f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/AsyncGetNpmPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/AsyncGetNpmPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackage.java index 53a62064bcda..6588a36dba5d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageNpmpackagename.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageNpmpackagename.java index 33a870ebf703..bde0fed60b28 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageNpmpackagename.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageNpmpackagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageString.java index 2da4c7acd22e..c8891b13e2cd 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getnpmpackage/SyncGetNpmPackageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/AsyncGetPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/AsyncGetPackage.java index c14fb7444446..4fd230ad964f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/AsyncGetPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/AsyncGetPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackage.java index 33c67d4b53f8..e3174249b513 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackagePackagename.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackagePackagename.java index 080f3886ec46..544175c09356 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackagePackagename.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackagePackagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackageString.java index b0ae3c97c1f7..0895a10b3130 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpackage/SyncGetPackageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java index f17f9664629e..3b0eefc2aaa3 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettings.java index 4e92931df806..12f9210db16a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java index d894ddee2f3a..f7170edfee90 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java index 2ffa2a9cb96c..9676776e4303 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/AsyncGetPythonPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/AsyncGetPythonPackage.java index 9bd706f3f138..6d7188f96b12 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/AsyncGetPythonPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/AsyncGetPythonPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackage.java index d636c207a837..a05439ac191b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackagePythonpackagename.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackagePythonpackagename.java index 8264f5826d8f..a65829c6e448 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackagePythonpackagename.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackagePythonpackagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackageString.java index 941b50756794..fbfbdb9e74eb 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getpythonpackage/SyncGetPythonPackageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/AsyncGetRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/AsyncGetRepository.java index 311343ed0c61..8a9663f1d880 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/AsyncGetRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepository.java index 57d1dc9edfa7..fe5d42737b69 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepositoryRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepositoryRepositoryname.java index 5bede3ea4feb..e965bf02eb0f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepositoryRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepositoryString.java index 7aeae1eece4b..b65742856e3e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getrepository/SyncGetRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/AsyncGetTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/AsyncGetTag.java index a9f22d70d5bc..07a571460887 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/AsyncGetTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/AsyncGetTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTag.java index a2cc5901a058..6f0d39db0669 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTagString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTagString.java index 62a56946f165..72a7cbc15b82 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTagString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/gettag/SyncGetTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/AsyncGetVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/AsyncGetVersion.java index f967874fd252..60f84857b36b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/AsyncGetVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/SyncGetVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/SyncGetVersion.java index 1984a641ad54..9187468647e0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/SyncGetVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/SyncGetVersionString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/SyncGetVersionString.java index 872c84d9a79e..dfa4de3edb6a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getversion/SyncGetVersionString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/AsyncGetVPCSCConfig.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/AsyncGetVPCSCConfig.java index f03b1a08060a..5e72aa4785d1 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/AsyncGetVPCSCConfig.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/AsyncGetVPCSCConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfig.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfig.java index a8b655e9c381..65ca9b377c1b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfig.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigString.java index cb551f9a9538..d3186fac097e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigVpcscconfigname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigVpcscconfigname.java index 2cc4ca2d257a..8649a6293609 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigVpcscconfigname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/getvpcscconfig/SyncGetVPCSCConfigVpcscconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java index 0c4a2ca67003..bea14a92b8f2 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java index 9a3f34877e4d..17f834260577 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java index 0db6edb4f2a9..ae004de42aa4 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java index ec04088613e4..5fd64525beda 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java index f240aa8ec2bc..56e2112ee008 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java index 2e278db652f3..d67825032c98 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImages.java index e8c5dc2105f5..d1af6d78aeda 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImagesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImagesPaged.java index a6bf2c3d3233..6b4c920ce87c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImagesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/AsyncListDockerImagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImages.java index 38c686fec0f3..5db5f8de4c81 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImagesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImagesString.java index d7b220924184..46a46a2af5e5 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImagesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listdockerimages/SyncListDockerImagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFiles.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFiles.java index fd354574a429..e80e772f221f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFiles.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFilesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFilesPaged.java index 2eebf68f20f8..43dd5028a7fd 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFilesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/AsyncListFilesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFiles.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFiles.java index e21f674a425e..510d5a4b0bbe 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFiles.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesRepositoryname.java index 4dadce72880c..459aabdb53d5 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesString.java index 03b59a6b4bc2..fde3a84f7dc3 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listfiles/SyncListFilesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/AsyncListLocations.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/AsyncListLocations.java index 547f175ed9ca..a19e1a159db2 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/AsyncListLocations.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/AsyncListLocationsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/AsyncListLocationsPaged.java index 308e772348d3..b5f6a40a6d9e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/AsyncListLocationsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/SyncListLocations.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/SyncListLocations.java index 606b153cbd5d..291a5ab82f72 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listlocations/SyncListLocations.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifacts.java index 6a82497966dc..575f2e18a232 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifactsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifactsPaged.java index 0eaed75a5513..e2df9b430f44 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifactsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/AsyncListMavenArtifactsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifacts.java index 073be409773b..8443bcc28e97 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsRepositoryname.java index 6d79d82052e7..1d763621478b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsString.java index 81c4f5e59e0d..41c51ff5c346 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listmavenartifacts/SyncListMavenArtifactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackages.java index c1ab47ea5310..f36ec0042e2b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackagesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackagesPaged.java index c05bb5bde484..b2db4b533150 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackagesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/AsyncListNpmPackagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackages.java index 5e76bc1abc0d..539951a8bea9 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesRepositoryname.java index 5ffcec8ac43b..c3c605f582dd 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesString.java index 1b6eb8f8552a..6d8cce74eacf 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listnpmpackages/SyncListNpmPackagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackages.java index dac1a5a22de2..591fae58381c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackagesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackagesPaged.java index 3ad7c8c17564..02f400f0d433 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackagesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/AsyncListPackagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackages.java index 02501e168ac4..3f3326ab692a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesRepositoryname.java index 5dee64d66435..ef9df87b5922 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesString.java index 75d6e64f1368..57b853538ea3 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpackages/SyncListPackagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackages.java index 1e2c2f32bc16..41b96dd62c9c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackagesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackagesPaged.java index 828c64d5bdcf..02cc5ea97f23 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackagesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/AsyncListPythonPackagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackages.java index 3beb735f05d5..af6355b65e9a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesRepositoryname.java index d50eec9c4fe0..c52a8dc815ad 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesString.java index b50765b45eb4..877e41df657d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listpythonpackages/SyncListPythonPackagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/AsyncListRepositories.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/AsyncListRepositories.java index 2036d8ba8296..d6c4a564a2db 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/AsyncListRepositories.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/AsyncListRepositoriesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/AsyncListRepositoriesPaged.java index c06dc7aedaec..e4adcf267e9c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/AsyncListRepositoriesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositories.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositories.java index d0979dc73d08..dc915011ba01 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositories.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java index c9b3e6935b7a..47b0890db2be 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesString.java index 548d399e8e66..d19b18e270cd 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listrepositories/SyncListRepositoriesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTags.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTags.java index 716e7c8f2fb3..d0408657d333 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTags.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTagsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTagsPaged.java index d8c2062389ac..6140df420d4d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTagsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/AsyncListTagsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTags.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTags.java index 56ef185f6cba..bf03af37c8d9 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTags.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTagsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTagsString.java index 7e2490299f34..cb559d3ad036 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTagsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listtags/SyncListTagsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/AsyncListVersions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/AsyncListVersions.java index aabc2ea33aae..9cc4892a79eb 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/AsyncListVersions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/AsyncListVersionsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/AsyncListVersionsPaged.java index 681b111a17e9..6de13e0f216d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/AsyncListVersionsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/SyncListVersions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/SyncListVersions.java index 3346e34ef8ea..6bb9adacd241 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/SyncListVersions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/SyncListVersionsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/SyncListVersionsString.java index 5ead31a12894..5ee6a6a1d10b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/listversions/SyncListVersionsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/setiampolicy/AsyncSetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/setiampolicy/AsyncSetIamPolicy.java index fda5e01bba94..c3f231656523 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/setiampolicy/AsyncSetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/setiampolicy/SyncSetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/setiampolicy/SyncSetIamPolicy.java index 745865dde400..181c56ec3609 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/setiampolicy/SyncSetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/testiampermissions/AsyncTestIamPermissions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/testiampermissions/AsyncTestIamPermissions.java index 17e30c839f46..a8d288f19f2e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/testiampermissions/AsyncTestIamPermissions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/testiampermissions/SyncTestIamPermissions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/testiampermissions/SyncTestIamPermissions.java index 0aba6f8deb0a..3645bed4409a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/testiampermissions/SyncTestIamPermissions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java index 513dfd746217..63b28a15a6db 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java index 99f2a9b485b4..e817f555a545 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java index c42f7f1d5f9b..4b59b712fb19 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/AsyncUpdateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/AsyncUpdateRepository.java index 3a5867f20c8b..3c0c3ee11b4b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/AsyncUpdateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/AsyncUpdateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepository.java index 5daebbe31935..30dbc63491f1 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java index 68459481790c..60d3d5c71768 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/AsyncUpdateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/AsyncUpdateTag.java index cbd75d9cf502..9de074ac50f6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/AsyncUpdateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/AsyncUpdateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTag.java index b3ab50390cef..bd47c10d6371 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java index e43e3c1b81e2..6b18ec776b77 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/AsyncUpdateVPCSCConfig.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/AsyncUpdateVPCSCConfig.java index 87a3dcd29b8e..6e2ed3310f53 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/AsyncUpdateVPCSCConfig.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/AsyncUpdateVPCSCConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfig.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfig.java index 1d2b1c585989..d739ade214dd 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfig.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfigVpcscconfigFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfigVpcscconfigFieldmask.java index dfaa0bef2080..caaa450eba44 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfigVpcscconfigFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistry/updatevpcscconfig/SyncUpdateVPCSCConfigVpcscconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistrysettings/getdockerimage/SyncGetDockerImage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistrysettings/getdockerimage/SyncGetDockerImage.java index c453ac038e83..1d0228b7eaf0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistrysettings/getdockerimage/SyncGetDockerImage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/artifactregistrysettings/getdockerimage/SyncGetDockerImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/stub/artifactregistrystubsettings/getdockerimage/SyncGetDockerImage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/stub/artifactregistrystubsettings/getdockerimage/SyncGetDockerImage.java index 06feef5ff880..d9286c6f53f7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/stub/artifactregistrystubsettings/getdockerimage/SyncGetDockerImage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1/stub/artifactregistrystubsettings/getdockerimage/SyncGetDockerImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetCredentialsProvider.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetCredentialsProvider.java index a17431cd0834..f72689338c94 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetCredentialsProvider.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetCredentialsProvider1.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetCredentialsProvider1.java index ab41685f856e..e0e73ee38b19 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetCredentialsProvider1.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetEndpoint.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetEndpoint.java index 44e8b47e045e..712b4e2e6318 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/create/SyncCreateSetEndpoint.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/AsyncCreateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/AsyncCreateRepository.java index dd93698479da..d8d828b457e9 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/AsyncCreateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/AsyncCreateRepositoryLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/AsyncCreateRepositoryLRO.java index 57a2de3e8636..a6b733a87433 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/AsyncCreateRepositoryLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepository.java index 23be2d748f4d..ca56af7f6be6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java index 3dfb404b5b9d..17ade7adf9ff 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryLocationnameRepositoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryStringRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryStringRepositoryString.java index c081b397f0e9..ecc5e10827ff 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createrepository/SyncCreateRepositoryStringRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/AsyncCreateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/AsyncCreateTag.java index c7bd3daefb9a..c11f759b21c8 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/AsyncCreateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/AsyncCreateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTag.java index c1b476381106..c7cfa8223b72 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTagStringTagString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTagStringTagString.java index ec9ed55cd562..7d4aef74950f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTagStringTagString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/createtag/SyncCreateTagStringTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackage.java index 5816d90ed7fa..b4a845be1e3a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackageLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackageLRO.java index 0ad2dd49d01a..b4a6b805ba2b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackageLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/AsyncDeletePackageLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackage.java index 650e79460bd4..a137ec837496 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackageString.java index 8b39ce20f9d5..a7856799a81a 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletepackage/SyncDeletePackageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/AsyncDeleteRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/AsyncDeleteRepository.java index 30e18c7a2d8c..70cd5004be44 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/AsyncDeleteRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/AsyncDeleteRepositoryLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/AsyncDeleteRepositoryLRO.java index 80a0f97deb76..9fb92fd66fea 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/AsyncDeleteRepositoryLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepository.java index 07ca0dbd6ffd..352763985414 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepositoryRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepositoryRepositoryname.java index ffcdb8602bfd..9b40659873ce 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepositoryRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepositoryString.java index 250da55cc564..a1b1f6723cc0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleterepository/SyncDeleteRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/AsyncDeleteTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/AsyncDeleteTag.java index 9802b959e018..09a5d068bd08 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/AsyncDeleteTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/AsyncDeleteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTag.java index fd8836621906..99e990aa9fa9 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTagString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTagString.java index ba5ac5b69f74..63c128c150b1 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTagString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deletetag/SyncDeleteTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersion.java index fa0d1828f22a..c5303c991bce 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java index 54ddef1cadc2..07aa9b904194 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/AsyncDeleteVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/SyncDeleteVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/SyncDeleteVersion.java index ca8649521d73..165da264b14d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/SyncDeleteVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/SyncDeleteVersionString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/SyncDeleteVersionString.java index 0ec92b26c938..9117353b04c7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/deleteversion/SyncDeleteVersionString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/AsyncGetFile.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/AsyncGetFile.java index 11a877e6f355..f664b0afb4f6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/AsyncGetFile.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/AsyncGetFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFile.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFile.java index e14f957bf2b9..50e9530b2776 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFile.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFileString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFileString.java index 0b3064c8a2cc..291b2bacf7f6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFileString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getfile/SyncGetFileString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getiampolicy/AsyncGetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getiampolicy/AsyncGetIamPolicy.java index 290c4909dc26..19c99620eceb 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getiampolicy/AsyncGetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getiampolicy/SyncGetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getiampolicy/SyncGetIamPolicy.java index 4f846bafc99e..e06bcda97367 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getiampolicy/SyncGetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getlocation/AsyncGetLocation.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getlocation/AsyncGetLocation.java index 25de05278d2e..21381b704a0f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getlocation/AsyncGetLocation.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getlocation/SyncGetLocation.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getlocation/SyncGetLocation.java index cde7b59b68d3..00caad0744d6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getlocation/SyncGetLocation.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/AsyncGetPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/AsyncGetPackage.java index 46db911cb961..717bc7cf7797 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/AsyncGetPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/AsyncGetPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackage.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackage.java index 48aaf2088fcc..494bc0c805c6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackage.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackageString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackageString.java index e3f37fdbe025..710e6a7db006 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackageString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getpackage/SyncGetPackageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java index a601eb60a8f4..36cc0b2d48b2 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/AsyncGetProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettings.java index d06c0b8f419e..dd8d19f9d9d3 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java index fd3162c05d41..62fc3b53953f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsProjectsettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java index 9a252d961d8a..e4b8cf9f5de6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getprojectsettings/SyncGetProjectSettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/AsyncGetRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/AsyncGetRepository.java index a75cd82482bb..d574b717eb51 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/AsyncGetRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepository.java index d2fcf4f5fce6..4f6ab730cff3 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepositoryRepositoryname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepositoryRepositoryname.java index ef297b98a862..37b637bb7181 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepositoryRepositoryname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepositoryString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepositoryString.java index 57668663ece5..11bcc29adb2c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getrepository/SyncGetRepositoryString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/AsyncGetTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/AsyncGetTag.java index 52558e5ec286..54aea0982fb6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/AsyncGetTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/AsyncGetTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTag.java index a0abb1d1049c..ceab5a81ac92 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTagString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTagString.java index eba694effc38..25d5d6f28b1b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTagString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/gettag/SyncGetTagString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/AsyncGetVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/AsyncGetVersion.java index d42e5b7afaf8..59bf34c09945 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/AsyncGetVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/SyncGetVersion.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/SyncGetVersion.java index 29a9be58ac09..0450c5f3b53b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/SyncGetVersion.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/SyncGetVersionString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/SyncGetVersionString.java index fafaf921367d..54571f8b7bc6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/getversion/SyncGetVersionString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java index 3454c150af55..7f16fb23a5e0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java index 9ef0fece18ef..f0f3542f17b6 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/AsyncImportAptArtifactsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java index 1374c37881ba..9eb3518fd233 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importaptartifacts/SyncImportAptArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java index 26530141ffd9..a69ca3a4563c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java index 6445d9609256..5674ff0790c8 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/AsyncImportYumArtifactsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java index 0b7b656dfbdf..f5619196186d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/importyumartifacts/SyncImportYumArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFiles.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFiles.java index 63435a6f5610..007e30922d9c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFiles.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFilesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFilesPaged.java index 9a3c21a41a27..71305895a3c7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFilesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/AsyncListFilesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFiles.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFiles.java index c41a922e3bf1..1cfcab99cb5b 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFiles.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFilesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFilesString.java index 32c6cfd7b1ed..5abbb4b5ea9e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFilesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listfiles/SyncListFilesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/AsyncListLocations.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/AsyncListLocations.java index 0ac2986cc4de..64d18a45b368 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/AsyncListLocations.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/AsyncListLocationsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/AsyncListLocationsPaged.java index fa303f976430..70767b0bd008 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/AsyncListLocationsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/SyncListLocations.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/SyncListLocations.java index 6f2e42bfa60e..0aeb972e551f 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listlocations/SyncListLocations.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackages.java index 0a3c5e8fc8d8..c06a4fecea27 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackagesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackagesPaged.java index 5388d5a2b629..4fe08a682805 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackagesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/AsyncListPackagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackages.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackages.java index b99e21205f8d..1fc418e3f016 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackages.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackagesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackagesString.java index e6db0eb5ef45..5c325e44374d 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackagesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listpackages/SyncListPackagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/AsyncListRepositories.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/AsyncListRepositories.java index d4a34b290eec..061196d53af0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/AsyncListRepositories.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/AsyncListRepositoriesPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/AsyncListRepositoriesPaged.java index 1d789a7aa0d7..a8d499abd573 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/AsyncListRepositoriesPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositories.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositories.java index ad10893fd0a8..1f0b365c8bf7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositories.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java index ab6d003498d5..95bd5c32ddd8 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesString.java index 009dc31f3328..45998681e050 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listrepositories/SyncListRepositoriesString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTags.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTags.java index 20e2b204507c..facf497c4942 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTags.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTagsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTagsPaged.java index 8e560d503e28..64f324a8a8aa 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTagsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/AsyncListTagsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTags.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTags.java index 6f4ae9006b0a..ac5592591a39 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTags.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTagsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTagsString.java index 3015e5c7fcc9..5fff0bf3fa63 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTagsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listtags/SyncListTagsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/AsyncListVersions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/AsyncListVersions.java index 0ea044685db9..a7c6d2336dbf 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/AsyncListVersions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/AsyncListVersionsPaged.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/AsyncListVersionsPaged.java index 51c9b9cb95d6..ee372829dec0 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/AsyncListVersionsPaged.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/SyncListVersions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/SyncListVersions.java index 178a1825cb1a..bd7e3278c2ef 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/SyncListVersions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/SyncListVersionsString.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/SyncListVersionsString.java index b7726fc7de33..09acb0971436 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/listversions/SyncListVersionsString.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/setiampolicy/AsyncSetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/setiampolicy/AsyncSetIamPolicy.java index a5e3cb452960..d80e4053e76c 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/setiampolicy/AsyncSetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/setiampolicy/SyncSetIamPolicy.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/setiampolicy/SyncSetIamPolicy.java index 67576bfae426..90f11337ec1e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/setiampolicy/SyncSetIamPolicy.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/testiampermissions/AsyncTestIamPermissions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/testiampermissions/AsyncTestIamPermissions.java index cffb0c36540c..b7ac80e9eb61 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/testiampermissions/AsyncTestIamPermissions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/testiampermissions/SyncTestIamPermissions.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/testiampermissions/SyncTestIamPermissions.java index 85c25eec5dfe..3dedff260b91 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/testiampermissions/SyncTestIamPermissions.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java index 0fbaf066ce2a..48115f8a7cf1 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/AsyncUpdateProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java index e584cf16926e..418a81d250c7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java index b4ea5b849686..a3518eadc8e1 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updateprojectsettings/SyncUpdateProjectSettingsProjectsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/AsyncUpdateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/AsyncUpdateRepository.java index fdf18da0fcb2..9e9d9ba7bb47 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/AsyncUpdateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/AsyncUpdateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepository.java index a1f0c1508b97..7ad089546d99 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java index b64491e45281..727372c16098 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updaterepository/SyncUpdateRepositoryRepositoryFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/AsyncUpdateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/AsyncUpdateTag.java index d9887be27d2c..61866d2ffc2e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/AsyncUpdateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/AsyncUpdateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTag.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTag.java index cc7bbae643aa..4e2a9009cf28 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTag.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java index d25cb62c7344..eb9ee8efd8e7 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistry/updatetag/SyncUpdateTagTagFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistrysettings/getrepository/SyncGetRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistrysettings/getrepository/SyncGetRepository.java index 2a15d8037c3e..5691dfff492e 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistrysettings/getrepository/SyncGetRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/artifactregistrysettings/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-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/stub/artifactregistrystubsettings/getrepository/SyncGetRepository.java b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/stub/artifactregistrystubsettings/getrepository/SyncGetRepository.java index 54f056de84bd..692fb5296908 100644 --- a/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/stub/artifactregistrystubsettings/getrepository/SyncGetRepository.java +++ b/java-artifact-registry/samples/snippets/generated/com/google/devtools/artifactregistry/v1beta2/stub/artifactregistrystubsettings/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-asset/README.md b/java-asset/README.md index 6c279f620361..6d77b4d8e7db 100644 --- a/java-asset/README.md +++ b/java-asset/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-asset.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/3.38.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java index 556811ec0009..0cac67c092c7 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceSettings.java index 08f5d0b22345..2d07fc95a324 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -280,7 +280,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AssetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/package-info.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/package-info.java index 64b2e01de1f9..3cce306ec3e2 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/package-info.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStub.java index 46d4adf7b5fe..b3d2507ac2fd 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStubSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStubSettings.java index 1c532e830059..e5899945873a 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStubSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/AssetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -911,7 +911,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( @@ -920,7 +919,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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceCallableFactory.java index fc52f237d01b..086389a7c38e 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceStub.java index e23ffc8e6a68..87b8445d05a7 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/GrpcAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceCallableFactory.java index 4e97054b2cd3..312ceb6c4d6a 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceStub.java index 01889e5cbd58..1259bb14ef5c 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/HttpJsonAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java index a1f33804c0b5..6fcef02f37c3 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceSettings.java index e8a72a34b3ec..c042d4da850c 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -133,7 +133,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AssetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/package-info.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/package-info.java index f3dd5c22be1a..ff0858ece4cb 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/package-info.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStub.java index f4bcee14a316..4294a3a7cd98 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStubSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStubSettings.java index 6098a026e278..b83f31535c6b 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStubSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/AssetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 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( @@ -344,7 +343,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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceCallableFactory.java index ed0518a0814e..7722f6429b02 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceStub.java index 4f82f45d2b72..5bc835525372 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/GrpcAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceCallableFactory.java index 13732ecb2f6a..a118e81b5b03 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceStub.java index abf72e8d5c1d..e46bd1f730d5 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/HttpJsonAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceClient.java index 22dafb44ecda..e24683065f38 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceSettings.java index ce09c663d5ac..06610bcb52d3 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/AssetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AssetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/package-info.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/package-info.java index 1a29bb409b83..2411afeaf143 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/package-info.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStub.java index a6753147e667..424c1a1c5a93 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStubSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStubSettings.java index 4e50d761e7f8..08d92ca3347d 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStubSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/AssetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceCallableFactory.java index 13aeee08e76b..e6047cc5d4fa 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceStub.java index 12e47f96a410..1e0880dae205 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/GrpcAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceCallableFactory.java index ca35ac1a63d9..c7e40b016149 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceStub.java index c73372557c1b..95cbbbd095fc 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/HttpJsonAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceClient.java index ae88c27befdd..70c3393a5e99 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceSettings.java index 3bf6b3b963d1..a7f1caf0943e 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/AssetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AssetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/package-info.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/package-info.java index f248eac7014b..7ab1c6fa1234 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/package-info.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStub.java index 59d203f04795..8dcea0b3f269 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStubSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStubSettings.java index d5838723d385..5d254ba8738a 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStubSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/AssetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -236,7 +236,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( @@ -245,7 +244,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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceCallableFactory.java index 7507280439f7..0974b04e9ccf 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceStub.java index 6cde321840a1..571bc985f7bc 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/GrpcAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceCallableFactory.java index b56c7b779c11..54eca6e8a54e 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceStub.java index 563c61142f9d..d1946d7bc39c 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/HttpJsonAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceClient.java index 432be669e935..4c4d7d891f67 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceSettings.java index ee51ca69c0d4..dc23f20da4f3 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/AssetServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,7 +118,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AssetServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssetServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/package-info.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/package-info.java index 4ded79079851..b75ee91d0483 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/package-info.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStub.java index 7b51b17c223e..c2f3fbdad63d 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStubSettings.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStubSettings.java index 50aac808aae8..b2cde28e6158 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStubSettings.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/AssetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 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-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceCallableFactory.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceCallableFactory.java index ab3fcd987c13..5ca9c56e6a16 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceCallableFactory.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceStub.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceStub.java index dd4224d005b5..f8d1e8b2f4ce 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceStub.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/GrpcAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientHttpJsonTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientHttpJsonTest.java index 6a29e4652ba7..b786d4d032c7 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientHttpJsonTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientTest.java index 2d472753b4d4..fecd7f61afe4 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/AssetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetService.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetService.java index acbdbc083627..cf22052fe5f8 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetService.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetServiceImpl.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetServiceImpl.java index 9f5d8cd2fad2..b924f12f2501 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetServiceImpl.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientHttpJsonTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientHttpJsonTest.java index 715fbf259add..11faa243f11f 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientHttpJsonTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientTest.java index 5fe84de3dea5..f3187386dcfa 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/AssetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetService.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetService.java index 0cf4d61a5d6c..8a08b9fbb81f 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetService.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetServiceImpl.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetServiceImpl.java index 405413bc6eef..6a05b1754f6d 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetServiceImpl.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p1beta1/MockAssetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientHttpJsonTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientHttpJsonTest.java index b07f908e385a..568037b708dd 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientHttpJsonTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientTest.java index c0423fa2532f..9850209c2678 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/AssetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetService.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetService.java index ee2652867328..c0e2d79973a1 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetService.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetServiceImpl.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetServiceImpl.java index 8ded168484a1..1b111afcf7dd 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetServiceImpl.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p2beta1/MockAssetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientHttpJsonTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientHttpJsonTest.java index cb7d037f1f3c..ecce0c6c5ddf 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientHttpJsonTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientTest.java index 016adb935cc9..956b1ac7e6a6 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/AssetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetService.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetService.java index 6d099789d93c..b90e14f31939 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetService.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetServiceImpl.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetServiceImpl.java index 5dcf12b73a8d..7f528f7164ed 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetServiceImpl.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p5beta1/MockAssetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/AssetServiceClientTest.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/AssetServiceClientTest.java index b650880b4505..1b51f209a2a3 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/AssetServiceClientTest.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/AssetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetService.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetService.java index 970a7fa98cf4..2d53e9724010 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetService.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetServiceImpl.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetServiceImpl.java index 885867283aa2..7970f5af4798 100644 --- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetServiceImpl.java +++ b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1p7beta1/MockAssetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedName.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedName.java index a3dc5f5fdb5d..7278bc364b97 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedName.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FolderName.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FolderName.java index 65440507631b..494a8b6ac8df 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FolderName.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/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-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OrganizationName.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OrganizationName.java index c924effa14ff..b5126afd86f5 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OrganizationName.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/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-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ProjectName.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ProjectName.java index 0f11713b4ab5..f58488e0bbe4 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ProjectName.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/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-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryName.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryName.java index 4cd6ab0d63d2..af70ae9f7740 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryName.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/proto-google-cloud-asset-v1p2beta1/src/main/java/com/google/cloud/asset/v1p2beta1/FeedName.java b/java-asset/proto-google-cloud-asset-v1p2beta1/src/main/java/com/google/cloud/asset/v1p2beta1/FeedName.java index 61cdf0d33372..a2ab7b39fc07 100644 --- a/java-asset/proto-google-cloud-asset-v1p2beta1/src/main/java/com/google/cloud/asset/v1p2beta1/FeedName.java +++ b/java-asset/proto-google-cloud-asset-v1p2beta1/src/main/java/com/google/cloud/asset/v1p2beta1/FeedName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/AsyncAnalyzeIamPolicy.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/AsyncAnalyzeIamPolicy.java index 156c15f06db3..e861d34fc5f9 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/AsyncAnalyzeIamPolicy.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/AsyncAnalyzeIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/SyncAnalyzeIamPolicy.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/SyncAnalyzeIamPolicy.java index a28432409b86..fff3a3681f02 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/SyncAnalyzeIamPolicy.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicy/SyncAnalyzeIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunning.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunning.java index 586e24446c0d..0261d30ceff8 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunning.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunning.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunningLRO.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunningLRO.java index 618b324de68a..de46088b575c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunningLRO.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/AsyncAnalyzeIamPolicyLongrunningLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/SyncAnalyzeIamPolicyLongrunning.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/SyncAnalyzeIamPolicyLongrunning.java index 35b8c3adfc64..3528e8f30653 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/SyncAnalyzeIamPolicyLongrunning.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeiampolicylongrunning/SyncAnalyzeIamPolicyLongrunning.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/AsyncAnalyzeMove.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/AsyncAnalyzeMove.java index 267443e87922..6404c644fdef 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/AsyncAnalyzeMove.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/AsyncAnalyzeMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/SyncAnalyzeMove.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/SyncAnalyzeMove.java index a12d53cb9159..381e9b4556da 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/SyncAnalyzeMove.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzemove/SyncAnalyzeMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPolicies.java index 7b02da231de3..2c8049b8ef87 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPoliciesPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPoliciesPaged.java index 1944fe766a9f..a6fc70053d81 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPoliciesPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/AsyncAnalyzeOrgPoliciesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPolicies.java index 2f1a497a5785..e73ba1afd9f0 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPoliciesStringStringString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPoliciesStringStringString.java index 356a162b6ed8..1099cc1a0e11 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPoliciesStringStringString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicies/SyncAnalyzeOrgPoliciesStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssets.java index 7efabe2f8017..9e9fb18d6488 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssetsPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssetsPaged.java index d53219ed3c06..1764016d12ef 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssetsPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/AsyncAnalyzeOrgPolicyGovernedAssetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssets.java index 01225f835e6b..ea2fd7844111 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssetsStringStringString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssetsStringStringString.java index 8232ce383797..e20b9b0c8185 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssetsStringStringString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedassets/SyncAnalyzeOrgPolicyGovernedAssetsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainers.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainers.java index 6c0ca5e74b5b..e30f7edff3af 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainers.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainersPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainersPaged.java index 43d532b30fd5..d3596a356fb6 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainersPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/AsyncAnalyzeOrgPolicyGovernedContainersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainers.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainers.java index 05ece5c485ea..a2b22ad41847 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainers.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainersStringStringString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainersStringStringString.java index 9fead052f4ab..6651d99de739 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainersStringStringString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/analyzeorgpolicygovernedcontainers/SyncAnalyzeOrgPolicyGovernedContainersStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/AsyncBatchGetAssetsHistory.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/AsyncBatchGetAssetsHistory.java index 4f69a827b8f9..09a49b4a1578 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/AsyncBatchGetAssetsHistory.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/AsyncBatchGetAssetsHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/SyncBatchGetAssetsHistory.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/SyncBatchGetAssetsHistory.java index db560f299dd3..849869f87001 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/SyncBatchGetAssetsHistory.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgetassetshistory/SyncBatchGetAssetsHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/AsyncBatchGetEffectiveIamPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/AsyncBatchGetEffectiveIamPolicies.java index 91e3a41c3c92..cd25cbdb566b 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/AsyncBatchGetEffectiveIamPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/AsyncBatchGetEffectiveIamPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/SyncBatchGetEffectiveIamPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/SyncBatchGetEffectiveIamPolicies.java index 8f2ddf5708d1..d3dbca24830c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/SyncBatchGetEffectiveIamPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/batchgeteffectiveiampolicies/SyncBatchGetEffectiveIamPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetCredentialsProvider.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetCredentialsProvider.java index 3d77c16d1c80..57a75b7914ee 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetCredentialsProvider1.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetCredentialsProvider1.java index 503688fab909..5d2931115cae 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetEndpoint.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetEndpoint.java index f69c5fa8f84f..f11f79c030dc 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/create/SyncCreateSetEndpoint.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/AsyncCreateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/AsyncCreateFeed.java index 63eb1a017a78..a479cce87857 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/AsyncCreateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/AsyncCreateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeed.java index 22a443225141..d423af6a40ca 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeedString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeedString.java index 71f3d013adf3..8b2a4aec9153 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeedString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createfeed/SyncCreateFeedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/AsyncCreateSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/AsyncCreateSavedQuery.java index 4292202d9c11..470f454fbd26 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/AsyncCreateSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/AsyncCreateSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQuery.java index f4e23828dd22..90cf19a12005 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryFoldernameSavedqueryString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryFoldernameSavedqueryString.java index 9d40c9f5f2e7..2b683f81f232 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryFoldernameSavedqueryString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryFoldernameSavedqueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryOrganizationnameSavedqueryString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryOrganizationnameSavedqueryString.java index 8a1b4e278e7d..cfa7d27316d0 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryOrganizationnameSavedqueryString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryOrganizationnameSavedqueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryProjectnameSavedqueryString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryProjectnameSavedqueryString.java index b11e77b37ef5..81c49eb1057c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryProjectnameSavedqueryString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryProjectnameSavedqueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryStringSavedqueryString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryStringSavedqueryString.java index 7de2380c03b4..e163673c6719 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryStringSavedqueryString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/createsavedquery/SyncCreateSavedQueryStringSavedqueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/AsyncDeleteFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/AsyncDeleteFeed.java index 310a499bd899..49970c88ac1d 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/AsyncDeleteFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/AsyncDeleteFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeed.java index 66dc568f1586..baea7773aebf 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedFeedname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedFeedname.java index aa6c4cdc008e..ddb3de39f861 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedFeedname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedFeedname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedString.java index ca6428b5ba78..c1e4a4e2c839 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletefeed/SyncDeleteFeedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/AsyncDeleteSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/AsyncDeleteSavedQuery.java index 5f73ba210c21..b230cb826a59 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/AsyncDeleteSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/AsyncDeleteSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuery.java index ce7e5d68df12..ab50cb7d4488 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java index a12a0fff8b36..2f2805cad460 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQuerySavedqueryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQueryString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQueryString.java index 5499209ed86d..6e10d0afa4f9 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQueryString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/deletesavedquery/SyncDeleteSavedQueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssets.java index 90bbc2e2779a..097bfd27b84d 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssetsLRO.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssetsLRO.java index 39fb5326bdc5..ae93a7e55278 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssetsLRO.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/AsyncExportAssetsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/SyncExportAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/SyncExportAssets.java index 3cbf2fce8bc5..d62865df1820 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/SyncExportAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/exportassets/SyncExportAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/AsyncGetFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/AsyncGetFeed.java index fd5c9a7fcaee..0d25a179edf0 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/AsyncGetFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/AsyncGetFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeed.java index 2b4397038742..61cff0d1203c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedFeedname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedFeedname.java index db8f0f2fe750..9638a49805d1 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedFeedname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedFeedname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedString.java index 4ecf5e97a3c0..7ed8777dfea3 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getfeed/SyncGetFeedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/AsyncGetSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/AsyncGetSavedQuery.java index b77a3066fb85..f6227d4132ba 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/AsyncGetSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/AsyncGetSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuery.java index bdedd7ee7748..d7cb44aeb8a4 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuerySavedqueryname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuerySavedqueryname.java index e8374d2fec68..2f8a4b838a96 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuerySavedqueryname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQuerySavedqueryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQueryString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQueryString.java index 1efa0f9b6dce..2581f7eae704 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQueryString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/getsavedquery/SyncGetSavedQueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssets.java index 3df30237f27e..3bff617290a2 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssetsPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssetsPaged.java index 810257257670..5bc5773dc526 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssetsPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/AsyncListAssetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssets.java index 83acee637502..65902ae20c6c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsResourcename.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsResourcename.java index d99d286d0e43..1a8e877d2ec8 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsResourcename.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsResourcename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsString.java index dcae96a56e90..33cf2a887154 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listassets/SyncListAssetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/AsyncListFeeds.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/AsyncListFeeds.java index eadce3866a98..79389f42b368 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/AsyncListFeeds.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/AsyncListFeeds.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeeds.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeeds.java index a7b43990e773..55f43ad9d5fa 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeeds.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeeds.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeedsString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeedsString.java index 30bf27c90507..77743f8168ab 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeedsString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listfeeds/SyncListFeedsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueries.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueries.java index f8ae951b143a..bc87246cb76a 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueries.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueriesPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueriesPaged.java index af46767922b0..056aec546879 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueriesPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/AsyncListSavedQueriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueries.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueries.java index 827c8bced0d3..b3d8359c47a1 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueries.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesFoldername.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesFoldername.java index 61d0c68e659f..5f983103928f 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesFoldername.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesFoldername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesOrganizationname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesOrganizationname.java index 836d6e3550dd..22e347195ae2 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesOrganizationname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesProjectname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesProjectname.java index f514720408f2..f8fe966d96cb 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesProjectname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesString.java index 85239c8b46ac..50e663697afb 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/listsavedqueries/SyncListSavedQueriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/AsyncQueryAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/AsyncQueryAssets.java index 19a16c66cea7..a2a4f2c3a99c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/AsyncQueryAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/AsyncQueryAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/SyncQueryAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/SyncQueryAssets.java index 8cad1670b2b9..e41ab7648a90 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/SyncQueryAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/queryassets/SyncQueryAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java index 454a9f1bde0b..6a9321191f52 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java index 3631dd2046a1..9288139a89ee 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java index af2a52aa2df1..2a3a532c2257 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java index 82ffffa9d78e..2242642c626c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResources.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResources.java index 82633eb2c241..389ae33b619a 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResources.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java index 39eae3466aed..bca6df87e5d7 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResources.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResources.java index 79f3dba84473..39314cdf915b 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResources.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java index cb8e8ccf78e8..99881eed7f68 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/AsyncUpdateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/AsyncUpdateFeed.java index c3cb21f64a8d..22e4020f0f81 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/AsyncUpdateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/AsyncUpdateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeed.java index a4b6b70bc34e..3c9f852fcf69 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeedFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeedFeed.java index 702165371264..1ba0519c3ccb 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeedFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatefeed/SyncUpdateFeedFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/AsyncUpdateSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/AsyncUpdateSavedQuery.java index e60336f81f0c..4ad78726988e 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/AsyncUpdateSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/AsyncUpdateSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuery.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuery.java index cf31ed365da7..9fe6ab4c2f7b 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuery.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuerySavedqueryFieldmask.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuerySavedqueryFieldmask.java index b6b1f205fd1b..058b218dd972 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuerySavedqueryFieldmask.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservice/updatesavedquery/SyncUpdateSavedQuerySavedqueryFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservicesettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservicesettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java index 2763068d5295..26f380d1b688 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservicesettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/assetservicesettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/stub/assetservicestubsettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/stub/assetservicestubsettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java index 2613f021f307..aec0bb6aea85 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/stub/assetservicestubsettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1/stub/assetservicestubsettings/batchgetassetshistory/SyncBatchGetAssetsHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetCredentialsProvider.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetCredentialsProvider.java index 3ee5f110aa0a..6f6c2f0896f4 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java index 4ada37622b4e..3cad641143bb 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetEndpoint.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetEndpoint.java index 8797998c270a..5f75944edbab 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/create/SyncCreateSetEndpoint.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java index dc61e68b23dd..5ae300763664 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java index a47cde6582e6..2b8a913180c5 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/AsyncSearchAllIamPoliciesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java index e13a6c45553e..b087427daa13 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java index 721ae6a5fe89..f3228e9ea349 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchalliampolicies/SyncSearchAllIamPoliciesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResources.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResources.java index 920fc0565183..05efef0e1457 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResources.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java index fb4e5d1bb524..d195cb598b67 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/AsyncSearchAllResourcesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResources.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResources.java index 8b549287c27e..1f85695fcb09 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResources.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java index 761b114f66c1..0aec1dceaab2 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservice/searchallresources/SyncSearchAllResourcesStringStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservicesettings/searchallresources/SyncSearchAllResources.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservicesettings/searchallresources/SyncSearchAllResources.java index b3343e6ab6c8..007873fc0141 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservicesettings/searchallresources/SyncSearchAllResources.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/assetservicesettings/searchallresources/SyncSearchAllResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/stub/assetservicestubsettings/searchallresources/SyncSearchAllResources.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/stub/assetservicestubsettings/searchallresources/SyncSearchAllResources.java index ccc730f0aa58..32e37622e074 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/stub/assetservicestubsettings/searchallresources/SyncSearchAllResources.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p1beta1/stub/assetservicestubsettings/searchallresources/SyncSearchAllResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetCredentialsProvider.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetCredentialsProvider.java index 4fba80ac83ba..5b9ad9e349d0 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java index d0bc6b47fe9c..5653f10305a7 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetEndpoint.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetEndpoint.java index 9c4c5075b901..f00aa017cc92 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/create/SyncCreateSetEndpoint.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/AsyncCreateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/AsyncCreateFeed.java index c1b741f3b82a..3570d680877f 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/AsyncCreateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/AsyncCreateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeed.java index b0acd9afe479..b61c0d062658 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeedString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeedString.java index 5536d35f6cd9..64bedda4c50d 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeedString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/createfeed/SyncCreateFeedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/AsyncDeleteFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/AsyncDeleteFeed.java index ef503cf80df4..80c47bcd97b6 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/AsyncDeleteFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/AsyncDeleteFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeed.java index 1d1476d8cad7..8329e2d3a56a 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedFeedname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedFeedname.java index 0a2139b87aba..cda12ca77ac9 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedFeedname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedFeedname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedString.java index 7dd76778e8bd..b443bde46aa8 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/deletefeed/SyncDeleteFeedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/AsyncGetFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/AsyncGetFeed.java index 58c3da437af6..f8ff606a0422 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/AsyncGetFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/AsyncGetFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeed.java index dd7404d390f7..bb9f0904cee3 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedFeedname.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedFeedname.java index 0306557c13d3..8dcc23a349a0 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedFeedname.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedFeedname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedString.java index d96c0d4dac5a..5ad02f225562 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/getfeed/SyncGetFeedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/AsyncListFeeds.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/AsyncListFeeds.java index eaea0c9f56d9..97e7cce9996b 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/AsyncListFeeds.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/AsyncListFeeds.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeeds.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeeds.java index cba096859169..a9a240b3e36c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeeds.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeeds.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeedsString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeedsString.java index ea8037ef0b5e..95997c10fcb5 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeedsString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/listfeeds/SyncListFeedsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/AsyncUpdateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/AsyncUpdateFeed.java index 3e04276d17a8..9ad42f4b43c9 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/AsyncUpdateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/AsyncUpdateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeed.java index eba9745d6cfc..3c67533a10e8 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeedFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeedFeed.java index 0de4f3e54c6b..b6f0a225e61d 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeedFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservice/updatefeed/SyncUpdateFeedFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservicesettings/createfeed/SyncCreateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservicesettings/createfeed/SyncCreateFeed.java index 8512ff8eacc3..89f29eeead02 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservicesettings/createfeed/SyncCreateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/assetservicesettings/createfeed/SyncCreateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/stub/assetservicestubsettings/createfeed/SyncCreateFeed.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/stub/assetservicestubsettings/createfeed/SyncCreateFeed.java index 91b96adb68a8..5676b2dd4173 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/stub/assetservicestubsettings/createfeed/SyncCreateFeed.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p2beta1/stub/assetservicestubsettings/createfeed/SyncCreateFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetCredentialsProvider.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetCredentialsProvider.java index be771c90d0f4..2292449bb5b2 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java index 73c72d190d0a..58093bca5b5b 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetEndpoint.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetEndpoint.java index a13bb7d544e7..c3aec54521e3 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/create/SyncCreateSetEndpoint.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssets.java index 463c822c9633..0d7792d42a57 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssetsPaged.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssetsPaged.java index 61c45fe89f24..ab2525de2c73 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssetsPaged.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/AsyncListAssetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssets.java index 56a1e3ed52ff..3ca55ecec884 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsResourcename.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsResourcename.java index 93c1c7508836..c763e508cd6e 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsResourcename.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsResourcename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsString.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsString.java index 912e62e102ad..b418bb62ef78 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsString.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservice/listassets/SyncListAssetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservicesettings/listassets/SyncListAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservicesettings/listassets/SyncListAssets.java index cc0570a88e9b..12355561747c 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservicesettings/listassets/SyncListAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/assetservicesettings/listassets/SyncListAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/stub/assetservicestubsettings/listassets/SyncListAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/stub/assetservicestubsettings/listassets/SyncListAssets.java index 55a8e0c1ab87..d005b8744daa 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/stub/assetservicestubsettings/listassets/SyncListAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p5beta1/stub/assetservicestubsettings/listassets/SyncListAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/create/SyncCreateSetCredentialsProvider.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/create/SyncCreateSetCredentialsProvider.java index 6845666edf79..5fd8628c50dd 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/create/SyncCreateSetEndpoint.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/create/SyncCreateSetEndpoint.java index 2451f23c3bc5..5f83d6650836 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/create/SyncCreateSetEndpoint.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/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-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssets.java index a8e010012e27..62b738451217 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssetsLRO.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssetsLRO.java index b2b3919e2754..710b0e696caf 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssetsLRO.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/AsyncExportAssetsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/SyncExportAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/SyncExportAssets.java index 36edff99435e..dd8ff4b8c00a 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/SyncExportAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservice/exportassets/SyncExportAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservicesettings/exportassets/SyncExportAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservicesettings/exportassets/SyncExportAssets.java index 8b840cc00c20..df8836ab4a2b 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservicesettings/exportassets/SyncExportAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/assetservicesettings/exportassets/SyncExportAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/stub/assetservicestubsettings/exportassets/SyncExportAssets.java b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/stub/assetservicestubsettings/exportassets/SyncExportAssets.java index dff8380f5442..e7d091dd4828 100644 --- a/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/stub/assetservicestubsettings/exportassets/SyncExportAssets.java +++ b/java-asset/samples/snippets/generated/com/google/cloud/asset/v1p7beta1/stub/assetservicestubsettings/exportassets/SyncExportAssets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/README.md b/java-assured-workloads/README.md index bc2b3d1ea365..ccf9c762dae3 100644 --- a/java-assured-workloads/README.md +++ b/java-assured-workloads/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-assured-workloads.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-assured-workloads/2.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-assured-workloads/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-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClient.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClient.java index 44f2e5bc4866..8e828b075a01 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClient.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceSettings.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceSettings.java index c1a7ff209668..9cc0e1487814 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceSettings.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AssuredWorkloadsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssuredWorkloadsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/package-info.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/package-info.java index a4e7ae4d69a7..b72dad11ffb0 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/package-info.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/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-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStub.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStub.java index c75426031e97..03e27d07c8d3 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStub.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStubSettings.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStubSettings.java index e2626b9628e7..93b3b8e0588c 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStubSettings.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/AssuredWorkloadsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java index 0998c77b21d6..287e68d4d8c9 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceStub.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceStub.java index 8089c7a8621d..3e095a3f24b6 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceStub.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/GrpcAssuredWorkloadsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java index 20e2956fec85..da1ba16b3177 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceStub.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceStub.java index ae1e3fe1e001..f0dc0030e620 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceStub.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/HttpJsonAssuredWorkloadsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClient.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClient.java index eaff792edcfb..f2f80893f0f9 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClient.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceSettings.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceSettings.java index d3adceb58061..b9def50f60be 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceSettings.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 AssuredWorkloadsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AssuredWorkloadsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/package-info.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/package-info.java index 7e981ae5f75e..d2384fcdecc1 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/package-info.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/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-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStub.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStub.java index fe6730f98730..aef2279b138f 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStub.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStubSettings.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStubSettings.java index 55a66a075de6..59ac881d2c93 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStubSettings.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/AssuredWorkloadsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -304,7 +304,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( @@ -313,7 +312,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-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java index c5d289ddc08b..90c4c3c496b3 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceStub.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceStub.java index a7da0e77317b..53cd8612b1a6 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceStub.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/GrpcAssuredWorkloadsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java index 076120f014fc..c19595e6c3e8 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceStub.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceStub.java index f6443087fe39..112112839dff 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceStub.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/HttpJsonAssuredWorkloadsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientHttpJsonTest.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientHttpJsonTest.java index cbee2feab2ba..85c673cb9603 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientHttpJsonTest.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientTest.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientTest.java index b352c01fa338..a84512db5901 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientTest.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/AssuredWorkloadsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsService.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsService.java index 5f7848250b37..4d0050be0079 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsService.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsServiceImpl.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsServiceImpl.java index b1d8ee778293..6aa9c1931364 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsServiceImpl.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1/MockAssuredWorkloadsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientHttpJsonTest.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientHttpJsonTest.java index 1fc442c7a6ca..1d04cab89b76 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientHttpJsonTest.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientTest.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientTest.java index a4fceb953bbe..6d96b46548ca 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientTest.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsService.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsService.java index 7bd6d138d579..15d9c2bb71ba 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsService.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsServiceImpl.java b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsServiceImpl.java index cd2822d20ed9..3085a4e1f4c1 100644 --- a/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsServiceImpl.java +++ b/java-assured-workloads/google-cloud-assured-workloads/src/test/java/com/google/cloud/assuredworkloads/v1beta1/MockAssuredWorkloadsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/LocationName.java b/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/LocationName.java index ecafc2a16819..3957b5f18056 100644 --- a/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/LocationName.java +++ b/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/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-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/ViolationName.java b/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/ViolationName.java index 57b1ac13e6c6..3451c557122f 100644 --- a/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/ViolationName.java +++ b/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/ViolationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/WorkloadName.java b/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/WorkloadName.java index a2419fd573c9..ed07e4cb4c93 100644 --- a/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/WorkloadName.java +++ b/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/WorkloadName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/LocationName.java b/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/LocationName.java index c08539bae0b9..04eb3e1adad6 100644 --- a/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/LocationName.java +++ b/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/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-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/WorkloadName.java b/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/WorkloadName.java index 46da3fff98eb..5dfdcffe91fe 100644 --- a/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/WorkloadName.java +++ b/java-assured-workloads/proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/WorkloadName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/AsyncAcknowledgeViolation.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/AsyncAcknowledgeViolation.java index 39577b10e4cd..baf4c9473411 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/AsyncAcknowledgeViolation.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/AsyncAcknowledgeViolation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/SyncAcknowledgeViolation.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/SyncAcknowledgeViolation.java index 2bd7c4111933..06e9798397c3 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/SyncAcknowledgeViolation.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/acknowledgeviolation/SyncAcknowledgeViolation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider.java index 771d1029e6ba..01a7ab6daae7 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/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-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider1.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider1.java index af24399e1bc9..0fa5561f44fb 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/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-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetEndpoint.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetEndpoint.java index e81a4c1969fa..5c97965fb0cb 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/create/SyncCreateSetEndpoint.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/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-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java index c9df30fdd25c..3c8b49acc55e 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java index fb911288fc3f..4c46b9059a34 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java index 47fba49a0ff8..0add2b20d9e9 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java index d8c61f5c2849..0aed52771825 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java index 61fe1ef210ca..af218581cddc 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java index f1fdce9b41d8..ce02b7be0bd2 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java index f63770dfa596..ed918c7b96c2 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java index 4092d273dd81..d68632d648ab 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java index b79dbee19627..7807e49c1e86 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/AsyncGetViolation.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/AsyncGetViolation.java index 1ad3b496ab68..70cfa325fc83 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/AsyncGetViolation.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/AsyncGetViolation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolation.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolation.java index db0a962e076c..44ecd0624a91 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolation.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationString.java index 18299b44ff8e..9b85b7fe670f 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationViolationname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationViolationname.java index da21c3fff9a7..3f2ee69c21c9 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationViolationname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getviolation/SyncGetViolationViolationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java index 29040fc86240..a2f99e08af03 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkload.java index 35f11c356149..f16d53f54793 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java index 4625cdb8cc06..d783df1c6bc6 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java index 491c19ad7f43..99884215011c 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolations.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolations.java index 77da024411b4..87edd873dcf8 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolations.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolationsPaged.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolationsPaged.java index c98ce3dfeabd..74d210e7f670 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolationsPaged.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/AsyncListViolationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolations.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolations.java index 3910f3ee6ef8..8d84bd28b074 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolations.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsString.java index 6c920b3ea2ae..baa62f30ca82 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsWorkloadname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsWorkloadname.java index 54d21982c023..e52febfbf4e7 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsWorkloadname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listviolations/SyncListViolationsWorkloadname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java index 57dbe2c6cf20..450cc9fbbad2 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java index 142b5cfa5aa9..b2f71239e42e 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java index f8b9b26d6c8f..5de963f56503 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java index 7f375d447e69..b3d99af12612 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java index 27ed37d0bfed..d7449e8e1596 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java index d580149f3958..a714f1cd9ee2 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java index 640b5afdc8eb..eff81ab6366f 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java index 9155af71decd..40b7743be132 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java index 032fc4e15b06..185f1f6b56da 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java index 3f97247f4747..aaaff507afbc 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java index 91b1926eeaad..cd2224969c10 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java index 5088d5638b4e..6d585a1b529e 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/AsyncAnalyzeWorkloadMove.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/AsyncAnalyzeWorkloadMove.java index a69a3522fc0c..5b3375ea22c4 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/AsyncAnalyzeWorkloadMove.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/AsyncAnalyzeWorkloadMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMove.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMove.java index 15b4cb3a6bc4..d54f8c13fbe4 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMove.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMoveStringString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMoveStringString.java index 4fce0eb8aac4..ae14e34af97a 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMoveStringString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/analyzeworkloadmove/SyncAnalyzeWorkloadMoveStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider.java index 7138680a20fb..2070e93cbbd0 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/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-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider1.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider1.java index 754ba673355b..f9c10892c49a 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/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-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetEndpoint.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetEndpoint.java index 141b7c50dde8..f977e6e28195 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/create/SyncCreateSetEndpoint.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/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-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java index 54a508f4305e..90ba0d7d0721 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java index aef790241cae..e1eeec1cefb5 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/AsyncCreateWorkloadLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java index 2667582e6e06..26356516b3d7 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java index b4071500fdfe..63e994623b6f 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadLocationnameWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java index 230d32ca61e2..d0e1a16b6b66 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/createworkload/SyncCreateWorkloadStringWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java index b67784d82c1a..6f50c18f9a6d 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/AsyncDeleteWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java index 89258159e1b8..d4bcd4b8422d 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java index ea1714c53bee..541a1c72ccba 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java index e0ed300607fd..8f6a3ccbfb9a 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/deleteworkload/SyncDeleteWorkloadWorkloadname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java index a950efe1e228..ba5bbfd4b181 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/AsyncGetWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkload.java index 81c22605447a..9735200834ee 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java index 062aab601908..aa983360854c 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java index 8dc35121daba..f6e1851e8644 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/getworkload/SyncGetWorkloadWorkloadname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java index 74fd8e2a8b87..d6a57f0824e4 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloads.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java index 11b5d7980077..9d1640468122 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/AsyncListWorkloadsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java index cd81a29114ba..503351192faa 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloads.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java index c09bf37769cd..23776061925e 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java index 56a9a4170a71..a5f4087c4513 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/listworkloads/SyncListWorkloadsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java index 158cba0f2d72..18de3ba90ed4 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/AsyncRestrictAllowedResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java index df11f3c9805a..48761cfd4568 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/restrictallowedresources/SyncRestrictAllowedResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java index c8f1df499b14..fd9ceaa5d789 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/AsyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java index e573bf67e248..8db9c86831a3 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java index e2a2113ddfc0..e78a38ea70ad 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservice/updateworkload/SyncUpdateWorkloadWorkloadFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java index d18504cf2541..fe5d10cf7474 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/assuredworkloadsservicesettings/updateworkload/SyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java index 47dabffceb65..3e32172c619e 100644 --- a/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java +++ b/java-assured-workloads/samples/snippets/generated/com/google/cloud/assuredworkloads/v1beta1/stub/assuredworkloadsservicestubsettings/updateworkload/SyncUpdateWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/README.md b/java-automl/README.md index 230c21c13d67..336ce86f94a2 100644 --- a/java-automl/README.md +++ b/java-automl/README.md @@ -206,7 +206,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-automl.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-automl/2.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-automl/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-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlClient.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlClient.java index 9f1904b1713b..a8ce6f0c495e 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlClient.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlSettings.java index 53750d6a4c44..ecd207458b55 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/AutoMlSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -270,7 +270,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AutoMlStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AutoMlStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceClient.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceClient.java index 10c5e2e5fd11..4b9568aa5ecc 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceClient.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceSettings.java index 953b15bd74f7..fba33d48248f 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/PredictionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 PredictionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PredictionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/package-info.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/package-info.java index d90024446c01..7c2e467ded2f 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/package-info.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/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-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStub.java index b613a93cad5f..4210ce1051ec 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStubSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStubSettings.java index 663870dde665..f222b4d80084 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStubSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/AutoMlStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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("gapic", GaxProperties.getLibraryVersion(AutoMlStubSettings.class)) @@ -579,7 +578,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(AutoMlStubSettings.class)) diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlCallableFactory.java index 2405c17a8ecb..322c3faccbcb 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlStub.java index 5081c411ccf1..2d98fa5d5117 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcAutoMlStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceCallableFactory.java index 8bcccf956ef0..a77e556c6d45 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceStub.java index 99f7fa9691ee..d7c75d785d5a 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/GrpcPredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlCallableFactory.java index 1c46f7f1ffea..0a228838c3fd 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlStub.java index 38b395d1b130..0ac8271c66ef 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonAutoMlStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceCallableFactory.java index 7aa200aff65f..3928dfc5270c 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceStub.java index 16f9ca5c3dad..c5eaf582ae3a 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/HttpJsonPredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStub.java index ce15423be4f8..21b2b17eea24 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStubSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStubSettings.java index aec7440fc1e2..8e8a896e2fe8 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStubSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/PredictionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java index 6bcb162d0637..efcd983fc954 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlSettings.java index e7ec5186b5eb..8656b82a4f18 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -308,7 +308,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AutoMlStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AutoMlStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceClient.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceClient.java index c923e25a0fce..a94ce4a0058d 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceClient.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceSettings.java index da470f942171..9feb07bb0299 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -132,7 +132,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PredictionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PredictionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/package-info.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/package-info.java index 88f747ac360b..3be61fb59913 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/package-info.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/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-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStub.java index cc7346948812..805a4ce2ced8 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStubSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStubSettings.java index 13964f4a5674..72922141ac4d 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStubSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/AutoMlStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -740,7 +740,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(AutoMlStubSettings.class)) @@ -748,7 +747,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(AutoMlStubSettings.class)) diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlCallableFactory.java index c16d159453a9..48cf3edc0fb3 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlStub.java index bf22aaa81fdc..b19b4ae30cde 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcAutoMlStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceCallableFactory.java index 5ffdb2563715..c4ae096b3412 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceStub.java index a780d79b2df3..39fca444b430 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/GrpcPredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlCallableFactory.java index a994798adb74..f8f3258f408e 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlStub.java index 5d274ab9823b..a549585cb1e1 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonAutoMlStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java index b64de8663a48..35f4bc6336eb 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceStub.java index cd744ecd9422..979c5a15603a 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/HttpJsonPredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStub.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStub.java index 2857d14d7ee2..b464486d31f2 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStub.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStubSettings.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStubSettings.java index 92e9163997ce..81ea3aa736ff 100644 --- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStubSettings.java +++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/PredictionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientHttpJsonTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientHttpJsonTest.java index fb1413079a87..e3c58d4934bd 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientHttpJsonTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientTest.java index 4f004b8efe47..405ff503219a 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/AutoMlClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMl.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMl.java index e0a390aeade2..d936388d9b17 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMl.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMlImpl.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMlImpl.java index 1b3d5fa0fc83..3de8a814a0ec 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMlImpl.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockAutoMlImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionService.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionService.java index c35ab3697bd2..62a699a9a155 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionService.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionServiceImpl.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionServiceImpl.java index d0005bb3c342..e78f8a53b1ff 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionServiceImpl.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/MockPredictionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientHttpJsonTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientHttpJsonTest.java index 9a5ec26c968b..78951e4fd733 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientHttpJsonTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientTest.java index 5733b3e41be1..de71114c28d2 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1/PredictionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientHttpJsonTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientHttpJsonTest.java index b4036ae405c3..16a24b9f3018 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientHttpJsonTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientTest.java index 5e4983441f2c..0897b4f9bfb1 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/AutoMlClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMl.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMl.java index c20f38e6b1f5..f403b758fb0c 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMl.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMlImpl.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMlImpl.java index 750bbb8e6464..8edb02ec88b6 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMlImpl.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockAutoMlImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionService.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionService.java index f6d46636591d..a7783a1d379d 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionService.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionServiceImpl.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionServiceImpl.java index 5a214f5dd24a..9613fcc8ec05 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionServiceImpl.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/MockPredictionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientHttpJsonTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientHttpJsonTest.java index 49387e662903..2c35337ad27b 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientHttpJsonTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientTest.java b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientTest.java index b5a8f03c3b71..0a13ead73e82 100644 --- a/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientTest.java +++ b/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/PredictionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AnnotationSpecName.java b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AnnotationSpecName.java index b98945ad5ee8..e73fd40d7101 100644 --- a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AnnotationSpecName.java +++ b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AnnotationSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/DatasetName.java b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/DatasetName.java index 59e8b91e404e..215f20b024ff 100644 --- a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/DatasetName.java +++ b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/DatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/LocationName.java b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/LocationName.java index b990936cdf75..947b28a39c0a 100644 --- a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/LocationName.java +++ b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/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-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelEvaluationName.java b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelEvaluationName.java index 6f93b667cb1e..2d757af25147 100644 --- a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelEvaluationName.java +++ b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelEvaluationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelName.java b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelName.java index aeb3fd70bf11..d9c7c7c3c5a6 100644 --- a/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelName.java +++ b/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AnnotationSpecName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AnnotationSpecName.java index 8dc616411846..c00e1fb54c28 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AnnotationSpecName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AnnotationSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ColumnSpecName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ColumnSpecName.java index 87f2a4356ed0..f6fe7d3d67b5 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ColumnSpecName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ColumnSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/DatasetName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/DatasetName.java index cd889e991a72..b8d4b1350ba3 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/DatasetName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/DatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/LocationName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/LocationName.java index 758dea893c91..8368f7d14ceb 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/LocationName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/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-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelEvaluationName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelEvaluationName.java index 0a31cd94df9e..7986fd7a9228 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelEvaluationName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelEvaluationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelName.java index fc86f3d96d28..5819bf54e883 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/TableSpecName.java b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/TableSpecName.java index cb06116cdc4b..205d0df0b9a3 100644 --- a/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/TableSpecName.java +++ b/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/TableSpecName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetCredentialsProvider.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetCredentialsProvider.java index ffde3984e250..f016e617e1bd 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetCredentialsProvider.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/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-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetCredentialsProvider1.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetCredentialsProvider1.java index f89cf99b6c8f..ac4c85b9fbf0 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetCredentialsProvider1.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/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-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetEndpoint.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetEndpoint.java index a35ba07adb10..24e8d35c3a56 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/create/SyncCreateSetEndpoint.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/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-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDataset.java index 59f25d8e951d..21fcfa62454e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDatasetLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDatasetLRO.java index 1c48da45e055..f3c248cbf91b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDatasetLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/AsyncCreateDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDataset.java index 487348e921c8..60e02aea9c28 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java index fdd48c2386ed..ddfaa0200df5 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetStringDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetStringDataset.java index c865cd82b022..d3d1332a8672 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetStringDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createdataset/SyncCreateDatasetStringDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModel.java index 266b7adbfae5..d4d442d4d86f 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModelLRO.java index f5acf9ad2f67..c4c2ac3f2f06 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/AsyncCreateModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModel.java index 27b59fdb14e8..5f33f9a8b280 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelLocationnameModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelLocationnameModel.java index e17c95aceb44..3653e961728a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelLocationnameModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelLocationnameModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelStringModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelStringModel.java index 2faf2cd878c0..832292cd2d30 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelStringModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/createmodel/SyncCreateModelStringModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDataset.java index e23b1b42e81a..9119feb74db9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDatasetLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDatasetLRO.java index 846fb533f90d..d199dfe6d6a8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDatasetLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/AsyncDeleteDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDataset.java index 7112564fa4d7..596450b8946b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetDatasetname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetDatasetname.java index fc81d10ed144..5b75fe4567a2 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetDatasetname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetString.java index 478322d1e0e0..bdd4cd206f44 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletedataset/SyncDeleteDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModel.java index 8799ee3901a3..1d0121f537d1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModelLRO.java index 605be918e710..39323deba602 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/AsyncDeleteModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModel.java index a5505d0006d0..332e58c28fa6 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelModelname.java index 81e1b4791e14..c5a7119cabf4 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelString.java index 616e3f256281..9c216c25cc12 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deletemodel/SyncDeleteModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModel.java index ab778250a1f6..49a607e766f1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModelLRO.java index 0e5ed437ee1a..f82828fa3009 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/AsyncDeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModel.java index eadb514eb14a..0a1b9f4f6da9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelModelname.java index 9ad932828c12..49f0f3fb78ed 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelString.java index 926ca806b35c..e4bb95395c6e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/deploymodel/SyncDeployModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportData.java index acbf53be5699..a8a91b2f2c07 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportDataLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportDataLRO.java index 7f9dd5bd8f0f..4d4843febf78 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportDataLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/AsyncExportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportData.java index c68140b24280..8b3c321f93b1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java index 66ca2db9c267..de4e0a979904 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataStringOutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataStringOutputconfig.java index 7033f2ee85a7..86b4c3c38825 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataStringOutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportdata/SyncExportDataStringOutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModel.java index 9733fc5bacbe..18c3d9b1c98c 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModelLRO.java index 366de72326fc..c0f6d811bab7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/AsyncExportModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModel.java index bf6d36384580..9ff3796482af 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java index 416016cf6c63..552b5d042024 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java index cca1bde1936c..b970c7e2a7eb 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/AsyncGetAnnotationSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/AsyncGetAnnotationSpec.java index 05643431dc9a..457d98189c08 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/AsyncGetAnnotationSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/AsyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpec.java index 5e2bcf1bf990..2c2d83141cf1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java index 3dfad9f56c36..300d78c90623 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecString.java index 1bbf2dcf2373..174207fdf3b4 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getannotationspec/SyncGetAnnotationSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/AsyncGetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/AsyncGetDataset.java index 2c80a8c539e6..58fc9a94f777 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/AsyncGetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/AsyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDataset.java index 3fd66ac3d5f9..814728f97a9e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetDatasetname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetDatasetname.java index cc1fa8c42c71..345e618ad4d8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetDatasetname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetString.java index a5666e142130..2c6c44eee898 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getdataset/SyncGetDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/AsyncGetModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/AsyncGetModel.java index d738a2939f6d..1170a37d6143 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/AsyncGetModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/AsyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModel.java index 54ceccde6fc5..c8a8b87c6717 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelModelname.java index 13f9c59f63e5..21becde02055 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelString.java index fff01d5be8cf..dc623121a05a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodel/SyncGetModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/AsyncGetModelEvaluation.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/AsyncGetModelEvaluation.java index a4b3d790767f..f30e010eed35 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/AsyncGetModelEvaluation.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/AsyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluation.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluation.java index 82b8b369ce4d..f8e1700af5f7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluation.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java index 7668fb519869..06cfe5cef812 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationString.java index 0879e8f6de76..a5bce48751d0 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/getmodelevaluation/SyncGetModelEvaluationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportData.java index 7201f58b90b0..64e9c2052196 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportDataLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportDataLRO.java index f655781f7288..4a0d6837eac4 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportDataLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/AsyncImportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportData.java index c7d37f04441b..f7e4fd2a319e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataDatasetnameInputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataDatasetnameInputconfig.java index 4c9fbd19133f..6e17c721300c 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataDatasetnameInputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataDatasetnameInputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataStringInputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataStringInputconfig.java index c8ca8652314a..c4a14bb5c20b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataStringInputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/importdata/SyncImportDataStringInputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasets.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasets.java index dbef61b4e3e8..8b7d435e19db 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasets.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasetsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasetsPaged.java index 33ab94fc1fd1..960f895c421b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasetsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/AsyncListDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasets.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasets.java index 48c8f43bf7e9..79783d96db33 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasets.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsLocationname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsLocationname.java index 653b332da8fb..7ef440694e5f 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsLocationname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsString.java index 2e7b422e7469..9029f294641b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listdatasets/SyncListDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluations.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluations.java index e97f701d4b5e..911b12069b05 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluations.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java index 19df1b52dc2f..1cce158c0f55 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluations.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluations.java index 1bd38682cafe..ac3fe094f8ac 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluations.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsModelnameString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsModelnameString.java index 9b960b2f5807..9d18c55e5e36 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsModelnameString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsModelnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsStringString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsStringString.java index 452d301873fa..01b11c96bae2 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsStringString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodelevaluations/SyncListModelEvaluationsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModels.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModels.java index 9ab5eeeaa5c1..58d3b66a9669 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModels.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModelsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModelsPaged.java index 0b7f65ee6fe0..bd9cdcb1a744 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModelsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/AsyncListModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModels.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModels.java index b73cdbb2cee3..6142153b08bc 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModels.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsLocationname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsLocationname.java index 6734dcb6e7eb..db4af019d1a9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsLocationname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsString.java index ae07dceba520..43d7e1a4e8b1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/listmodels/SyncListModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModel.java index a5313e45a81d..8e90795a701d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModelLRO.java index 2aec309c4861..9440095880cf 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/AsyncUndeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModel.java index ff9c8c6234b5..c873849645ea 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelModelname.java index 41b0d85124db..f7ffe2664415 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelString.java index 547304b001ff..b3c5b427476a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/undeploymodel/SyncUndeployModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/AsyncUpdateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/AsyncUpdateDataset.java index 899279fb95a0..0c0443fec69f 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/AsyncUpdateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/AsyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDataset.java index e4a9eff1d342..46ece223748a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDatasetDatasetFieldmask.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDatasetDatasetFieldmask.java index 8d774460ed2c..8f21e758d901 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDatasetDatasetFieldmask.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatedataset/SyncUpdateDatasetDatasetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/AsyncUpdateModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/AsyncUpdateModel.java index 3827c2ce29f0..e8cf494ccabe 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/AsyncUpdateModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/AsyncUpdateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModel.java index 78c4c6fb16fe..6577403cad47 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModelModelFieldmask.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModelModelFieldmask.java index 23f487ff1a67..a04c39975675 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModelModelFieldmask.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automl/updatemodel/SyncUpdateModelModelFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automlsettings/getdataset/SyncGetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automlsettings/getdataset/SyncGetDataset.java index 01e2818f8675..1077d076ce06 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automlsettings/getdataset/SyncGetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/automlsettings/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredict.java index a6fc8f143120..9f7c21636c58 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredictLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredictLRO.java index 8490fdb72d14..a65393b03eef 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredictLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/AsyncBatchPredictLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredict.java index e9f34e9a2207..03b3e61a294a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java index 239aec429f4e..e73e1d27db05 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java index c391252b469b..270cb49b6686 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetCredentialsProvider.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetCredentialsProvider.java index c488b536fc4b..07d21090de1b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/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-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetCredentialsProvider1.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetCredentialsProvider1.java index d6e8e0e03931..ad63cb96e8f7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/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-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetEndpoint.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetEndpoint.java index 863560173965..ab4e6504722e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/create/SyncCreateSetEndpoint.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/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-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/AsyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/AsyncPredict.java index d26d3d5cd35d..1892a0dc7516 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/AsyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/AsyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredict.java index 477a2da99613..0337aca8f369 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java index 00a7eb15719c..abff1aac350d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java index 171bed721716..c7a298abed6a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservicesettings/predict/SyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservicesettings/predict/SyncPredict.java index 45309d9da3a7..f9d8f244f352 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservicesettings/predict/SyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/predictionservicesettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/automlstubsettings/getdataset/SyncGetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/automlstubsettings/getdataset/SyncGetDataset.java index 1cff508bbc3b..12e206b40e78 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/automlstubsettings/getdataset/SyncGetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/automlstubsettings/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/predictionservicestubsettings/predict/SyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/predictionservicestubsettings/predict/SyncPredict.java index 5c25d967d7d1..4932a371b4e7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/predictionservicestubsettings/predict/SyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1/stub/predictionservicestubsettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetCredentialsProvider.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetCredentialsProvider.java index 3e2ad0211c3d..8352f905fd1d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetCredentialsProvider.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/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-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetCredentialsProvider1.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetCredentialsProvider1.java index 9ca407a666ef..9a732d3a8fdc 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetCredentialsProvider1.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/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-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetEndpoint.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetEndpoint.java index 00eb34c1f7da..9ddef9a5b451 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/create/SyncCreateSetEndpoint.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/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-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/AsyncCreateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/AsyncCreateDataset.java index 7aa478ec6992..f76eaba4ffd8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/AsyncCreateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/AsyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDataset.java index b7c1f1522eb3..15c6bb6aee21 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java index 82e60744c5ec..1124c258af4d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetLocationnameDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetStringDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetStringDataset.java index 9e19c748d575..e120170bf5d6 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetStringDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createdataset/SyncCreateDatasetStringDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModel.java index 3c0aa023d498..f9ff6cd35912 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModelLRO.java index befd034af1ba..b00f486bba08 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/AsyncCreateModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModel.java index 155445596f9e..eed279a8a943 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelLocationnameModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelLocationnameModel.java index 369f14b438f2..ad7983cadc08 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelLocationnameModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelLocationnameModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelStringModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelStringModel.java index 068db0e67d74..9e126b8b6433 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelStringModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/createmodel/SyncCreateModelStringModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDataset.java index e276a67a2d64..ed8ee5dc543f 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDatasetLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDatasetLRO.java index 13f316cd1ac3..aa3fca97d68d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDatasetLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/AsyncDeleteDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDataset.java index 43d7ba035dbb..cfdefbb77a02 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetDatasetname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetDatasetname.java index be88dee30afe..d47689965062 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetDatasetname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetString.java index dbc1173809e0..9ee157708119 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletedataset/SyncDeleteDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModel.java index 4ed9d5a17756..d8c759f28217 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModelLRO.java index c2b114f3bb3d..16bd131139c0 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/AsyncDeleteModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModel.java index bb9e44f90213..7ae3bf789e08 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelModelname.java index 029e0b1d1a09..7d8e61171512 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelString.java index 24e28469cf4b..2a49f937a08c 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deletemodel/SyncDeleteModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModel.java index 34153607e057..d3d3cf3e1c30 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModelLRO.java index c720cff9865a..397f987b91db 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/AsyncDeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModel.java index b8bac81eb404..b1a4d4f1d3be 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelModelname.java index 31549804f3f8..11a3709a0a7e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelString.java index 93bde3190b1c..042739aae042 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/deploymodel/SyncDeployModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportData.java index 6dd71e53da88..208aa9719ab6 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportDataLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportDataLRO.java index 75010a03724a..34e8dead1fb8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportDataLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/AsyncExportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportData.java index fd1e6610ffd9..dbb63bef661c 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java index 12abe95a3482..15684f7895f4 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataDatasetnameOutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataStringOutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataStringOutputconfig.java index 6559d139e344..a1694fac9445 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataStringOutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportdata/SyncExportDataStringOutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamples.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamples.java index 08823e47d4c5..74687bf0fde1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamples.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamples.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamplesLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamplesLRO.java index 0a5a81fb5d97..d748868771a1 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamplesLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/AsyncExportEvaluatedExamplesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamples.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamples.java index 48495572e086..5849f4f879fb 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamples.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamples.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesModelnameExportevaluatedexamplesoutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesModelnameExportevaluatedexamplesoutputconfig.java index 0befbe7b0901..cdda6fdd7728 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesModelnameExportevaluatedexamplesoutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesModelnameExportevaluatedexamplesoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesStringExportevaluatedexamplesoutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesStringExportevaluatedexamplesoutputconfig.java index 14c5f8e924b2..18f3823e9b1e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesStringExportevaluatedexamplesoutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportevaluatedexamples/SyncExportEvaluatedExamplesStringExportevaluatedexamplesoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModel.java index 5b5016db6a62..1861e0133c14 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModelLRO.java index ddd63655d489..47dc55630dac 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/AsyncExportModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModel.java index d3032d17ebaa..6335a8e861a5 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java index 801fc84d6c50..ec7eee244e8b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelModelnameModelexportoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java index cac6d2959ce6..443b8de09298 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/exportmodel/SyncExportModelStringModelexportoutputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/AsyncGetAnnotationSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/AsyncGetAnnotationSpec.java index 21b6c64a750d..ac9057553ad0 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/AsyncGetAnnotationSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/AsyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpec.java index 609090af9b4a..14e8aa4e6138 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java index db03d2645e2d..7544af14ca0e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecAnnotationspecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecString.java index bb430cde4b62..2b54f17089b6 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getannotationspec/SyncGetAnnotationSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/AsyncGetColumnSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/AsyncGetColumnSpec.java index 07e0791c3c4d..ef68dfd0d8a8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/AsyncGetColumnSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/AsyncGetColumnSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpec.java index 17e67a94da86..0e2d381a6cba 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecColumnspecname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecColumnspecname.java index b8bad72951d3..fe959f151e37 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecColumnspecname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecColumnspecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecString.java index dc096895cb74..3dd50029dc18 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getcolumnspec/SyncGetColumnSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/AsyncGetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/AsyncGetDataset.java index a57f35cf9854..8aabf239424a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/AsyncGetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/AsyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDataset.java index 106e8b89eee9..78a7aabb909e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetDatasetname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetDatasetname.java index 166270dcd13c..a48cfe507139 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetDatasetname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetString.java index ee8a4f3303cb..be889cc06cf0 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getdataset/SyncGetDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/AsyncGetModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/AsyncGetModel.java index 85f9b16e488e..681a89291c39 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/AsyncGetModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/AsyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModel.java index 9e5a19bfe9e2..b826881ba3f6 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelModelname.java index 95f8ac7292ab..2b49b0f97b1a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelString.java index ae30f1395783..ae9312c3de9a 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodel/SyncGetModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/AsyncGetModelEvaluation.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/AsyncGetModelEvaluation.java index d4f91121bbe6..d4d6ca197495 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/AsyncGetModelEvaluation.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/AsyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluation.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluation.java index 5a1ecb9742d4..fa450bf50c3d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluation.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java index 6b2bc3d747a3..eb722e60a113 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationModelevaluationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationString.java index fe3f3537c59c..72693efcc4e7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/getmodelevaluation/SyncGetModelEvaluationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/AsyncGetTableSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/AsyncGetTableSpec.java index 2a5c5ba64467..eddcb2455e60 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/AsyncGetTableSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/AsyncGetTableSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpec.java index 7af30c854f2f..03b64d405560 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecString.java index 997592457b9d..073c5d694306 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecTablespecname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecTablespecname.java index fa053f1c4d81..68885e768deb 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecTablespecname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/gettablespec/SyncGetTableSpecTablespecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportData.java index bacd0ca12b96..a9e686ac6bce 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportDataLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportDataLRO.java index 13ab020e1fe2..6acee044fe15 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportDataLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/AsyncImportDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportData.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportData.java index f9c4854b48df..1fe584217b86 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportData.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataDatasetnameInputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataDatasetnameInputconfig.java index 22c9858fd98e..116658b984e3 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataDatasetnameInputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataDatasetnameInputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataStringInputconfig.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataStringInputconfig.java index 856f6f878383..0444b92c0327 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataStringInputconfig.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/importdata/SyncImportDataStringInputconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecs.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecs.java index 7cb32170a6e4..184c39eabd54 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecs.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecsPaged.java index 05520a622ee6..f3ef05db1d33 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/AsyncListColumnSpecsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecs.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecs.java index db5e6b6eb7d4..8fdec4464b17 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecs.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsString.java index 20504c42ac39..2048ab14e357 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsTablespecname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsTablespecname.java index 35b01c2401f6..39f14a415a61 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsTablespecname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listcolumnspecs/SyncListColumnSpecsTablespecname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasets.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasets.java index 7f2761711e3c..58d88d066917 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasets.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasetsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasetsPaged.java index a3c03744eafc..b7a1b05dd113 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasetsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/AsyncListDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasets.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasets.java index 813f46ba1054..5b787c8a8df8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasets.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsLocationname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsLocationname.java index 46021569fd39..4c98d9071ed5 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsLocationname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsString.java index 4abc487167c6..f2bc188f87cc 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listdatasets/SyncListDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluations.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluations.java index 9bf6c6d410dc..febf519880de 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluations.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java index 45412be6a85a..9fa940b7ff8d 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/AsyncListModelEvaluationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluations.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluations.java index 0251e5cb7797..90f35bed4000 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluations.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsModelname.java index 404bf6600e6d..603aa3ce340e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsString.java index 5aaf4e06aab7..1934fb8104b5 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodelevaluations/SyncListModelEvaluationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModels.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModels.java index 8f05bdcf30ec..0ff1b4edf019 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModels.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModelsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModelsPaged.java index 2e0853530522..e9bf55840fc5 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModelsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/AsyncListModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModels.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModels.java index 9963df3eb5ca..f9e864b1a2e8 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModels.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsLocationname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsLocationname.java index 9d8815d7c682..ef4dc7e091ae 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsLocationname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsString.java index ccb721d489c8..181867b83bab 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listmodels/SyncListModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecs.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecs.java index d711a4344d04..8400a6937319 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecs.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecsPaged.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecsPaged.java index 23e5677304c3..70da8d73e2d7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecsPaged.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/AsyncListTableSpecsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecs.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecs.java index 7c7f89f90ac8..f3f18e58fa1e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecs.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsDatasetname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsDatasetname.java index c5b64aec33df..a4cb467537ab 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsDatasetname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsString.java index 231a4ec0efb2..4db41b2157f7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/listtablespecs/SyncListTableSpecsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModel.java index f75821c41cbe..b119d55f9d8b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModelLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModelLRO.java index f30ebd381dea..7324cf079936 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModelLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/AsyncUndeployModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModel.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModel.java index 4335c5fd02f8..948620a1ac70 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModel.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelModelname.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelModelname.java index 68fc7740d09f..e009934b232c 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelModelname.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelModelname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelString.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelString.java index fab3c9cd62ee..329bb05e0dbc 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelString.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/undeploymodel/SyncUndeployModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/AsyncUpdateColumnSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/AsyncUpdateColumnSpec.java index b67fab09e48a..805165c5ed62 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/AsyncUpdateColumnSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/AsyncUpdateColumnSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpec.java index 5305d064379b..1c9614990f52 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpecColumnspec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpecColumnspec.java index 86b10ff3aa9f..725168c2400e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpecColumnspec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatecolumnspec/SyncUpdateColumnSpecColumnspec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/AsyncUpdateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/AsyncUpdateDataset.java index b18cf6865c7e..49d2499c74da 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/AsyncUpdateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/AsyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDataset.java index c6c98d3cb56f..a9c792096d8e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDatasetDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDatasetDataset.java index a46b2bd9b3d5..e72c8e81dadf 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDatasetDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatedataset/SyncUpdateDatasetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/AsyncUpdateTableSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/AsyncUpdateTableSpec.java index 0f7922c8b9d3..17bdf1e68ed7 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/AsyncUpdateTableSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/AsyncUpdateTableSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpec.java index 06b2ee62dace..8f5107f2aef9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpecTablespec.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpecTablespec.java index 5427d591166b..7dad387105db 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpecTablespec.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automl/updatetablespec/SyncUpdateTableSpecTablespec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automlsettings/createdataset/SyncCreateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automlsettings/createdataset/SyncCreateDataset.java index 5ad9ad850cba..2aedf6b00e83 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automlsettings/createdataset/SyncCreateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/automlsettings/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredict.java index 9492e63cb3f1..c76af5e31bb9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredictLRO.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredictLRO.java index 3140113f1556..caec951bf8ab 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredictLRO.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/AsyncBatchPredictLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredict.java index 37a04049fd76..8776329572b3 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java index 49ded1783ce3..a24caddb294b 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictModelnameBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java index 214fec7a7c45..5444cd5c2dee 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/batchpredict/SyncBatchPredictStringBatchpredictinputconfigBatchpredictoutputconfigMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider.java index f749c3ef3a8d..366e51dcbee0 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/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-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider1.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider1.java index 21ced1d82fa6..5e8cfd8a4bcc 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/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-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetEndpoint.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetEndpoint.java index e46143f795c5..4fd1b202025c 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/create/SyncCreateSetEndpoint.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/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-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/AsyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/AsyncPredict.java index 482d628dc916..0245b11652a9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/AsyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/AsyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredict.java index e455b1be3034..50d3eaa7eb2e 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java index 9bec91659136..99c644e169e9 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictModelnameExamplepayloadMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java index bda0f49f9406..4174844d0e23 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservice/predict/SyncPredictStringExamplepayloadMapstringstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservicesettings/predict/SyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservicesettings/predict/SyncPredict.java index 1379bfcae536..2843cd782d67 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservicesettings/predict/SyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/predictionservicesettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/automlstubsettings/createdataset/SyncCreateDataset.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/automlstubsettings/createdataset/SyncCreateDataset.java index 5c8c00ef63c3..79b4dd784fc6 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/automlstubsettings/createdataset/SyncCreateDataset.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/automlstubsettings/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java index 5c6288df9913..af9709673540 100644 --- a/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java +++ b/java-automl/samples/snippets/generated/com/google/cloud/automl/v1beta1/stub/predictionservicestubsettings/predict/SyncPredict.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/README.md b/java-bare-metal-solution/README.md index 2368e085b98c..a1c244169992 100644 --- a/java-bare-metal-solution/README.md +++ b/java-bare-metal-solution/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-bare-metal-solution.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bare-metal-solution/0.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bare-metal-solution/0.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-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClient.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClient.java index 73568240494a..d35f3ab912f9 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClient.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionSettings.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionSettings.java index 309bdc4eb9d0..be256526e21a 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionSettings.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -493,7 +493,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return BareMetalSolutionStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return BareMetalSolutionStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/package-info.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/package-info.java index 773aa817f22f..3d59c3d206cb 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/package-info.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/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-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStub.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStub.java index 8cfab24684cc..ec77f089b88c 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStub.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStubSettings.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStubSettings.java index 415193dbf67d..139eadd831c1 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStubSettings.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/BareMetalSolutionStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1288,7 +1288,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( @@ -1297,7 +1296,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-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionCallableFactory.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionCallableFactory.java index 9207e43fde6b..921f54716a4c 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionCallableFactory.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionStub.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionStub.java index af5809a40f8a..150de6bd56e7 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionStub.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/GrpcBareMetalSolutionStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionCallableFactory.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionCallableFactory.java index 5594230fa723..42b9b428ec35 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionCallableFactory.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionStub.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionStub.java index 0700422030b9..be50f586f08f 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionStub.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/HttpJsonBareMetalSolutionStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientHttpJsonTest.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientHttpJsonTest.java index d27278bb377d..95bb2ebab065 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientHttpJsonTest.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientTest.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientTest.java index b06b5e9b37f1..17f24d596a02 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientTest.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/BareMetalSolutionClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolution.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolution.java index e20478c29613..14e1cc8c1d74 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolution.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolution.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolutionImpl.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolutionImpl.java index a5fe6752aded..131eec37a567 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolutionImpl.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockBareMetalSolutionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockIAMPolicy.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockIAMPolicy.java index 56150acf75c4..e7f0b8d066ff 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockIAMPolicy.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/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-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockIAMPolicyImpl.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockIAMPolicyImpl.java index 284afed71f30..0ceb5284a8a2 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockIAMPolicyImpl.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/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-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockLocations.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockLocations.java index 495e7dea93eb..46a1d9cb17f2 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockLocations.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/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-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockLocationsImpl.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockLocationsImpl.java index edbe467a54d8..55533d1dd6f8 100644 --- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/v2/MockLocationsImpl.java +++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/test/java/com/google/cloud/baremetalsolution/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-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/InstanceName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/InstanceName.java index 78c6bc3c2c2d..02bd31b6b938 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/InstanceName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/InstanceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LocationName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LocationName.java index 283cac9b19d3..ff67d68fa367 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LocationName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/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-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LunName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LunName.java index 0249c75fd943..c326c0e96901 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LunName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/LunName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NFSShareName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NFSShareName.java index 2ee7c6478151..0adcc93d4b90 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NFSShareName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NFSShareName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NetworkName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NetworkName.java index 720c3046ece8..b03c57af382c 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/NetworkName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/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-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/ProvisioningConfigName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/ProvisioningConfigName.java index ea9de1420a5b..56ed88031b66 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/ProvisioningConfigName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/ProvisioningConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/SshKeyName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/SshKeyName.java index 12b98edba0c1..ef160eff3944 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/SshKeyName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/SshKeyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeName.java index 822f26dd125f..3900c3e35482 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeSnapshotName.java b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeSnapshotName.java index 0f34b876e9dc..289313e1f2a9 100644 --- a/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeSnapshotName.java +++ b/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/VolumeSnapshotName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetCredentialsProvider.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetCredentialsProvider.java index cb848d3c8d83..99f5f5b4a816 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetCredentialsProvider.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetCredentialsProvider1.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetCredentialsProvider1.java index c3e276449d4f..8dbb73d6f1bf 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetCredentialsProvider1.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetEndpoint.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetEndpoint.java index 5218612bb1f9..079ba4fd5589 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/create/SyncCreateSetEndpoint.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShare.java index 680e0a89f90b..d54aef2b9362 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShareLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShareLRO.java index 575dc1effcb9..12cff00bd7c9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShareLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/AsyncCreateNfsShareLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShare.java index 6d3e450cfcd7..b5b017427dad 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareLocationnameNfsshare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareLocationnameNfsshare.java index 6c3f15176347..9e2dacc8cb89 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareLocationnameNfsshare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareLocationnameNfsshare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareStringNfsshare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareStringNfsshare.java index 0222ae746dc3..ebeb5e4d1a0b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareStringNfsshare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createnfsshare/SyncCreateNfsShareStringNfsshare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/AsyncCreateProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/AsyncCreateProvisioningConfig.java index 6d3ad043bcaa..82f8357ca03c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/AsyncCreateProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/AsyncCreateProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfig.java index 914924ec0e7b..16770f514eae 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigLocationnameProvisioningconfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigLocationnameProvisioningconfig.java index 2c4d57511afa..0563f105cade 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigLocationnameProvisioningconfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigLocationnameProvisioningconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigStringProvisioningconfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigStringProvisioningconfig.java index 118ac1e3c4b0..19a8bde5950b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigStringProvisioningconfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createprovisioningconfig/SyncCreateProvisioningConfigStringProvisioningconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/AsyncCreateSSHKey.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/AsyncCreateSSHKey.java index 81a2ec0a5dfc..6f85afecaaee 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/AsyncCreateSSHKey.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/AsyncCreateSSHKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKey.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKey.java index 08cd1d973f3d..bc646fe41c7c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKey.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyLocationnameSshkeyString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyLocationnameSshkeyString.java index 2fc28e42f230..d0422acefdcb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyLocationnameSshkeyString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyLocationnameSshkeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyStringSshkeyString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyStringSshkeyString.java index d74b3a2a89c9..4f8fd313fc07 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyStringSshkeyString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createsshkey/SyncCreateSSHKeyStringSshkeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/AsyncCreateVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/AsyncCreateVolumeSnapshot.java index 1a2b5bd32393..87d5c02f9ecb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/AsyncCreateVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/AsyncCreateVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshot.java index 38897eb9f8fe..372682a2a432 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotStringVolumesnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotStringVolumesnapshot.java index b940354414c1..813354192cc6 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotStringVolumesnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotStringVolumesnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotVolumenameVolumesnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotVolumenameVolumesnapshot.java index 6f5bd2355831..aeb938def87c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotVolumenameVolumesnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/createvolumesnapshot/SyncCreateVolumeSnapshotVolumenameVolumesnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShare.java index 4a71a69fee99..7cdeb4ebb1ba 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShareLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShareLRO.java index 1d54b9f1ff8c..8f374138ae17 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShareLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/AsyncDeleteNfsShareLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShare.java index a3e44d507ce2..59215161a58f 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareNfssharename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareNfssharename.java index 400f605113f8..8f588093722a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareNfssharename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareNfssharename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareString.java index 1c29df3531cc..12a86fb2a5bd 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletenfsshare/SyncDeleteNfsShareString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/AsyncDeleteSSHKey.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/AsyncDeleteSSHKey.java index 32f10721b73c..801ce77dd23c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/AsyncDeleteSSHKey.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/AsyncDeleteSSHKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKey.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKey.java index 6a866e92b26b..639043779801 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKey.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeySshkeyname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeySshkeyname.java index a4a469b01f76..d1a6efd3d2ae 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeySshkeyname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeySshkeyname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeyString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeyString.java index 62e31b8b80ce..491686ed088d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeyString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletesshkey/SyncDeleteSSHKeyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/AsyncDeleteVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/AsyncDeleteVolumeSnapshot.java index e175205a6895..52cce6c154a5 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/AsyncDeleteVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/AsyncDeleteVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshot.java index 550a5c822b82..bff34ef63eef 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotString.java index f793da585292..60f04170de67 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotVolumesnapshotname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotVolumesnapshotname.java index 7b7a2f107a29..cd98ec1926a8 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotVolumesnapshotname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/deletevolumesnapshot/SyncDeleteVolumeSnapshotVolumesnapshotname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLun.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLun.java index 45709ea6a8a5..de90f4ce8a82 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLun.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLunLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLunLRO.java index 00f818475351..6f019407c4ad 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLunLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/AsyncDetachLunLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLun.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLun.java index 4ffd23018617..7ea035746b69 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLun.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameLunname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameLunname.java index bcbe88352899..80f7ea1cf590 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameLunname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameLunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameString.java index c5731326a47a..061eb0f820fb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunInstancenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringLunname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringLunname.java index a0355a9083a4..0226ce4baa4f 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringLunname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringLunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringString.java index 82c1056ee8cb..c8d8dc6655d2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/detachlun/SyncDetachLunStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsole.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsole.java index 05d2a4ea4afe..efa86186a793 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsole.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsole.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsoleLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsoleLRO.java index 95fed779955c..763c075596db 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsoleLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/AsyncDisableInteractiveSerialConsoleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsole.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsole.java index 234f237053d3..260287595fd8 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsole.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsole.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleInstancename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleInstancename.java index ec46d65c1dd3..91e482abccb5 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleInstancename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleString.java index d77acd17285e..30db3e24df0d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/disableinteractiveserialconsole/SyncDisableInteractiveSerialConsoleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsole.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsole.java index cf8e401c6b82..aacadaa4e0cb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsole.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsole.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsoleLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsoleLRO.java index 2c52099578fc..a2ad624b4db9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsoleLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/AsyncEnableInteractiveSerialConsoleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsole.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsole.java index bb21ae490eda..8582df8e3723 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsole.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsole.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleInstancename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleInstancename.java index 86b59e026513..c1d34679a160 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleInstancename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleString.java index 0ad8f629c25c..e14b29353315 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/enableinteractiveserialconsole/SyncEnableInteractiveSerialConsoleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLun.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLun.java index 51d59c36d0fe..376ff6fc6442 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLun.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLunLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLunLRO.java index 4eb3641eb3e8..bcf29184699b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLunLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/AsyncEvictLunLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLun.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLun.java index 463147782872..11edac8a4717 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLun.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunLunname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunLunname.java index c8dee6f4951b..d3af3d887b2d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunLunname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunLunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunString.java index 4153bce17aca..d46764c20874 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictlun/SyncEvictLunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolume.java index 240cd8b70f17..146ee3575d59 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolumeLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolumeLRO.java index 2d3938a98dae..f47b742e7b05 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolumeLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/AsyncEvictVolumeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolume.java index 0776a0fcfda7..3e439eb4a2b8 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeString.java index 9201f339c3fb..0180b72a86ca 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeVolumename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeVolumename.java index 5df89a9bf93f..5dfbb058c7b3 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeVolumename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/evictvolume/SyncEvictVolumeVolumename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/AsyncGetInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/AsyncGetInstance.java index 128453101a0e..e9df627602bb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/AsyncGetInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/AsyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstance.java index 29de39f0e8d7..9af07897a242 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceInstancename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceInstancename.java index dfed55aaf996..71b74c9cc1f9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceInstancename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceString.java index 65c97c2d6be9..6a3385d98a16 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getinstance/SyncGetInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlocation/AsyncGetLocation.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlocation/AsyncGetLocation.java index ba1126c81353..e4770df52b70 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlocation/AsyncGetLocation.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlocation/SyncGetLocation.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlocation/SyncGetLocation.java index f966affe44dc..571bdf6bab8a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlocation/SyncGetLocation.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/AsyncGetLun.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/AsyncGetLun.java index e5bfde10a91b..e5e99951eadd 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/AsyncGetLun.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/AsyncGetLun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLun.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLun.java index 2b7e0c192373..0ebc7a2efae9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLun.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLun.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunLunname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunLunname.java index f60f9062a39e..5fdd6978507d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunLunname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunLunname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunString.java index aa31fb287064..3eeccd3c8371 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getlun/SyncGetLunString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/AsyncGetNetwork.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/AsyncGetNetwork.java index 4344ad7bc804..c3fece267a32 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/AsyncGetNetwork.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetwork.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetwork.java index 37f0cab4387f..b5d362790b34 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetwork.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetworkNetworkname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetworkNetworkname.java index 1ef628468e94..c41ac6485c8d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetworkNetworkname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetworkString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetworkString.java index 2c89fabddda7..953365cd9159 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnetwork/SyncGetNetworkString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/AsyncGetNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/AsyncGetNfsShare.java index 6a6b823ad9cb..6c06f0677f60 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/AsyncGetNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/AsyncGetNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShare.java index 58943f8cf142..bf37b6584970 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareNfssharename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareNfssharename.java index 9ec12cf4176a..a094c45ac3a4 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareNfssharename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareNfssharename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareString.java index 64daa3349031..e88a5d6af3a8 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getnfsshare/SyncGetNfsShareString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/AsyncGetProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/AsyncGetProvisioningConfig.java index 0367b411cbc5..ec96905798c0 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/AsyncGetProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/AsyncGetProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfig.java index e17b15ce6b2a..ca43dc9f5ff4 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigProvisioningconfigname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigProvisioningconfigname.java index bcd7e95ee46d..8e4bd73585dd 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigProvisioningconfigname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigProvisioningconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigString.java index 0d0748c6d0c9..43172de619bc 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getprovisioningconfig/SyncGetProvisioningConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/AsyncGetVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/AsyncGetVolume.java index 6f10444b5406..c6cbae6173b7 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/AsyncGetVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/AsyncGetVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolume.java index 175a0d0e7057..1d7de73f3a0b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeString.java index 384b35582747..e785b348ccbf 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeVolumename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeVolumename.java index 349d11b58f04..716aeabd6cea 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeVolumename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolume/SyncGetVolumeVolumename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/AsyncGetVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/AsyncGetVolumeSnapshot.java index 240830723018..724aa4eb045d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/AsyncGetVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/AsyncGetVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshot.java index f937880e53e2..7300d8f6f9fd 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotString.java index c39b3383d686..560618c48cc9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotVolumesnapshotname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotVolumesnapshotname.java index 0a710e0beebe..e08ce481c744 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotVolumesnapshotname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/getvolumesnapshot/SyncGetVolumeSnapshotVolumesnapshotname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/AsyncListInstances.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/AsyncListInstances.java index 6ea852072f89..583f9c977ce3 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/AsyncListInstances.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/AsyncListInstancesPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/AsyncListInstancesPaged.java index 76fc58088baf..4ffd22ef49ef 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/AsyncListInstancesPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstances.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstances.java index 73496473b2a6..702ed9eaa6f3 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstances.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesLocationname.java index d8241668eece..d6a9b4433860 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesString.java index 043fe8f53ebe..1ce98b875c33 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listinstances/SyncListInstancesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/AsyncListLocations.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/AsyncListLocations.java index 40f29c55bbfd..b0dda6884d56 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/AsyncListLocations.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/AsyncListLocationsPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/AsyncListLocationsPaged.java index d6393e8feca7..9fb9a76c71df 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/AsyncListLocationsPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/SyncListLocations.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/SyncListLocations.java index e1a5e4e2b3c5..d6f62ef68b92 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listlocations/SyncListLocations.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLuns.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLuns.java index 7020cca7d06a..8d39bfda6817 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLuns.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLunsPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLunsPaged.java index bbc77ba00bec..a9c1b99902b2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLunsPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/AsyncListLunsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLuns.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLuns.java index 7f54d0a4bd32..a992be7b2439 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLuns.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLuns.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsString.java index afbeab57075f..8e45423838b7 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsVolumename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsVolumename.java index 988622364426..c0f66ab67905 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsVolumename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listluns/SyncListLunsVolumename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/AsyncListNetworks.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/AsyncListNetworks.java index a5066d00e386..02d78ee9020e 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/AsyncListNetworks.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/AsyncListNetworksPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/AsyncListNetworksPaged.java index dbeac065ff45..dcdaf57584ef 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/AsyncListNetworksPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworks.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworks.java index 3c6e8c18d8e1..90197db9d506 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworks.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksLocationname.java index a2b53bd0ffd1..0020362e1866 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksString.java index 78538304c1f8..13bc1f30b76b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworks/SyncListNetworksString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/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-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/AsyncListNetworkUsage.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/AsyncListNetworkUsage.java index 5074d94415e2..323efd6244aa 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/AsyncListNetworkUsage.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/AsyncListNetworkUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsage.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsage.java index aa610496e9c2..2e2be4c7ec75 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsage.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageLocationname.java index 0a2274cb14bd..255c5124f761 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageString.java index 6ea9205059e7..d2f45f394f67 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnetworkusage/SyncListNetworkUsageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsShares.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsShares.java index 40ef6a58febd..2a4f4624e2d2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsShares.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsShares.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsSharesPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsSharesPaged.java index 4b67986bf594..ed247ed16127 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsSharesPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/AsyncListNfsSharesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsShares.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsShares.java index 81b072143391..53cfaabbea57 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsShares.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsShares.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesLocationname.java index 9cd76800d853..450af4c1c78c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesString.java index 424bf3f4f50f..9c88b692bf1a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listnfsshares/SyncListNfsSharesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImages.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImages.java index eb4def9683b3..4ac2a1a3a50f 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImages.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImagesPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImagesPaged.java index 01910d783603..98574686a9c9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImagesPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/AsyncListOSImagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImages.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImages.java index 9685b39d8eb4..b79d47141e63 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImages.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesLocationname.java index 949465d91d39..8838cfd82c23 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesString.java index c179808fa266..b82cc8746b09 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listosimages/SyncListOSImagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotas.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotas.java index 540992a8e1d3..badcc1cc290d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotas.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotasPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotasPaged.java index dc7cab0f326b..88e7299d6df6 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotasPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/AsyncListProvisioningQuotasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotas.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotas.java index a8cf19e7bbec..005e506bc618 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotas.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasLocationname.java index b8357f8ec6ac..9a9ced43d5b2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasString.java index e10c26214bd0..bd9fe63b088d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listprovisioningquotas/SyncListProvisioningQuotasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeys.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeys.java index 8841e0331916..8d7a33196a13 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeys.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeysPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeysPaged.java index 17b0a8395036..e6d797412ffa 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeysPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/AsyncListSSHKeysPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeys.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeys.java index 5f18a96487b5..14cb03cc9aff 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeys.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysLocationname.java index 7a173ab73679..c64e1037c63e 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysString.java index 5ed9d1682822..186526e49bee 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listsshkeys/SyncListSSHKeysString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumes.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumes.java index 22bb36524246..36818e666b8c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumes.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumesPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumesPaged.java index 6347d7e6f229..a70c095ab131 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumesPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/AsyncListVolumesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumes.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumes.java index b22b550726c7..0a5415144e83 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumes.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesLocationname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesLocationname.java index d6dd30169c4e..361a8c4ebdc6 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesLocationname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesString.java index a217970a1bbf..1f68144eda1c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumes/SyncListVolumesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshots.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshots.java index 0b625179ff6a..5779bb2502a7 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshots.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshots.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshotsPaged.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshotsPaged.java index 759f0def2983..ec873b849b6a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshotsPaged.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/AsyncListVolumeSnapshotsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshots.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshots.java index 61aacf416c3a..dd7b61efa15a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshots.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshots.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsString.java index 4273041095f1..39602d67be27 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsVolumename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsVolumename.java index a5928a8607d8..8f13edb5a306 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsVolumename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/listvolumesnapshots/SyncListVolumeSnapshotsVolumename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/AsyncRenameInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/AsyncRenameInstance.java index 4c24310568fc..5c62db6cbb2d 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/AsyncRenameInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/AsyncRenameInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstance.java index 36e3c2597177..d463ee0f5a2c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceInstancenameString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceInstancenameString.java index d3c902bda9bb..d2d560a7e4e8 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceInstancenameString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceInstancenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceStringString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceStringString.java index 77588640c1c6..7c03739284f0 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceStringString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renameinstance/SyncRenameInstanceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/AsyncRenameNetwork.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/AsyncRenameNetwork.java index df78ac16dfcb..471b99d23aa5 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/AsyncRenameNetwork.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/AsyncRenameNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetwork.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetwork.java index 73b4602112c4..86d8e1f36cf5 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetwork.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkNetworknameString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkNetworknameString.java index f7b0269b28a3..220c26e10fab 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkNetworknameString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkNetworknameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkStringString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkStringString.java index 3ca556ba0662..1f2843777d96 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkStringString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenetwork/SyncRenameNetworkStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/AsyncRenameNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/AsyncRenameNfsShare.java index 2d0d45b0bee4..2396aa9c9446 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/AsyncRenameNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/AsyncRenameNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShare.java index 908fac374250..7e77c9666d59 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareNfssharenameString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareNfssharenameString.java index 0d8f6b1719a7..eb88931b6fe3 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareNfssharenameString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareNfssharenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareStringString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareStringString.java index ffa029f2d66e..a2e6068b23f2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareStringString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamenfsshare/SyncRenameNfsShareStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/AsyncRenameVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/AsyncRenameVolume.java index 0193220cfc59..b6ca48ace440 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/AsyncRenameVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/AsyncRenameVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolume.java index 430e3904cfe6..8344815f2dc7 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeStringString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeStringString.java index 2e2705b4b6a7..47912294f786 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeStringString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeVolumenameString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeVolumenameString.java index 03eaa6a27f6a..41a86e035175 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeVolumenameString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/renamevolume/SyncRenameVolumeVolumenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstance.java index c626bed8a9e6..73716e7182e3 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstanceLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstanceLRO.java index da6d0df52567..d50e15abc598 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstanceLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/AsyncResetInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstance.java index f78e47afc45a..5015731a81f4 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceInstancename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceInstancename.java index 919c8b750e49..8003c94f7082 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceInstancename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceString.java index 6a47408b22de..d5a2016cfc12 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resetinstance/SyncResetInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolume.java index 334e67e39743..d9d6c257d7a4 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolumeLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolumeLRO.java index 49336510f17d..79c05ead38fb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolumeLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/AsyncResizeVolumeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolume.java index 981baced3d53..0fa63d81a13c 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeStringLong.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeStringLong.java index 07512e7ac00e..bcbd30537ffb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeStringLong.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeStringLong.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeVolumenameLong.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeVolumenameLong.java index 777bd1d1146e..299a80500e57 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeVolumenameLong.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/resizevolume/SyncResizeVolumeVolumenameLong.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshot.java index 1f99f7db5b65..c96228926dc2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshotLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshotLRO.java index c47d95a4a833..fcb4b3c77cd6 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshotLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/AsyncRestoreVolumeSnapshotLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshot.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshot.java index 8923dfb7b2f9..200723698900 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshot.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotString.java index 2526fef2c74e..302f43bae668 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotVolumesnapshotname.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotVolumesnapshotname.java index 0d7e096950c0..283be208c5f9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotVolumesnapshotname.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/restorevolumesnapshot/SyncRestoreVolumeSnapshotVolumesnapshotname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstance.java index 9ea4a92c7638..4e8bc739f5f5 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstanceLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstanceLRO.java index e6e9a2d84432..bb37e78f1c45 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstanceLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/AsyncStartInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstance.java index e2230788e5f1..9c87abca59a3 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceInstancename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceInstancename.java index 026fa3c8ad0a..02895ee4d349 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceInstancename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceString.java index 2f91fe8ab94a..2dccf6a10ade 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/startinstance/SyncStartInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstance.java index 42b78d76db13..f567fcc6aacc 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstanceLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstanceLRO.java index bd53e3a44894..386cd3c13b26 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstanceLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/AsyncStopInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstance.java index 08ebf28a9029..926f737de533 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceInstancename.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceInstancename.java index 503d900e82ed..5a53b9ac4bc9 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceInstancename.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceInstancename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceString.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceString.java index 0cf2f98f81f3..addffe1b4ef4 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceString.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/stopinstance/SyncStopInstanceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/AsyncSubmitProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/AsyncSubmitProvisioningConfig.java index e51fdd4f439a..afe1c430cc2a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/AsyncSubmitProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/AsyncSubmitProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfig.java index 6cf158c8aa4e..9cdaf7b1e7a2 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigLocationnameProvisioningconfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigLocationnameProvisioningconfig.java index 2c9b48e6348c..146d3073b328 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigLocationnameProvisioningconfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigLocationnameProvisioningconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigStringProvisioningconfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigStringProvisioningconfig.java index 1fb0354cb048..5f6f1f747880 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigStringProvisioningconfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/submitprovisioningconfig/SyncSubmitProvisioningConfigStringProvisioningconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstance.java index e750e3bede0a..524ee058f6b0 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstanceLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstanceLRO.java index 38fef76e9fac..4cd8b31252fb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstanceLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/AsyncUpdateInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstance.java index 0019b58f1af6..3ee8de48ddcf 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstanceInstanceFieldmask.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstanceInstanceFieldmask.java index 3c3171971b90..811ef65fed95 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstanceInstanceFieldmask.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateinstance/SyncUpdateInstanceInstanceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetwork.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetwork.java index 0c44eb9a40c7..b61986d620d8 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetwork.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetworkLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetworkLRO.java index e960bb67b6b4..de76c5be0f75 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetworkLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/AsyncUpdateNetworkLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetwork.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetwork.java index 3fea1496e662..2311869e8deb 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetwork.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetworkNetworkFieldmask.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetworkNetworkFieldmask.java index c36b243b5ef2..e8e07fa0a3ab 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetworkNetworkFieldmask.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenetwork/SyncUpdateNetworkNetworkFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShare.java index bb61d9549ed4..8ad494f4a0bf 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShareLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShareLRO.java index 7e8f0c147559..7c8ead71df5b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShareLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/AsyncUpdateNfsShareLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShare.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShare.java index 5f269d57d1af..d0755d957402 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShare.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShare.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShareNfsshareFieldmask.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShareNfsshareFieldmask.java index 5c2f7c281e00..baf26acacc0b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShareNfsshareFieldmask.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatenfsshare/SyncUpdateNfsShareNfsshareFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/AsyncUpdateProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/AsyncUpdateProvisioningConfig.java index 2e3fd656c5be..b33aeae96758 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/AsyncUpdateProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/AsyncUpdateProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfig.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfig.java index 21de6883629d..627886373aa4 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfig.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfigProvisioningconfigFieldmask.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfigProvisioningconfigFieldmask.java index 254f7a611127..1ec3365ba505 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfigProvisioningconfigFieldmask.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updateprovisioningconfig/SyncUpdateProvisioningConfigProvisioningconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolume.java index c24bdd7be645..471c3e8aab9a 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolumeLRO.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolumeLRO.java index cf2dfa68c628..060b0cee48e0 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolumeLRO.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/AsyncUpdateVolumeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolume.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolume.java index e112a2fdda81..ae8bcaae199f 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolume.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolumeVolumeFieldmask.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolumeVolumeFieldmask.java index 185d5b1696db..a16692ecfe5b 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolumeVolumeFieldmask.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolution/updatevolume/SyncUpdateVolumeVolumeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolutionsettings/getinstance/SyncGetInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolutionsettings/getinstance/SyncGetInstance.java index 5360edc418c7..6b2726cab3a0 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolutionsettings/getinstance/SyncGetInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/baremetalsolutionsettings/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/stub/baremetalsolutionstubsettings/getinstance/SyncGetInstance.java b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/stub/baremetalsolutionstubsettings/getinstance/SyncGetInstance.java index 405711abb4cb..969c208fd967 100644 --- a/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/stub/baremetalsolutionstubsettings/getinstance/SyncGetInstance.java +++ b/java-bare-metal-solution/samples/snippets/generated/com/google/cloud/baremetalsolution/v2/stub/baremetalsolutionstubsettings/getinstance/SyncGetInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/README.md b/java-maps-mapsplatformdatasets/README.md index fa045d48ee1b..e447b6955dfb 100644 --- a/java-maps-mapsplatformdatasets/README.md +++ b/java-maps-mapsplatformdatasets/README.md @@ -202,7 +202,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-maps-mapsplatformdatasets/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-mapsplatformdatasets.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-mapsplatformdatasets/0.23.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-mapsplatformdatasets/0.24.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-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClient.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClient.java index f9243a481e5c..5dfe99cfea60 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClient.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java index 81a20091d1af..60146b34dff1 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 MapsPlatformDatasetsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MapsPlatformDatasetsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/package-info.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/package-info.java index 2f3bf2a233c5..ccf6b653b21b 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/package-info.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/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-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsCallableFactory.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsCallableFactory.java index ac56b74ebb53..5b36d68fe979 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsCallableFactory.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsStub.java index 9e06b48e569c..c361c9ebd8ff 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/GrpcMapsPlatformDatasetsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java index 9b2b1c3676c4..179f7c8fa3d7 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java index 171e07d26f5b..ba28ceed91b2 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStub.java index e371d5232abc..aa77bcec0b35 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStubSettings.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStubSettings.java index 5c7aeb378091..15d0be8ebbce 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStubSettings.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/MapsPlatformDatasetsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -269,7 +269,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( @@ -278,7 +277,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-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClient.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClient.java index e6eacd355ad8..a199409a789d 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClient.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java index 32b02b43312d..5e137538480d 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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 MapsPlatformDatasetsV1AlphaStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MapsPlatformDatasetsV1AlphaStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/package-info.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/package-info.java index c7cd62d55017..35bb42a02e68 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/package-info.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/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-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaCallableFactory.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaCallableFactory.java index e7166d7c1e43..e643ee10493d 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaCallableFactory.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaStub.java index b6b41c49263a..7275e10deeeb 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/GrpcMapsPlatformDatasetsV1AlphaStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java index 90a04db390b6..50ce6b63e96a 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaStub.java index 9ed8a8aa2fcc..dafd1bf8d9d3 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStub.java index a9fde819857e..7815ce288d2a 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStubSettings.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStubSettings.java index 98e7e54e964e..d6480072bf61 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStubSettings.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/MapsPlatformDatasetsV1AlphaStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -351,7 +351,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( @@ -360,7 +359,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-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientHttpJsonTest.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientHttpJsonTest.java index a522078c43a9..c24cf988d550 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientHttpJsonTest.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientTest.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientTest.java index 2e934f8ce086..eca31ae2a9c3 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientTest.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasets.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasets.java index cc561fb5bbf3..a3aac964069a 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasets.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasetsImpl.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasetsImpl.java index 6dbb566d407f..86c8f295562d 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasetsImpl.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1/MockMapsPlatformDatasetsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientHttpJsonTest.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientHttpJsonTest.java index ed6571908f49..85b73c425c01 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientHttpJsonTest.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientTest.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientTest.java index 38e3c2b6028b..023cf8187786 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientTest.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1Alpha.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1Alpha.java index 172c83ed19f3..92d0dbbfdd6b 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1Alpha.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1Alpha.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1AlphaImpl.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1AlphaImpl.java index e06a6f3b908c..10af8ab288eb 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1AlphaImpl.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/test/java/com/google/maps/mapsplatformdatasets/v1alpha/MockMapsPlatformDatasetsV1AlphaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/DatasetName.java b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/DatasetName.java index 4b63da54f753..7d5fbc4687b6 100644 --- a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/DatasetName.java +++ b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/DatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/ProjectName.java b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/ProjectName.java index 7e351522deda..ecf16edc2942 100644 --- a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/v1/ProjectName.java +++ b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1/src/main/java/com/google/maps/mapsplatformdatasets/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-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/DatasetName.java b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/DatasetName.java index 97863072e549..08ea47653dc9 100644 --- a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/DatasetName.java +++ b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/DatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/ProjectName.java b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/ProjectName.java index f7b22d89a5f1..24d7147c2c34 100644 --- a/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/ProjectName.java +++ b/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetCredentialsProvider.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetCredentialsProvider.java index e359189ec312..862f672a7663 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetCredentialsProvider.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetCredentialsProvider1.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetCredentialsProvider1.java index 996828fb4516..37b70948f4fb 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetCredentialsProvider1.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetEndpoint.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetEndpoint.java index efb7e012de2f..c6506118d748 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/create/SyncCreateSetEndpoint.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/AsyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/AsyncCreateDataset.java index da424ad8455c..7feafeb0f551 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/AsyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/AsyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDataset.java index b00dd0920e6b..ca26c2de6363 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetProjectnameDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetProjectnameDataset.java index 5a80f1efddcf..c5aa12eb3356 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetProjectnameDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetProjectnameDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetStringDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetStringDataset.java index 7199fe8e0c57..80cc6a3cab04 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetStringDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/createdataset/SyncCreateDatasetStringDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/AsyncDeleteDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/AsyncDeleteDataset.java index 5bff99954f64..8aad6287c9dd 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/AsyncDeleteDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/AsyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDataset.java index 55fe2e8154e9..141444465708 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetDatasetname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetDatasetname.java index eb6107fbdf24..f00ba598d809 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetDatasetname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetString.java index 93346ee00c5b..96962fd7a758 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/deletedataset/SyncDeleteDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/AsyncGetDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/AsyncGetDataset.java index 658cee19b1d8..b253fda36fce 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/AsyncGetDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/AsyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDataset.java index d1f6b0093c3b..0520b9c2c1e4 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetDatasetname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetDatasetname.java index 82bd2769ed02..994ea2d5c9a1 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetDatasetname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetString.java index 3d62659845bb..c0d25dacb245 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/getdataset/SyncGetDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasets.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasets.java index 271f65ed8ee5..a5e6ea779832 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasets.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasetsPaged.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasetsPaged.java index 114f25e9cba2..54070d2ab57b 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasetsPaged.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/AsyncListDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasets.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasets.java index 74a1aab709d3..f21770c59f85 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasets.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsProjectname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsProjectname.java index fa00be149939..b28b3ce21790 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsProjectname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsString.java index 49a6bfafa073..0644a0b3bf80 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/listdatasets/SyncListDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java index e7d3359f0615..9b6814a4f6ea 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadata.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadata.java index af9df2f75ecc..64c12a4ef446 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadata.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java index a8808959f144..7cc79d8388e4 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasets/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasetssettings/createdataset/SyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasetssettings/createdataset/SyncCreateDataset.java index 7ac97092ee5a..8a995618dd4e 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasetssettings/createdataset/SyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/mapsplatformdatasetssettings/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/stub/mapsplatformdatasetsstubsettings/createdataset/SyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/stub/mapsplatformdatasetsstubsettings/createdataset/SyncCreateDataset.java index a9ef38d11658..1141dbc4042e 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/stub/mapsplatformdatasetsstubsettings/createdataset/SyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1/stub/mapsplatformdatasetsstubsettings/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetCredentialsProvider.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetCredentialsProvider.java index 19845d10d74b..17fb23a8adef 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetCredentialsProvider.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetCredentialsProvider1.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetCredentialsProvider1.java index 480675ba8181..e13ba33e824c 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetCredentialsProvider1.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetEndpoint.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetEndpoint.java index 2cf4cd190fa2..f9fae7b85405 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/create/SyncCreateSetEndpoint.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/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-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/AsyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/AsyncCreateDataset.java index 5cb2f718126e..df53c14dc167 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/AsyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/AsyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDataset.java index f3446e5d7829..24e6647875dd 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetProjectnameDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetProjectnameDataset.java index 6fa3b25aac3b..932a6cb03549 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetProjectnameDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetProjectnameDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetStringDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetStringDataset.java index b6bb9b9800d0..c7892af9552c 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetStringDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/createdataset/SyncCreateDatasetStringDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/AsyncDeleteDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/AsyncDeleteDataset.java index 793b7c6cb809..76ac1e47d3a7 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/AsyncDeleteDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/AsyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDataset.java index b5434a951284..99e4998935f3 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetDatasetname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetDatasetname.java index d531c56d4b07..eb6a502df172 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetDatasetname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetString.java index 7d96507dc94d..2cef31a80927 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedataset/SyncDeleteDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/AsyncDeleteDatasetVersion.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/AsyncDeleteDatasetVersion.java index e00ee79e0ada..0b63e7984483 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/AsyncDeleteDatasetVersion.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/AsyncDeleteDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersion.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersion.java index 56eedc43a3f2..3e6317bff9e3 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersion.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionDatasetname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionDatasetname.java index 7be5e4e79422..bb5e50c850e3 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionDatasetname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionString.java index 1d85cb62ef6a..ad246f8f6332 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/deletedatasetversion/SyncDeleteDatasetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/AsyncGetDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/AsyncGetDataset.java index fc88bc62325e..66e2d7c18e9e 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/AsyncGetDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/AsyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDataset.java index da920ac88511..9e5ee42e778d 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetDatasetname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetDatasetname.java index ff63d83394b0..a25abecbfa76 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetDatasetname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetString.java index 504caeaff279..a2bcef9847c3 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/getdataset/SyncGetDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasets.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasets.java index 42a3a4e2f6f2..62ea1bb45cde 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasets.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasetsPaged.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasetsPaged.java index 229b4c253e31..ed024dcdeb59 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasetsPaged.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/AsyncListDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasets.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasets.java index 69eb2b8cc8dc..a51b9e220295 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasets.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsProjectname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsProjectname.java index 68f6d53be2cc..ff7e5820f01a 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsProjectname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsString.java index 2834d19e1edc..8f58ea965dbb 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasets/SyncListDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersions.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersions.java index 9cc0d4d2c28a..1761f287bbb5 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersions.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersionsPaged.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersionsPaged.java index 0eef3055a87c..3356de25dc4e 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersionsPaged.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/AsyncListDatasetVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersions.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersions.java index 2374d47a843d..cb8f351ba7ad 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersions.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsDatasetname.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsDatasetname.java index 919f22df5bdf..eb09c893bb65 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsDatasetname.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsDatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsString.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsString.java index 710c0ba2d6e0..24a886c19e76 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsString.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/listdatasetversions/SyncListDatasetVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java index ee29abb1b641..74ef78947368 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/AsyncUpdateDatasetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadata.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadata.java index 340edc545bbb..dd15ecbb9893 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadata.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java index 5c6dfed5b84d..03e465780216 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alpha/updatedatasetmetadata/SyncUpdateDatasetMetadataDatasetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alphasettings/createdataset/SyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alphasettings/createdataset/SyncCreateDataset.java index c59573d03bf6..425437d403ef 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alphasettings/createdataset/SyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/mapsplatformdatasetsv1alphasettings/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/stub/mapsplatformdatasetsv1alphastubsettings/createdataset/SyncCreateDataset.java b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/stub/mapsplatformdatasetsv1alphastubsettings/createdataset/SyncCreateDataset.java index 393be9e45ee7..0c300c53c132 100644 --- a/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/stub/mapsplatformdatasetsv1alphastubsettings/createdataset/SyncCreateDataset.java +++ b/java-maps-mapsplatformdatasets/samples/snippets/generated/com/google/maps/mapsplatformdatasets/v1alpha/stub/mapsplatformdatasetsv1alphastubsettings/createdataset/SyncCreateDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.