Skip to content

Commit 52cf916

Browse files
1 parent fb43704 commit 52cf916

File tree

10 files changed

+64
-68
lines changed

10 files changed

+64
-68
lines changed

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-rev20260305-2.0.0</version>
25+
<version>accounts_v1-rev20260310-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-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260310-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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11017,8 +11017,7 @@ public Create set(String parameterName, Object value) {
1101711017
}
1101811018
/**
1101911019
* Deletes a Merchant Center account user. Executing this method requires admin access. The user to
11020-
* be deleted can't be the last admin user of that account. Also a user is protected from deletion
11021-
* if it is managed by Business Manager"
11020+
* be deleted can't be the last admin user of that account.
1102211021
*
1102311022
* Create a request for the method "users.delete".
1102411023
*
@@ -11045,8 +11044,7 @@ public class Delete extends MerchantRequest<com.google.api.services.merchantapi.
1104511044

1104611045
/**
1104711046
* Deletes a Merchant Center account user. Executing this method requires admin access. The user
11048-
* to be deleted can't be the last admin user of that account. Also a user is protected from
11049-
* deletion if it is managed by Business Manager"
11047+
* to be deleted can't be the last admin user of that account.
1105011048
*
1105111049
* Create a request for the method "users.delete".
1105211050
*

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,43 +30,43 @@
3030
public final class RegisterGcpRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Immutable. If the developer email provided is associated with a user in the merchant account
34-
* provided, the user will be updated to have "API developer" access type and the email preference
35-
* corresponding to that user will be updated to have the new "API notifications" preference. If
36-
* the developer email provided is not associated with any user we will just add it as a contact.
37-
* The email preference corresponding to that contact will have the new "API notifications"
38-
* preference. Make sure the email used is associated with a Google Account (Google Workspace
39-
* account or Gmail account) and is not a service account as service accounts can't receive
40-
* emails.
33+
* Immutable. Optional field. Developer role can be also added by using `users.update` method. If
34+
* the developer email provided is associated with a user in the provided merchant account, the
35+
* user will be updated to have `API_DEVELOPER` `access_rights` and the email preference
36+
* corresponding to that user will be updated to have the new API notifications preference. If the
37+
* developer email provided is not associated with any user, it is added as a contact. The email
38+
* preference corresponding to that contact will have the new API notifications preference. Make
39+
* sure the email used is associated with a Google Account and is not a service account as service
40+
* accounts can't receive emails.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String developerEmail;
4545

4646
/**
47-
* Immutable. If the developer email provided is associated with a user in the merchant account
48-
* provided, the user will be updated to have "API developer" access type and the email preference
49-
* corresponding to that user will be updated to have the new "API notifications" preference. If
50-
* the developer email provided is not associated with any user we will just add it as a contact.
51-
* The email preference corresponding to that contact will have the new "API notifications"
52-
* preference. Make sure the email used is associated with a Google Account (Google Workspace
53-
* account or Gmail account) and is not a service account as service accounts can't receive
54-
* emails.
47+
* Immutable. Optional field. Developer role can be also added by using `users.update` method. If
48+
* the developer email provided is associated with a user in the provided merchant account, the
49+
* user will be updated to have `API_DEVELOPER` `access_rights` and the email preference
50+
* corresponding to that user will be updated to have the new API notifications preference. If the
51+
* developer email provided is not associated with any user, it is added as a contact. The email
52+
* preference corresponding to that contact will have the new API notifications preference. Make
53+
* sure the email used is associated with a Google Account and is not a service account as service
54+
* accounts can't receive emails.
5555
* @return value or {@code null} for none
5656
*/
5757
public java.lang.String getDeveloperEmail() {
5858
return developerEmail;
5959
}
6060

