Skip to content

Commit 600db1f

Browse files
1 parent a227433 commit 600db1f

8 files changed

Lines changed: 48 additions & 26 deletions

File tree

clients/google-api-services-merchantapi/issueresolution_v1/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>issueresolution_v1-rev20260527-2.0.0</version>
25+
<version>issueresolution_v1-rev20260707-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:issueresolution_v1-rev20260527-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1-rev20260707-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,19 @@ public class AggregateProductStatuses {
176176
/**
177177
* Lists the `AggregateProductStatuses` resources for your merchant account. The response might
178178
* contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous
179-
* request, it can be used to obtain additional results.
179+
* request, it can be used to obtain additional results. This method can only be accessed by
180+
* standalone accounts and sub-accounts of an advanced account. To retrieve product statuses for
181+
* sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list of sub-
182+
* accounts, and then call `accounts.aggregateProductStatuses.list` for each sub-account
183+
* individually.
180184
*
181185
* Create a request for the method "aggregateProductStatuses.list".
182186
*
183187
* This request holds the parameters needed by the merchantapi server. After setting any optional
184188
* parameters, call the {@link List#execute()} method to invoke the remote operation.
185189
*
186-
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}`
190+
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only
191+
* be sub-accounts and standalone accounts.
187192
* @return the request
188193
*/
189194
public List list(java.lang.String parent) throws java.io.IOException {
@@ -202,7 +207,11 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.is
202207
/**
203208
* Lists the `AggregateProductStatuses` resources for your merchant account. The response might
204209
* contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous
205-
* request, it can be used to obtain additional results.
210+
* request, it can be used to obtain additional results. This method can only be accessed by
211+
* standalone accounts and sub-accounts of an advanced account. To retrieve product statuses for
212+
* sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list of sub-
213+
* accounts, and then call `accounts.aggregateProductStatuses.list` for each sub-account
214+
* individually.
206215
*
207216
* Create a request for the method "aggregateProductStatuses.list".
208217
*
@@ -211,7 +220,8 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.is
211220
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
212221
* must be called to initialize this instance immediately after invoking the constructor. </p>
213222
*
214-
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}`
223+
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only
224+
* be sub-accounts and standalone accounts.
215225
* @since 1.13
216226
*/
217227
protected List(java.lang.String parent) {
@@ -291,20 +301,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
291301

292302
/**
293303
* Required. The account to list aggregate product statuses for. Format:
294-
* `accounts/{account}`
304+
* `accounts/{account}` Can only be sub-accounts and standalone accounts.
295305
*/
296306
@com.google.api.client.util.Key
297307
private java.lang.String parent;
298308

299-
/** Required. The account to list aggregate product statuses for. Format: `accounts/{account}`
309+
/** Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only
310+
be sub-accounts and standalone accounts.
300311
*/
301312
public java.lang.String getParent() {
302313
return parent;
303314
}
304315

305316
/**
306317
* Required. The account to list aggregate product statuses for. Format:
307-
* `accounts/{account}`
318+
* `accounts/{account}` Can only be sub-accounts and standalone accounts.
308319
*/
309320
public List setParent(java.lang.String parent) {
310321
if (!getSuppressPatternChecks()) {

clients/google-api-services-merchantapi/issueresolution_v1/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>issueresolution_v1-rev20260527-2.0.0</version>
12-
<name>Merchant API issueresolution_v1-rev20260527-2.0.0</name>
11+
<version>issueresolution_v1-rev20260707-2.0.0</version>
12+
<name>Merchant API issueresolution_v1-rev20260707-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/issueresolution_v1/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>issueresolution_v1-rev20260527-2.0.0</version>
25+
<version>issueresolution_v1-rev20260707-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:issueresolution_v1-rev20260527-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1-rev20260707-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/issueresolution_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>issueresolution_v1beta-rev20260527-2.0.0</version>
25+
<version>issueresolution_v1beta-rev20260707-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:issueresolution_v1beta-rev20260527-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1beta-rev20260707-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,19 @@ public class AggregateProductStatuses {
176176
/**
177177
* Lists the `AggregateProductStatuses` resources for your merchant account. The response might
178178
* contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous
179-
* request, it can be used to obtain additional results.
179+
* request, it can be used to obtain additional results. This method can only be accessed by
180+
* standalone accounts and sub-accounts of an advanced account. To retrieve product statuses for
181+
* sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list of sub-
182+
* accounts, and then call `accounts.aggregateProductStatuses.list` for each sub-account
183+
* individually.
180184
*
181185
* Create a request for the method "aggregateProductStatuses.list".
182186
*
183187
* This request holds the parameters needed by the merchantapi server. After setting any optional
184188
* parameters, call the {@link List#execute()} method to invoke the remote operation.
185189
*
186-
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}`
190+
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only
191+
* be sub-accounts and standalone accounts.
187192
* @return the request
188193
*/
189194
public List list(java.lang.String parent) throws java.io.IOException {
@@ -202,7 +207,11 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.is
202207
/**
203208
* Lists the `AggregateProductStatuses` resources for your merchant account. The response might
204209
* contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous
205-
* request, it can be used to obtain additional results.
210+
* request, it can be used to obtain additional results. This method can only be accessed by
211+
* standalone accounts and sub-accounts of an advanced account. To retrieve product statuses for
212+
* sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list of sub-
213+
* accounts, and then call `accounts.aggregateProductStatuses.list` for each sub-account
214+
* individually.
206215
*
207216
* Create a request for the method "aggregateProductStatuses.list".
208217
*
@@ -211,7 +220,8 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.is
211220
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
212221
* must be called to initialize this instance immediately after invoking the constructor. </p>
213222
*
214-
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}`
223+
* @param parent Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only
224+
* be sub-accounts and standalone accounts.
215225
* @since 1.13
216226
*/
217227
protected List(java.lang.String parent) {
@@ -291,20 +301,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
291301

292302
/**
293303
* Required. The account to list aggregate product statuses for. Format:
294-
* `accounts/{account}`
304+
* `accounts/{account}` Can only be sub-accounts and standalone accounts.
295305
*/
296306
@com.google.api.client.util.Key
297307
private java.lang.String parent;
298308

299-
/** Required. The account to list aggregate product statuses for. Format: `accounts/{account}`
309+
/** Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only
310+
be sub-accounts and standalone accounts.
300311
*/
301312
public java.lang.String getParent() {
302313
return parent;
303314
}
304315

305316
/**
306317
* Required. The account to list aggregate product statuses for. Format:
307-
* `accounts/{account}`
318+
* `accounts/{account}` Can only be sub-accounts and standalone accounts.
308319
*/
309320
public List setParent(java.lang.String parent) {
310321
if (!getSuppressPatternChecks()) {

clients/google-api-services-merchantapi/issueresolution_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>issueresolution_v1beta-rev20260527-2.0.0</version>
12-
<name>Merchant API issueresolution_v1beta-rev20260527-2.0.0</name>
11+
<version>issueresolution_v1beta-rev20260707-2.0.0</version>
12+
<name>Merchant API issueresolution_v1beta-rev20260707-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/issueresolution_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>issueresolution_v1beta-rev20260527-2.0.0</version>
25+
<version>issueresolution_v1beta-rev20260707-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:issueresolution_v1beta-rev20260527-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1beta-rev20260707-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)