diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/README.md b/clients/google-api-services-androidpublisher/v3/2.0.0/README.md
index faf0e252f7d..33cc5f947e5 100644
--- a/clients/google-api-services-androidpublisher/v3/2.0.0/README.md
+++ b/clients/google-api-services-androidpublisher/v3/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-androidpublisher
- v3-rev20260528-2.0.0
+ v3-rev20260625-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20260528-2.0.0'
+ implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20260625-2.0.0'
}
```
diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/AndroidPublisher.java b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/AndroidPublisher.java
index f67617d095b..3987c2fff8f 100644
--- a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/AndroidPublisher.java
+++ b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/AndroidPublisher.java
@@ -5794,6 +5794,22 @@ public Upload setImageType(java.lang.String imageType) {
return this;
}
+ /** Optional. Whether the image was generated by AI. Attested by the developer. */
+ @com.google.api.client.util.Key
+ private java.lang.String aiGeneratedState;
+
+ /** Optional. Whether the image was generated by AI. Attested by the developer.
+ */
+ public java.lang.String getAiGeneratedState() {
+ return aiGeneratedState;
+ }
+
+ /** Optional. Whether the image was generated by AI. Attested by the developer. */
+ public Upload setAiGeneratedState(java.lang.String aiGeneratedState) {
+ this.aiGeneratedState = aiGeneratedState;
+ return this;
+ }
+
@Override
public Upload set(String parameterName, Object value) {
return (Upload) super.set(parameterName, value);
diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/Image.java b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/Image.java
index ba6ae28d21c..31c13335b56 100644
--- a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/Image.java
+++ b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/Image.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class Image extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Whether the image was generated by AI. Attested by the developer.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String aiGeneratedState;
+
/**
* A unique id representing this image.
* The value may be {@code null}.
@@ -58,6 +65,23 @@ public final class Image extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String url;
+ /**
+ * Optional. Whether the image was generated by AI. Attested by the developer.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getAiGeneratedState() {
+ return aiGeneratedState;
+ }
+
+ /**
+ * Optional. Whether the image was generated by AI. Attested by the developer.
+ * @param aiGeneratedState aiGeneratedState or {@code null} for none
+ */
+ public Image setAiGeneratedState(java.lang.String aiGeneratedState) {
+ this.aiGeneratedState = aiGeneratedState;
+ return this;
+ }
+
/**
* A unique id representing this image.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml b/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml
index 4985bd6f6e9..769626b4ab2 100644
--- a/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml
+++ b/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-androidpublisher
- v3-rev20260528-2.0.0
- Google Play Android Developer API v3-rev20260528-2.0.0
+ v3-rev20260625-2.0.0
+ Google Play Android Developer API v3-rev20260625-2.0.0
jar
2011
diff --git a/clients/google-api-services-androidpublisher/v3/README.md b/clients/google-api-services-androidpublisher/v3/README.md
index faf0e252f7d..33cc5f947e5 100644
--- a/clients/google-api-services-androidpublisher/v3/README.md
+++ b/clients/google-api-services-androidpublisher/v3/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-androidpublisher
- v3-rev20260528-2.0.0
+ v3-rev20260625-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20260528-2.0.0'
+ implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20260625-2.0.0'
}
```