6161
/**
62-
* Immutable. If the developer email provided is associated with a user in the merchant account
63-
* provided, the user will be updated to have "API developer" access type and the email preference
64-
* corresponding to that user will be updated to have the new "API notifications" preference. If
65-
* the developer email provided is not associated with any user we will just add it as a contact.
66-
* The email preference corresponding to that contact will have the new "API notifications"
67-
* preference. Make sure the email used is associated with a Google Account (Google Workspace
68-
* account or Gmail account) and is not a service account as service accounts can't receive
69-
* emails.
62+
* Immutable. Optional field. Developer role can be also added by using `users.update` method. If
63+
* the developer email provided is associated with a user in the provided merchant account, the
64+
* user will be updated to have `API_DEVELOPER` `access_rights` and the email preference
65+
* corresponding to that user will be updated to have the new API notifications preference. If the
66+
* developer email provided is not associated with any user, it is added as a contact. The email
67+
* preference corresponding to that contact will have the new API notifications preference. Make
68+
* sure the email used is associated with a Google Account and is not a service account as service
69+
* accounts can't receive emails.
7070
* @param developerEmail developerEmail or {@code null} for none
7171
*/
7272
public RegisterGcpRequest setDeveloperEmail(java.lang.String developerEmail) {

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-rev20260305-2.0.0</version>
12-
<name>Merchant API accounts_v1-rev20260305-2.0.0</name>
11+
<version>accounts_v1-rev20260310-2.0.0</version>
12+
<name>Merchant API accounts_v1-rev20260310-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-rev20260305-2.0.0</version>
25+
<version>accounts_v1-rev20260310-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-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260310-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-rev20260305-2.0.0</version>
25+
<version>accounts_v1beta-rev20260310-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-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260310-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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10769,8 +10769,7 @@ public Create set(String parameterName, Object value) {
1076910769
}
1077010770
/**
1077110771
* Deletes a Merchant Center account user. Executing this method requires admin access. The user to
10772-
* be deleted can't be the last admin user of that account. Also a user is protected from deletion
10773-
* if it is managed by Business Manager"
10772+
* be deleted can't be the last admin user of that account.
1077410773
*
1077510774
* Create a request for the method "users.delete".
1077610775
*
@@ -10797,8 +10796,7 @@ public class Delete extends MerchantRequest<com.google.api.services.merchantapi.
1079710796

1079810797
/**
1079910798
* Deletes a Merchant Center account user. Executing this method requires admin access. The user
10800-
* to be deleted can't be the last admin user of that account. Also a user is protected from
10801-
* deletion if it is managed by Business Manager"
10799+
* to be deleted can't be the last admin user of that account.
1080210800
*
1080310801
* Create a request for the method "users.delete".
1080410802
*

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,43 +30,43 @@
3030
public final class RegisterGcpRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Immutable. If the developer email provided is associated with a user in the merchant account
34-
* provided, the user will be updated to have "API developer" access type and the email preference
35-
* corresponding to that user will be updated to have the new "API notifications" preference. If
36-
* the developer email provided is not associated with any user we will just add it as a contact.
37-
* The email preference corresponding to that contact will have the new "API notifications"
38-
* preference. Make sure the email used is associated with a Google Account (Google Workspace
39-
* account or Gmail account) and is not a service account as service accounts can't receive
40-
* emails.
33+
* Immutable. Optional field. Developer role can be also added by using `users.update` method. If
34+
* the developer email provided is associated with a user in the provided merchant account, the
35+
* user will be updated to have `API_DEVELOPER` `access_rights` and the email preference
36+
* corresponding to that user will be updated to have the new API notifications preference. If the
37+
* developer email provided is not associated with any user, it is added as a contact. The email
38+
* preference corresponding to that contact will have the new API notifications preference. Make
39+
* sure the email used is associated with a Google Account and is not a service account as service
40+
* accounts can't receive emails.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String developerEmail;
4545

4646
/**
47-
* Immutable. If the developer email provided is associated with a user in the merchant account
48-
* provided, the user will be updated to have "API developer" access type and the email preference
49-
* corresponding to that user will be updated to have the new "API notifications" preference. If
50-
* the developer email provided is not associated with any user we will just add it as a contact.
51-
* The email preference corresponding to that contact will have the new "API notifications"
52-
* preference. Make sure the email used is associated with a Google Account (Google Workspace
53-
* account or Gmail account) and is not a service account as service accounts can't receive
54-
* emails.
47+
* Immutable. Optional field. Developer role can be also added by using `users.update` method. If
48+
* the developer email provided is associated with a user in the provided merchant account, the
49+
* user will be updated to have `API_DEVELOPER` `access_rights` and the email preference
50+
* corresponding to that user will be updated to have the new API notifications preference. If the
51+
* developer email provided is not associated with any user, it is added as a contact. The email
52+
* preference corresponding to that contact will have the new API notifications preference. Make
53+
* sure the email used is associated with a Google Account and is not a service account as service
54+
* accounts can't receive emails.
5555
* @return value or {@code null} for none
5656
*/
5757
public java.lang.String getDeveloperEmail() {
5858
return developerEmail;
5959
}
6060

6161
/**
62-
* Immutable. If the developer email provided is associated with a user in the merchant account
63-
* provided, the user will be updated to have "API developer" access type and the email preference
64-
* corresponding to that user will be updated to have the new "API notifications" preference. If
65-
* the developer email provided is not associated with any user we will just add it as a contact.
66-
* The email preference corresponding to that contact will have the new "API notifications"
67-
* preference. Make sure the email used is associated with a Google Account (Google Workspace
68-
* account or Gmail account) and is not a service account as service accounts can't receive
69-
* emails.
62+
* Immutable. Optional field. Developer role can be also added by using `users.update` method. If
63+
* the developer email provided is associated with a user in the provided merchant account, the
64+
* user will be updated to have `API_DEVELOPER` `access_rights` and the email preference
65+
* corresponding to that user will be updated to have the new API notifications preference. If the
66+
* developer email provided is not associated with any user, it is added as a contact. The email
67+
* preference corresponding to that contact will have the new API notifications preference. Make
68+
* sure the email used is associated with a Google Account and is not a service account as service
69+
* accounts can't receive emails.
7070
* @param developerEmail developerEmail or {@code null} for none
7171
*/
7272
public RegisterGcpRequest setDeveloperEmail(java.lang.String developerEmail) {

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

0 commit comments

Comments
 (0)