Skip to content

Commit 926c483

Browse files
1 parent f4514fc commit 926c483

File tree

6 files changed

+25
-22
lines changed

6 files changed

+25
-22
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-rev20250430-2.0.0</version>
25+
<version>accounts_v1beta-rev20250505-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-rev20250430-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250505-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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,10 +2812,10 @@ public class Homepage {
28122812
* already claimed, this will recheck the verification (unless the merchant is exempted from
28132813
* claiming, which also exempts from verification) and return a successful response. If ownership
28142814
* can no longer be verified, it will return an error, but it won't clear the claim. In case of
2815-
* failure, a canonical error message will be returned: * PERMISSION_DENIED: user doesn't have the
2816-
* necessary permissions on this MC account; * FAILED_PRECONDITION: - The account is not a Merchant
2817-
* Center account; - MC account doesn't have a homepage; - claiming failed (in this case the error
2818-
* message will contain more details).
2815+
* failure, a canonical error message is returned: * PERMISSION_DENIED: User doesn't have the
2816+
* necessary permissions on this Merchant Center account. * FAILED_PRECONDITION: - The account is
2817+
* not a Merchant Center account. - Merchant Center account doesn't have a homepage. - Claiming
2818+
* failed (in this case the error message contains more details).
28192819
*
28202820
* Create a request for the method "homepage.claim".
28212821
*
@@ -2844,10 +2844,10 @@ public class Claim extends MerchantRequest<com.google.api.services.merchantapi.a
28442844
* already claimed, this will recheck the verification (unless the merchant is exempted from
28452845
* claiming, which also exempts from verification) and return a successful response. If ownership
28462846
* can no longer be verified, it will return an error, but it won't clear the claim. In case of
2847-
* failure, a canonical error message will be returned: * PERMISSION_DENIED: user doesn't have the
2848-
* necessary permissions on this MC account; * FAILED_PRECONDITION: - The account is not a
2849-
* Merchant Center account; - MC account doesn't have a homepage; - claiming failed (in this case
2850-
* the error message will contain more details).
2847+
* failure, a canonical error message is returned: * PERMISSION_DENIED: User doesn't have the
2848+
* necessary permissions on this Merchant Center account. * FAILED_PRECONDITION: - The account is
2849+
* not a Merchant Center account. - Merchant Center account doesn't have a homepage. - Claiming
2850+
* failed (in this case the error message contains more details).
28512851
*
28522852
* Create a request for the method "homepage.claim".
28532853
*

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ public final class ClaimHomepageRequest extends com.google.api.client.json.Gener
3131

3232
/**
3333
* Optional. When set to `true`, this option removes any existing claim on the requested website
34-
* and replaces it with a claim from the account that makes the request.
34+
* from any other account to the account making the request, effectively replacing the previous
35+
* claim.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.lang.Boolean overwrite;
3940

4041
/**
4142
* Optional. When set to `true`, this option removes any existing claim on the requested website
42-
* and replaces it with a claim from the account that makes the request.
43+
* from any other account to the account making the request, effectively replacing the previous
44+
* claim.
4345
* @return value or {@code null} for none
4446
*/
4547
public java.lang.Boolean getOverwrite() {
@@ -48,7 +50,8 @@ public java.lang.Boolean getOverwrite() {
4850

4951
/**
5052
* Optional. When set to `true`, this option removes any existing claim on the requested website
51-
* and replaces it with a claim from the account that makes the request.
53+
* from any other account to the account making the request, effectively replacing the previous
54+
* claim.
5255
* @param overwrite overwrite or {@code null} for none
5356
*/
5457
public ClaimHomepageRequest setOverwrite(java.lang.Boolean overwrite) {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
/**
2020
* Defines participation in a given program for the specified account. Programs provide a mechanism
21-
* for adding functionality to merchant accounts. A typical example of this is the [Free product lis
22-
* tings](https://support.google.com/merchants/topic/9240261?ref_topic=7257954,7259405,&sjid=7966486
23-
* 81813264022-EU) program, which enables products from a merchant's store to be shown across Google
24-
* for free. The following list is the available set of program resource IDs accessible through the
25-
* API: * `free-listings` * `shopping-ads` * `youtube-shopping-checkout`
21+
* for adding functionality to merchant accounts. A typical example of this is the [Free product
22+
* listings](https://support.google.com/merchants/answer/13889434) program, which enables products
23+
* from a merchant's store to be shown across Google for free. The following list is the available
24+
* set of program resource IDs accessible through the API: * `free-listings` * `shopping-ads` *
25+
* `youtube-shopping-checkout`
2626
*
2727
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2828
* 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-rev20250430-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250430-2.0.0</name>
11+
<version>accounts_v1beta-rev20250505-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250505-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-rev20250430-2.0.0</version>
25+
<version>accounts_v1beta-rev20250505-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-rev20250430-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250505-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)