Skip to content

Commit 4cad933

Browse files
1 parent 3ab463b commit 4cad933

File tree

8 files changed

+30
-18
lines changed

8 files changed

+30
-18
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-rev20250823-2.0.0</version>
25+
<version>accounts_v1-rev20250826-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-rev20250823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20250826-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ public final class RegisterGcpRequest extends com.google.api.client.json.Generic
3535
* corresponding to that user will be updated to have the new "API notifications" preference. If
3636
* the developer email provided is not associated with any user we will just add it as a contact.
3737
* The email preference corresponding to that contact will have the new "API notifications"
38-
* preference
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.
3941
* The value may be {@code null}.
4042
*/
4143
@com.google.api.client.util.Key
@@ -47,7 +49,9 @@ public final class RegisterGcpRequest extends com.google.api.client.json.Generic
4749
* corresponding to that user will be updated to have the new "API notifications" preference. If
4850
* the developer email provided is not associated with any user we will just add it as a contact.
4951
* The email preference corresponding to that contact will have the new "API notifications"
50-
* preference
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.
5155
* @return value or {@code null} for none
5256
*/
5357
public java.lang.String getDeveloperEmail() {
@@ -60,7 +64,9 @@ public java.lang.String getDeveloperEmail() {
6064
* corresponding to that user will be updated to have the new "API notifications" preference. If
6165
* the developer email provided is not associated with any user we will just add it as a contact.
6266
* The email preference corresponding to that contact will have the new "API notifications"
63-
* preference
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.
6470
* @param developerEmail developerEmail or {@code null} for none
6571
*/
6672
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-rev20250823-2.0.0</version>
12-
<name>Merchant API accounts_v1-rev20250823-2.0.0</name>
11+
<version>accounts_v1-rev20250826-2.0.0</version>
12+
<name>Merchant API accounts_v1-rev20250826-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-rev20250823-2.0.0</version>
25+
<version>accounts_v1-rev20250826-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-rev20250823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20250826-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-rev20250819-2.0.0</version>
25+
<version>accounts_v1beta-rev20250826-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-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250826-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ public final class RegisterGcpRequest extends com.google.api.client.json.Generic
3535
* corresponding to that user will be updated to have the new "API notifications" preference. If
3636
* the developer email provided is not associated with any user we will just add it as a contact.
3737
* The email preference corresponding to that contact will have the new "API notifications"
38-
* preference
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.
3941
* The value may be {@code null}.
4042
*/
4143
@com.google.api.client.util.Key
@@ -47,7 +49,9 @@ public final class RegisterGcpRequest extends com.google.api.client.json.Generic
4749
* corresponding to that user will be updated to have the new "API notifications" preference. If
4850
* the developer email provided is not associated with any user we will just add it as a contact.
4951
* The email preference corresponding to that contact will have the new "API notifications"
50-
* preference
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.
5155
* @return value or {@code null} for none
5256
*/
5357
public java.lang.String getDeveloperEmail() {
@@ -60,7 +64,9 @@ public java.lang.String getDeveloperEmail() {
6064
* corresponding to that user will be updated to have the new "API notifications" preference. If
6165
* the developer email provided is not associated with any user we will just add it as a contact.
6266
* The email preference corresponding to that contact will have the new "API notifications"
63-
* preference
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.
6470
* @param developerEmail developerEmail or {@code null} for none
6571
*/
6672
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-rev20250819-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250819-2.0.0</name>
11+
<version>accounts_v1beta-rev20250826-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250826-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-rev20250819-2.0.0</version>
25+
<version>accounts_v1beta-rev20250826-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-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250826-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)