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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-merchantapi</artifactId >
25
- <version >accounts_v1beta-rev20250727 -2.0.0</version >
25
+ <version >accounts_v1beta-rev20250729 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 17
17
package com .google .api .services .merchantapi .accounts_v1beta .model ;
18
18
19
19
/**
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-
21
22
* configure#accept_the_merchant_center_terms_of_service).
22
23
*
23
24
* <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
49
49
private java .lang .String carrierService ;
50
50
51
51
/**
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.
54
53
* The value may be {@code null}.
55
54
*/
56
55
@ com .google .api .client .util .Key
@@ -97,17 +96,15 @@ public WarehouseBasedDeliveryTime setCarrierService(java.lang.String carrierServ
97
96
}
98
97
99
98
/**
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.
102
100
* @return value or {@code null} for none
103
101
*/
104
102
public java .lang .String getWarehouse () {
105
103
return warehouse ;
106
104
}
107
105
108
106
/**
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.
111
108
* @param warehouse warehouse or {@code null} for none
112
109
*/
113
110
public WarehouseBasedDeliveryTime setWarehouse (java .lang .String warehouse ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-merchantapi</artifactId >
25
- <version >accounts_v1beta-rev20250727 -2.0.0</version >
25
+ <version >accounts_v1beta-rev20250729 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments