You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/AndroidPublisher.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5794,6 +5794,22 @@ public Upload setImageType(java.lang.String imageType) {
5794
5794
return this;
5795
5795
}
5796
5796
5797
+
/** Optional. Whether the image was generated by AI. Attested by the developer. */
5798
+
@com.google.api.client.util.Key
5799
+
private java.lang.String aiGeneratedState;
5800
+
5801
+
/** Optional. Whether the image was generated by AI. Attested by the developer.
5802
+
*/
5803
+
public java.lang.String getAiGeneratedState() {
5804
+
return aiGeneratedState;
5805
+
}
5806
+
5807
+
/** Optional. Whether the image was generated by AI. Attested by the developer. */
5808
+
public Upload setAiGeneratedState(java.lang.String aiGeneratedState) {
5809
+
this.aiGeneratedState = aiGeneratedState;
5810
+
return this;
5811
+
}
5812
+
5797
5813
@Override
5798
5814
public Upload set(String parameterName, Object value) {
Copy file name to clipboardExpand all lines: clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/Image.java
0 commit comments