From dd507776d49e4f042d857860264f21e4c4f3c799 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:20:30 -0700 Subject: [PATCH] chore: regenerate merchantapi client --- .../accounts_v1/2.0.0/README.md | 4 +- .../accounts_v1/model/AccountService.java | 27 ++++++++++++ .../model/UcpCheckoutManagement.java | 42 +++++++++++++++++++ .../accounts_v1/2.0.0/pom.xml | 4 +- .../accounts_v1/README.md | 4 +- .../accounts_v1beta/2.0.0/README.md | 4 +- .../accounts_v1beta/model/AccountService.java | 27 ++++++++++++ .../model/UcpCheckoutManagement.java | 42 +++++++++++++++++++ .../accounts_v1beta/2.0.0/pom.xml | 4 +- .../accounts_v1beta/README.md | 4 +- .../datasources_v1/2.0.0/README.md | 4 +- .../model/DataSourceReference.java | 12 +++--- .../datasources_v1/2.0.0/pom.xml | 4 +- .../datasources_v1/README.md | 4 +- .../datasources_v1beta/2.0.0/README.md | 4 +- .../model/DataSourceReference.java | 12 +++--- .../datasources_v1beta/2.0.0/pom.xml | 4 +- .../datasources_v1beta/README.md | 4 +- .../notifications_v1/2.0.0/README.md | 4 +- .../notifications_v1/2.0.0/pom.xml | 4 +- .../notifications_v1/README.md | 4 +- .../notifications_v1beta/2.0.0/README.md | 4 +- .../notifications_v1beta/2.0.0/pom.xml | 4 +- .../notifications_v1beta/README.md | 4 +- 24 files changed, 186 insertions(+), 48 deletions(-) create mode 100644 clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/UcpCheckoutManagement.java create mode 100644 clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/UcpCheckoutManagement.java diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md index ef09b2e175c..42f26ed3b19 100644 --- a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md +++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - accounts_v1-rev20260527-2.0.0 + accounts_v1-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260527-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/AccountService.java b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/AccountService.java index b2ebed2e02b..8af03b4450a 100644 --- a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/AccountService.java +++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/AccountService.java @@ -146,6 +146,14 @@ public final class AccountService extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.String providerDisplayName; + /** + * Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability + * integration for the merchant. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private UcpCheckoutManagement ucpCheckoutManagement; + /** * Service type for account aggregation. This enables the provider, which is an advanced account, * to manage multiple sub-accounts (client accounts). Through this service, the advanced account @@ -396,6 +404,25 @@ public AccountService setProviderDisplayName(java.lang.String providerDisplayNam return this; } + /** + * Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability + * integration for the merchant. + * @return value or {@code null} for none + */ + public UcpCheckoutManagement getUcpCheckoutManagement() { + return ucpCheckoutManagement; + } + + /** + * Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability + * integration for the merchant. + * @param ucpCheckoutManagement ucpCheckoutManagement or {@code null} for none + */ + public AccountService setUcpCheckoutManagement(UcpCheckoutManagement ucpCheckoutManagement) { + this.ucpCheckoutManagement = ucpCheckoutManagement; + return this; + } + @Override public AccountService set(String fieldName, Object value) { return (AccountService) super.set(fieldName, value); diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/UcpCheckoutManagement.java b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/UcpCheckoutManagement.java new file mode 100644 index 00000000000..8f2bb5c5b07 --- /dev/null +++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/UcpCheckoutManagement.java @@ -0,0 +1,42 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing permissions and limitations under + * the License. + */ +/* + * This code was generated by https://github.com/googleapis/google-api-java-client-services/ + * Modify at your own risk. + */ + +package com.google.api.services.merchantapi.accounts_v1.model; + +/** + * `UcpCheckoutManagement` payload. + * + *

This is the Java data model class that specifies how to parse/serialize into the JSON that is + * transmitted over HTTP when working with the Merchant API. For a detailed explanation see: + * https://developers.google.com/api-client-library/java/google-http-java-client/json + *

+ * + * @author Google, Inc. + */ +@SuppressWarnings("javadoc") +public final class UcpCheckoutManagement extends com.google.api.client.json.GenericJson { + + @Override + public UcpCheckoutManagement set(String fieldName, Object value) { + return (UcpCheckoutManagement) super.set(fieldName, value); + } + + @Override + public UcpCheckoutManagement clone() { + return (UcpCheckoutManagement) super.clone(); + } + +} diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml index a448a64bf45..915eff4cabe 100644 --- a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml +++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-merchantapi - accounts_v1-rev20260527-2.0.0 - Merchant API accounts_v1-rev20260527-2.0.0 + accounts_v1-rev20260722-2.0.0 + Merchant API accounts_v1-rev20260722-2.0.0 jar 2011 diff --git a/clients/google-api-services-merchantapi/accounts_v1/README.md b/clients/google-api-services-merchantapi/accounts_v1/README.md index ef09b2e175c..42f26ed3b19 100644 --- a/clients/google-api-services-merchantapi/accounts_v1/README.md +++ b/clients/google-api-services-merchantapi/accounts_v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - accounts_v1-rev20260527-2.0.0 + accounts_v1-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260527-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md index a4298a56dd8..a7165578439 100644 --- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md +++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - accounts_v1beta-rev20260527-2.0.0 + accounts_v1beta-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260527-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AccountService.java b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AccountService.java index ca976bc87a8..8552b4e6f35 100644 --- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AccountService.java +++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AccountService.java @@ -146,6 +146,14 @@ public final class AccountService extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.String providerDisplayName; + /** + * Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability + * integration for the merchant. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private UcpCheckoutManagement ucpCheckoutManagement; + /** * Service type for account aggregation. This enables the provider, which is an advanced account, * to manage multiple sub-accounts (client accounts). Through this service, the advanced account @@ -396,6 +404,25 @@ public AccountService setProviderDisplayName(java.lang.String providerDisplayNam return this; } + /** + * Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability + * integration for the merchant. + * @return value or {@code null} for none + */ + public UcpCheckoutManagement getUcpCheckoutManagement() { + return ucpCheckoutManagement; + } + + /** + * Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability + * integration for the merchant. + * @param ucpCheckoutManagement ucpCheckoutManagement or {@code null} for none + */ + public AccountService setUcpCheckoutManagement(UcpCheckoutManagement ucpCheckoutManagement) { + this.ucpCheckoutManagement = ucpCheckoutManagement; + return this; + } + @Override public AccountService set(String fieldName, Object value) { return (AccountService) super.set(fieldName, value); diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/UcpCheckoutManagement.java b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/UcpCheckoutManagement.java new file mode 100644 index 00000000000..4c464efd881 --- /dev/null +++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/UcpCheckoutManagement.java @@ -0,0 +1,42 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing permissions and limitations under + * the License. + */ +/* + * This code was generated by https://github.com/googleapis/google-api-java-client-services/ + * Modify at your own risk. + */ + +package com.google.api.services.merchantapi.accounts_v1beta.model; + +/** + * `UcpCheckoutManagement` payload. + * + *

This is the Java data model class that specifies how to parse/serialize into the JSON that is + * transmitted over HTTP when working with the Merchant API. For a detailed explanation see: + * https://developers.google.com/api-client-library/java/google-http-java-client/json + *

+ * + * @author Google, Inc. + */ +@SuppressWarnings("javadoc") +public final class UcpCheckoutManagement extends com.google.api.client.json.GenericJson { + + @Override + public UcpCheckoutManagement set(String fieldName, Object value) { + return (UcpCheckoutManagement) super.set(fieldName, value); + } + + @Override + public UcpCheckoutManagement clone() { + return (UcpCheckoutManagement) super.clone(); + } + +} diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml index 1115aca4ee0..748180515a5 100644 --- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-merchantapi - accounts_v1beta-rev20260527-2.0.0 - Merchant API accounts_v1beta-rev20260527-2.0.0 + accounts_v1beta-rev20260722-2.0.0 + Merchant API accounts_v1beta-rev20260722-2.0.0 jar 2011 diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/README.md b/clients/google-api-services-merchantapi/accounts_v1beta/README.md index a4298a56dd8..a7165578439 100644 --- a/clients/google-api-services-merchantapi/accounts_v1beta/README.md +++ b/clients/google-api-services-merchantapi/accounts_v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - accounts_v1beta-rev20260527-2.0.0 + accounts_v1beta-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260527-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/datasources_v1/2.0.0/README.md b/clients/google-api-services-merchantapi/datasources_v1/2.0.0/README.md index c2a0ede5722..e1e19f0d21d 100644 --- a/clients/google-api-services-merchantapi/datasources_v1/2.0.0/README.md +++ b/clients/google-api-services-merchantapi/datasources_v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - datasources_v1-rev20260615-2.0.0 + datasources_v1-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/datasources_v1/2.0.0/com/google/api/services/merchantapi/datasources_v1/model/DataSourceReference.java b/clients/google-api-services-merchantapi/datasources_v1/2.0.0/com/google/api/services/merchantapi/datasources_v1/model/DataSourceReference.java index 30be53dc0b1..3b8a7d63bf9 100644 --- a/clients/google-api-services-merchantapi/datasources_v1/2.0.0/com/google/api/services/merchantapi/datasources_v1/model/DataSourceReference.java +++ b/clients/google-api-services-merchantapi/datasources_v1/2.0.0/com/google/api/services/merchantapi/datasources_v1/model/DataSourceReference.java @@ -30,8 +30,8 @@ public final class DataSourceReference extends com.google.api.client.json.GenericJson { /** - * Optional. The name of the primary data source. Format: - * `accounts/{account}/dataSources/{datasource}` + * Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the + * primary data source. Format: `accounts/{account}/dataSources/{datasource}` * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -53,8 +53,8 @@ public final class DataSourceReference extends com.google.api.client.json.Generi private java.lang.String supplementalDataSourceName; /** - * Optional. The name of the primary data source. Format: - * `accounts/{account}/dataSources/{datasource}` + * Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the + * primary data source. Format: `accounts/{account}/dataSources/{datasource}` * @return value or {@code null} for none */ public java.lang.String getPrimaryDataSourceName() { @@ -62,8 +62,8 @@ public java.lang.String getPrimaryDataSourceName() { } /** - * Optional. The name of the primary data source. Format: - * `accounts/{account}/dataSources/{datasource}` + * Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the + * primary data source. Format: `accounts/{account}/dataSources/{datasource}` * @param primaryDataSourceName primaryDataSourceName or {@code null} for none */ public DataSourceReference setPrimaryDataSourceName(java.lang.String primaryDataSourceName) { diff --git a/clients/google-api-services-merchantapi/datasources_v1/2.0.0/pom.xml b/clients/google-api-services-merchantapi/datasources_v1/2.0.0/pom.xml index 90d7e0a0aff..430a9b20640 100644 --- a/clients/google-api-services-merchantapi/datasources_v1/2.0.0/pom.xml +++ b/clients/google-api-services-merchantapi/datasources_v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-merchantapi - datasources_v1-rev20260615-2.0.0 - Merchant API datasources_v1-rev20260615-2.0.0 + datasources_v1-rev20260719-2.0.0 + Merchant API datasources_v1-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-merchantapi/datasources_v1/README.md b/clients/google-api-services-merchantapi/datasources_v1/README.md index c2a0ede5722..e1e19f0d21d 100644 --- a/clients/google-api-services-merchantapi/datasources_v1/README.md +++ b/clients/google-api-services-merchantapi/datasources_v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - datasources_v1-rev20260615-2.0.0 + datasources_v1-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/README.md b/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/README.md index 578f8223d7b..ec5eb39be8a 100644 --- a/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/README.md +++ b/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - datasources_v1beta-rev20260615-2.0.0 + datasources_v1beta-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/com/google/api/services/merchantapi/datasources_v1beta/model/DataSourceReference.java b/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/com/google/api/services/merchantapi/datasources_v1beta/model/DataSourceReference.java index 6b9823d19f9..39b7e976a99 100644 --- a/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/com/google/api/services/merchantapi/datasources_v1beta/model/DataSourceReference.java +++ b/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/com/google/api/services/merchantapi/datasources_v1beta/model/DataSourceReference.java @@ -30,8 +30,8 @@ public final class DataSourceReference extends com.google.api.client.json.GenericJson { /** - * Optional. The name of the primary data source. Format: - * `accounts/{account}/dataSources/{datasource}` + * Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the + * primary data source. Format: `accounts/{account}/dataSources/{datasource}` * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -53,8 +53,8 @@ public final class DataSourceReference extends com.google.api.client.json.Generi private java.lang.String supplementalDataSourceName; /** - * Optional. The name of the primary data source. Format: - * `accounts/{account}/dataSources/{datasource}` + * Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the + * primary data source. Format: `accounts/{account}/dataSources/{datasource}` * @return value or {@code null} for none */ public java.lang.String getPrimaryDataSourceName() { @@ -62,8 +62,8 @@ public java.lang.String getPrimaryDataSourceName() { } /** - * Optional. The name of the primary data source. Format: - * `accounts/{account}/dataSources/{datasource}` + * Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the + * primary data source. Format: `accounts/{account}/dataSources/{datasource}` * @param primaryDataSourceName primaryDataSourceName or {@code null} for none */ public DataSourceReference setPrimaryDataSourceName(java.lang.String primaryDataSourceName) { diff --git a/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/pom.xml b/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/pom.xml index 191986caeb2..f7107264dd1 100644 --- a/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-merchantapi - datasources_v1beta-rev20260615-2.0.0 - Merchant API datasources_v1beta-rev20260615-2.0.0 + datasources_v1beta-rev20260719-2.0.0 + Merchant API datasources_v1beta-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-merchantapi/datasources_v1beta/README.md b/clients/google-api-services-merchantapi/datasources_v1beta/README.md index 578f8223d7b..ec5eb39be8a 100644 --- a/clients/google-api-services-merchantapi/datasources_v1beta/README.md +++ b/clients/google-api-services-merchantapi/datasources_v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - datasources_v1beta-rev20260615-2.0.0 + datasources_v1beta-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/notifications_v1/2.0.0/README.md b/clients/google-api-services-merchantapi/notifications_v1/2.0.0/README.md index edd639b5c27..3d5d21f22ea 100644 --- a/clients/google-api-services-merchantapi/notifications_v1/2.0.0/README.md +++ b/clients/google-api-services-merchantapi/notifications_v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - notifications_v1-rev20260713-2.0.0 + notifications_v1-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/notifications_v1/2.0.0/pom.xml b/clients/google-api-services-merchantapi/notifications_v1/2.0.0/pom.xml index eb82d024f98..1851c5189a8 100644 --- a/clients/google-api-services-merchantapi/notifications_v1/2.0.0/pom.xml +++ b/clients/google-api-services-merchantapi/notifications_v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-merchantapi - notifications_v1-rev20260713-2.0.0 - Merchant API notifications_v1-rev20260713-2.0.0 + notifications_v1-rev20260722-2.0.0 + Merchant API notifications_v1-rev20260722-2.0.0 jar 2011 diff --git a/clients/google-api-services-merchantapi/notifications_v1/README.md b/clients/google-api-services-merchantapi/notifications_v1/README.md index edd639b5c27..3d5d21f22ea 100644 --- a/clients/google-api-services-merchantapi/notifications_v1/README.md +++ b/clients/google-api-services-merchantapi/notifications_v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - notifications_v1-rev20260713-2.0.0 + notifications_v1-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/README.md b/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/README.md index ef56fceb532..510a3a868d4 100644 --- a/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/README.md +++ b/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - notifications_v1beta-rev20260713-2.0.0 + notifications_v1beta-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260722-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/pom.xml b/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/pom.xml index 21c0185a4cd..4c924c5b65c 100644 --- a/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-merchantapi/notifications_v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-merchantapi - notifications_v1beta-rev20260713-2.0.0 - Merchant API notifications_v1beta-rev20260713-2.0.0 + notifications_v1beta-rev20260722-2.0.0 + Merchant API notifications_v1beta-rev20260722-2.0.0 jar 2011 diff --git a/clients/google-api-services-merchantapi/notifications_v1beta/README.md b/clients/google-api-services-merchantapi/notifications_v1beta/README.md index ef56fceb532..510a3a868d4 100644 --- a/clients/google-api-services-merchantapi/notifications_v1beta/README.md +++ b/clients/google-api-services-merchantapi/notifications_v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-merchantapi - notifications_v1beta-rev20260713-2.0.0 + notifications_v1beta-rev20260722-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260722-2.0.0' } ```