Skip to content

Commit 3d5cd9b

Browse files
1 parent 5870e10 commit 3d5cd9b

File tree

11 files changed

+137
-63
lines changed

11 files changed

+137
-63
lines changed

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-rev20250505-2.0.0</version>
25+
<version>accounts_v1beta-rev20250507-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250505-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250507-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java

Lines changed: 103 additions & 40 deletions
Large diffs are not rendered by default.

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AccountRelationship.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class AccountRelationship extends com.google.api.client.json.Generi
4646
private java.lang.String accountIdAlias;
4747

4848
/**
49-
* Identifier. The resource name of the account relationship.
49+
* Identifier. The resource name of the account relationship. Format:
50+
* `accounts/{account}/relationships/{relationship}`
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -92,15 +93,17 @@ public AccountRelationship setAccountIdAlias(java.lang.String accountIdAlias) {
9293
}
9394

9495
/**
95-
* Identifier. The resource name of the account relationship.
96+
* Identifier. The resource name of the account relationship. Format:
97+
* `accounts/{account}/relationships/{relationship}`
9698
* @return value or {@code null} for none
9799
*/
98100
public java.lang.String getName() {
99101
return name;
100102
}
101103

102104
/**
103-
* Identifier. The resource name of the account relationship.
105+
* Identifier. The resource name of the account relationship. Format:
106+
* `accounts/{account}/relationships/{relationship}`
104107
* @param name name or {@code null} for none
105108
*/
106109
public AccountRelationship setName(java.lang.String name) {

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AccountService.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ public final class AccountService extends com.google.api.client.json.GenericJson
9797
private java.lang.String mutability;
9898

9999
/**
100-
* Identifier. The resource name of the account service.
100+
* Identifier. The resource name of the account service. Format:
101+
* `accounts/{account}/services/{service}`
101102
* The value may be {@code null}.
102103
*/
103104
@com.google.api.client.util.Key
@@ -262,15 +263,17 @@ public AccountService setMutability(java.lang.String mutability) {
262263
}
263264

264265
/**
265-
* Identifier. The resource name of the account service.
266+
* Identifier. The resource name of the account service. Format:
267+
* `accounts/{account}/services/{service}`
266268
* @return value or {@code null} for none
267269
*/
268270
public java.lang.String getName() {
269271
return name;
270272
}
271273

272274
/**
273-
* Identifier. The resource name of the account service.
275+
* Identifier. The resource name of the account service. Format:
276+
* `accounts/{account}/services/{service}`
274277
* @param name name or {@code null} for none
275278
*/
276279
public AccountService setName(java.lang.String name) {

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/WarehouseBasedDeliveryTime.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ 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 warehouse
52+
* Required. Warehouse name. This should match
53+
* [warehouse](/merchant/api/reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
5354
* The value may be {@code null}.
5455
*/
5556
@com.google.api.client.util.Key
@@ -96,15 +97,17 @@ public WarehouseBasedDeliveryTime setCarrierService(java.lang.String carrierServ
9697
}
9798

9899
/**
99-
* Required. Warehouse name. This should match warehouse
100+
* Required. Warehouse name. This should match
101+
* [warehouse](/merchant/api/reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
100102
* @return value or {@code null} for none
101103
*/
102104
public java.lang.String getWarehouse() {
103105
return warehouse;
104106
}
105107

106108
/**
107-
* Required. Warehouse name. This should match warehouse
109+
* Required. Warehouse name. This should match
110+
* [warehouse](/merchant/api/reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
108111
* @param warehouse warehouse or {@code null} for none
109112
*/
110113
public WarehouseBasedDeliveryTime setWarehouse(java.lang.String warehouse) {

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-merchantapi</artifactId>
11-
<version>accounts_v1beta-rev20250505-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250505-2.0.0</name>
11+
<version>accounts_v1beta-rev20250507-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250507-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-rev20250505-2.0.0</version>
25+
<version>accounts_v1beta-rev20250507-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250505-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250507-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>datasources_v1beta-rev20250430-2.0.0</version>
25+
<version>datasources_v1beta-rev20250507-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20250430-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20250507-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/com/google/api/services/merchantapi/datasources_v1beta/Merchant.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ public DataSources dataSources() {
174174
public class DataSources {
175175

176176
/**
177-
* Creates the new data source configuration for the given account.
177+
* Creates the new data source configuration for the given account. This method always creates a new
178+
* data source.
178179
*
179180
* Create a request for the method "dataSources.create".
180181
*
@@ -199,7 +200,8 @@ public class Create extends MerchantRequest<com.google.api.services.merchantapi.
199200
java.util.regex.Pattern.compile("^accounts/[^/]+$");
200201

201202
/**
202-
* Creates the new data source configuration for the given account.
203+
* Creates the new data source configuration for the given account. This method always creates a
204+
* new data source.
203205
*
204206
* Create a request for the method "dataSources.create".
205207
*

clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-merchantapi</artifactId>
11-
<version>datasources_v1beta-rev20250430-2.0.0</version>
12-
<name>Merchant API datasources_v1beta-rev20250430-2.0.0</name>
11+
<version>datasources_v1beta-rev20250507-2.0.0</version>
12+
<name>Merchant API datasources_v1beta-rev20250507-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)