Skip to content

Commit 22254e0

Browse files
1 parent 1bc62cb commit 22254e0

28 files changed

Lines changed: 626 additions & 584 deletions

File tree

clients/google-api-services-merchantapi/accounts_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>accounts_v1-rev20260318-2.0.0</version>
25+
<version>accounts_v1-rev20260402-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_v1-rev20260318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260402-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,8 @@ public GetDeveloperRegistration set(String parameterName, Object value) {
28722872
* parameters, call the {@link RegisterGcp#execute()} method to invoke the remote operation.
28732873
*
28742874
* @param name Required. The name of the developer registration to be created for the merchant account that the GCP
2875-
* will be registered with. Format: `accounts/{account}/developerRegistration`
2875+
* will be registered with. Format: `accounts/{account}/developerRegistration` The {account}
2876+
* used must be the same account where user calling this API method is directly added to.
28762877
* @param content the {@link com.google.api.services.merchantapi.accounts_v1.model.RegisterGcpRequest}
28772878
* @return the request
28782879
*/
@@ -2903,7 +2904,8 @@ public class RegisterGcp extends MerchantRequest<com.google.api.services.merchan
29032904
* must be called to initialize this instance immediately after invoking the constructor. </p>
29042905
*
29052906
* @param name Required. The name of the developer registration to be created for the merchant account that the GCP
2906-
* will be registered with. Format: `accounts/{account}/developerRegistration`
2907+
* will be registered with. Format: `accounts/{account}/developerRegistration` The {account}
2908+
* used must be the same account where user calling this API method is directly added to.
29072909
* @param content the {@link com.google.api.services.merchantapi.accounts_v1.model.RegisterGcpRequest}
29082910
* @since 1.13
29092911
*/
@@ -2975,12 +2977,15 @@ public RegisterGcp setUploadProtocol(java.lang.String uploadProtocol) {
29752977
/**
29762978
* Required. The name of the developer registration to be created for the merchant account
29772979
* that the GCP will be registered with. Format: `accounts/{account}/developerRegistration`
2980+
* The {account} used must be the same account where user calling this API method is
2981+
* directly added to.
29782982
*/
29792983
@com.google.api.client.util.Key
29802984
private java.lang.String name;
29812985

29822986
/** Required. The name of the developer registration to be created for the merchant account that the
2983-
GCP will be registered with. Format: `accounts/{account}/developerRegistration`
2987+
GCP will be registered with. Format: `accounts/{account}/developerRegistration` The {account} used
2988+
must be the same account where user calling this API method is directly added to.
29842989
*/
29852990
public java.lang.String getName() {
29862991
return name;
@@ -2989,6 +2994,8 @@ public java.lang.String getName() {
29892994
/**
29902995
* Required. The name of the developer registration to be created for the merchant account
29912996
* that the GCP will be registered with. Format: `accounts/{account}/developerRegistration`
2997+
* The {account} used must be the same account where user calling this API method is
2998+
* directly added to.
29922999
*/
29933000
public RegisterGcp setName(java.lang.String name) {
29943001
if (!getSuppressPatternChecks()) {

clients/google-api-services-merchantapi/accounts_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>accounts_v1-rev20260318-2.0.0</version>
12-
<name>Merchant API accounts_v1-rev20260318-2.0.0</name>
11+
<version>accounts_v1-rev20260402-2.0.0</version>
12+
<name>Merchant API accounts_v1-rev20260402-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_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>accounts_v1-rev20260318-2.0.0</version>
25+
<version>accounts_v1-rev20260402-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_v1-rev20260318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260402-2.0.0'
3939
}
4040
```
4141

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-rev20260318-2.0.0</version>
25+
<version>accounts_v1beta-rev20260402-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-rev20260318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260402-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: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,8 @@ public GetDeveloperRegistration set(String parameterName, Object value) {
28722872
* parameters, call the {@link RegisterGcp#execute()} method to invoke the remote operation.
28732873
*
28742874
* @param name Required. The name of the developer registration to be created for the merchant account that the GCP
2875-
* will be registered with. Format: `accounts/{account}/developerRegistration`
2875+
* will be registered with. Format: `accounts/{account}/developerRegistration` The {account}
2876+
* used must be the same account where user calling this API method is directly added to.
28762877
* @param content the {@link com.google.api.services.merchantapi.accounts_v1beta.model.RegisterGcpRequest}
28772878
* @return the request
28782879
*/
@@ -2903,7 +2904,8 @@ public class RegisterGcp extends MerchantRequest<com.google.api.services.merchan
29032904
* must be called to initialize this instance immediately after invoking the constructor. </p>
29042905
*
29052906
* @param name Required. The name of the developer registration to be created for the merchant account that the GCP
2906-
* will be registered with. Format: `accounts/{account}/developerRegistration`
2907+
* will be registered with. Format: `accounts/{account}/developerRegistration` The {account}
2908+
* used must be the same account where user calling this API method is directly added to.
29072909
* @param content the {@link com.google.api.services.merchantapi.accounts_v1beta.model.RegisterGcpRequest}
29082910
* @since 1.13
29092911
*/
@@ -2975,12 +2977,15 @@ public RegisterGcp setUploadProtocol(java.lang.String uploadProtocol) {
29752977
/**
29762978
* Required. The name of the developer registration to be created for the merchant account
29772979
* that the GCP will be registered with. Format: `accounts/{account}/developerRegistration`
2980+
* The {account} used must be the same account where user calling this API method is
2981+
* directly added to.
29782982
*/
29792983
@com.google.api.client.util.Key
29802984
private java.lang.String name;
29812985

29822986
/** Required. The name of the developer registration to be created for the merchant account that the
2983-
GCP will be registered with. Format: `accounts/{account}/developerRegistration`
2987+
GCP will be registered with. Format: `accounts/{account}/developerRegistration` The {account} used
2988+
must be the same account where user calling this API method is directly added to.
29842989
*/
29852990
public java.lang.String getName() {
29862991
return name;
@@ -2989,6 +2994,8 @@ public java.lang.String getName() {
29892994
/**
29902995
* Required. The name of the developer registration to be created for the merchant account
29912996
* that the GCP will be registered with. Format: `accounts/{account}/developerRegistration`
2997+
* The {account} used must be the same account where user calling this API method is
2998+
* directly added to.
29922999
*/
29933000
public RegisterGcp setName(java.lang.String name) {
29943001
if (!getSuppressPatternChecks()) {

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

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

0 commit comments

Comments
 (0)