File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed
clients/google-api-services-merchantapi/accounts_v1beta
com/google/api/services/merchantapi/accounts_v1beta/model Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-merchantapi</artifactId >
25- <version >accounts_v1beta-rev20250727 -2.0.0</version >
25+ <version >accounts_v1beta-rev20250729 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250727 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250729 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 1717package com .google .api .services .merchantapi .accounts_v1beta .model ;
1818
1919/**
20- * Describes the [accepted terms of service](/merchant/api/guides/accounts/create-and-
20+ * Describes the [accepted terms of
21+ * service](https://developers.google.com/merchant/api/guides/accounts/create-and-
2122 * configure#accept_the_merchant_center_terms_of_service).
2223 *
2324 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ public final class WarehouseBasedDeliveryTime extends com.google.api.client.json
4949 private java .lang .String carrierService ;
5050
5151 /**
52- * Required. Warehouse name. This should match
53- * [warehouse](/merchant/api/reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
52+ * Required. Warehouse name. This should match warehouse.
5453 * The value may be {@code null}.
5554 */
5655 @ com .google .api .client .util .Key
@@ -97,17 +96,15 @@ public WarehouseBasedDeliveryTime setCarrierService(java.lang.String carrierServ
9796 }
9897
9998 /**
100- * Required. Warehouse name. This should match
101- * [warehouse](/merchant/api/reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
99+ * Required. Warehouse name. This should match warehouse.
102100 * @return value or {@code null} for none
103101 */
104102 public java .lang .String getWarehouse () {
105103 return warehouse ;
106104 }
107105
108106 /**
109- * Required. Warehouse name. This should match
110- * [warehouse](/merchant/api/reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
107+ * Required. Warehouse name. This should match warehouse.
111108 * @param warehouse warehouse or {@code null} for none
112109 */
113110 public WarehouseBasedDeliveryTime setWarehouse (java .lang .String warehouse ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-merchantapi</artifactId >
11- <version >accounts_v1beta-rev20250727 -2.0.0</version >
12- <name >Merchant API accounts_v1beta-rev20250727 -2.0.0</name >
11+ <version >accounts_v1beta-rev20250729 -2.0.0</version >
12+ <name >Merchant API accounts_v1beta-rev20250729 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-merchantapi</artifactId >
25- <version >accounts_v1beta-rev20250727 -2.0.0</version >
25+ <version >accounts_v1beta-rev20250729 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250727 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250729 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments