Skip to content

Commit 720c4ff

Browse files
1 parent 057c532 commit 720c4ff

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
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-rev20250606-2.0.0</version>
25+
<version>accounts_v1beta-rev20250611-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-rev20250606-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250611-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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,9 @@ public GbpAccounts gbpAccounts() {
28052805
public class GbpAccounts {
28062806

28072807
/**
2808-
* Link the specified merchant to a GBP account for all countries.
2808+
* Link the specified merchant to a GBP account for all countries. To run this method, you must have
2809+
* admin access to the Merchant Center account. If you don't have admin access, the request fails
2810+
* with the error message `User is not an administrator of account {ACCOUNT_ID}`.
28092811
*
28102812
* Create a request for the method "gbpAccounts.linkGbpAccount".
28112813
*
@@ -2831,7 +2833,9 @@ public class LinkGbpAccount extends MerchantRequest<com.google.api.services.merc
28312833
java.util.regex.Pattern.compile("^accounts/[^/]+$");
28322834

28332835
/**
2834-
* Link the specified merchant to a GBP account for all countries.
2836+
* Link the specified merchant to a GBP account for all countries. To run this method, you must
2837+
* have admin access to the Merchant Center account. If you don't have admin access, the request
2838+
* fails with the error message `User is not an administrator of account {ACCOUNT_ID}`.
28352839
*
28362840
* Create a request for the method "gbpAccounts.linkGbpAccount".
28372841
*

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-rev20250606-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250606-2.0.0</name>
11+
<version>accounts_v1beta-rev20250611-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250611-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-rev20250606-2.0.0</version>
25+
<version>accounts_v1beta-rev20250611-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-rev20250606-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250611-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)