Skip to content

Commit 5502de6

Browse files
1 parent 62f6fa6 commit 5502de6

File tree

17 files changed

+53
-53
lines changed

17 files changed

+53
-53
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-rev20250618-2.0.0</version>
25+
<version>accounts_v1beta-rev20250621-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250621-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: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* <p>
2727
* For more information about this service, see the
28-
* <a href="https://developers.devsite.corp.google.com/merchant/api" target="_blank">API Documentation</a>
28+
* <a href="https://developers.google.com/merchant/api" target="_blank">API Documentation</a>
2929
* </p>
3030
*
3131
* <p>
@@ -716,25 +716,25 @@ public List setPageSize(java.lang.Integer pageSize) {
716716
}
717717

718718
/**
719-
* Optional. A page token, received from a previous `ListAccounts` call. Provide this to
720-
* retrieve the subsequent page. When paginating, all other parameters provided to
721-
* `ListAccounts` must match the call that provided the page token.
719+
* Optional. A page token, received from a previous `accounts.list` call. Provide this to
720+
* retrieve the subsequent page. When paginating, all other parameters provided in the
721+
* `accounts.list` request must match the call that provided the page token.
722722
*/
723723
@com.google.api.client.util.Key
724724
private java.lang.String pageToken;
725725

726-
/** Optional. A page token, received from a previous `ListAccounts` call. Provide this to retrieve the
727-
subsequent page. When paginating, all other parameters provided to `ListAccounts` must match the
728-
call that provided the page token.
726+
/** Optional. A page token, received from a previous `accounts.list` call. Provide this to retrieve the
727+
subsequent page. When paginating, all other parameters provided in the `accounts.list` request must
728+
match the call that provided the page token.
729729
*/
730730
public java.lang.String getPageToken() {
731731
return pageToken;
732732
}
733733

734734
/**
735-
* Optional. A page token, received from a previous `ListAccounts` call. Provide this to
736-
* retrieve the subsequent page. When paginating, all other parameters provided to
737-
* `ListAccounts` must match the call that provided the page token.
735+
* Optional. A page token, received from a previous `accounts.list` call. Provide this to
736+
* retrieve the subsequent page. When paginating, all other parameters provided in the
737+
* `accounts.list` request must match the call that provided the page token.
738738
*/
739739
public List setPageToken(java.lang.String pageToken) {
740740
this.pageToken = pageToken;
@@ -747,8 +747,8 @@ public List set(String parameterName, Object value) {
747747
}
748748
}
749749
/**
750-
* List all sub-accounts for a given multi client account. This is a convenience wrapper for the
751-
* more powerful `ListAccounts` method. This method will produce the same results as calling
750+
* List all sub-accounts for a given advanced account. This is a convenience wrapper for the more
751+
* powerful `accounts.list` method. This method will produce the same results as calling
752752
* `ListsAccounts` with the following filter: `relationship(providerId={parent} AND
753753
* service(type="ACCOUNT_AGGREGATION"))`
754754
*
@@ -774,8 +774,8 @@ public class ListSubaccounts extends MerchantRequest<com.google.api.services.mer
774774
java.util.regex.Pattern.compile("^accounts/[^/]+$");
775775

776776
/**
777-
* List all sub-accounts for a given multi client account. This is a convenience wrapper for the
778-
* more powerful `ListAccounts` method. This method will produce the same results as calling
777+
* List all sub-accounts for a given advanced account. This is a convenience wrapper for the more
778+
* powerful `accounts.list` method. This method will produce the same results as calling
779779
* `ListsAccounts` with the following filter: `relationship(providerId={parent} AND
780780
* service(type="ACCOUNT_AGGREGATION"))`
781781
*
@@ -913,25 +913,25 @@ public ListSubaccounts setPageSize(java.lang.Integer pageSize) {
913913
}
914914

915915
/**
916-
* Optional. A page token, received from a previous `ListAccounts` call. Provide this to
917-
* retrieve the subsequent page. When paginating, all other parameters provided to
918-
* `ListAccounts` must match the call that provided the page token.
916+
* Optional. A page token, received from a previous `accounts.list` call. Provide this to
917+
* retrieve the subsequent page. When paginating, all other parameters provided in the
918+
* `accounts.list` request must match the call that provided the page token.
919919
*/
920920
@com.google.api.client.util.Key
921921
private java.lang.String pageToken;
922922

923-
/** Optional. A page token, received from a previous `ListAccounts` call. Provide this to retrieve the
924-
subsequent page. When paginating, all other parameters provided to `ListAccounts` must match the
925-
call that provided the page token.
923+
/** Optional. A page token, received from a previous `accounts.list` call. Provide this to retrieve the
924+
subsequent page. When paginating, all other parameters provided in the `accounts.list` request must
925+
match the call that provided the page token.
926926
*/
927927
public java.lang.String getPageToken() {
928928
return pageToken;
929929
}
930930

931931
/**
932-
* Optional. A page token, received from a previous `ListAccounts` call. Provide this to
933-
* retrieve the subsequent page. When paginating, all other parameters provided to
934-
* `ListAccounts` must match the call that provided the page token.
932+
* Optional. A page token, received from a previous `accounts.list` call. Provide this to
933+
* retrieve the subsequent page. When paginating, all other parameters provided in the
934+
* `accounts.list` request must match the call that provided the page token.
935935
*/
936936
public ListSubaccounts setPageToken(java.lang.String pageToken) {
937937
this.pageToken = pageToken;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.merchantapi.accounts_v1beta.model;
1818

1919
/**
20-
* Response message for the `ListAccounts` method.
20+
* Response message for the `accounts.list` method.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:

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-rev20250618-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250618-2.0.0</name>
11+
<version>accounts_v1beta-rev20250621-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250621-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-rev20250618-2.0.0</version>
25+
<version>accounts_v1beta-rev20250621-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250621-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-rev20250618-2.0.0</version>
25+
<version>datasources_v1beta-rev20250621-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20250621-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* <p>
2727
* For more information about this service, see the
28-
* <a href="https://developers.devsite.corp.google.com/merchant/api" target="_blank">API Documentation</a>
28+
* <a href="https://developers.google.com/merchant/api" target="_blank">API Documentation</a>
2929
* </p>
3030
*
3131
* <p>

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-rev20250618-2.0.0</version>
12-
<name>Merchant API datasources_v1beta-rev20250618-2.0.0</name>
11+
<version>datasources_v1beta-rev20250621-2.0.0</version>
12+
<name>Merchant API datasources_v1beta-rev20250621-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

0 commit comments

Comments
 (0)