Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v2-rev20260714-2.0.0</version>
<version>v2-rev20260720-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260714-2.0.0'
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260720-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,13 @@ public final class Creative extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.Boolean skippable;

/**
* Optional. Whether the creative contains synthetic content or was created using AI.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String syntheticContentAttestationStatus;

/**
* Optional. The original third-party tag used for the creative. Required and only valid for
* third-party tag creatives. Third-party tag creatives are creatives with following
Expand Down Expand Up @@ -1255,6 +1262,23 @@ public Creative setSkippable(java.lang.Boolean skippable) {
return this;
}

/**
* Optional. Whether the creative contains synthetic content or was created using AI.
* @return value or {@code null} for none
*/
public java.lang.String getSyntheticContentAttestationStatus() {
return syntheticContentAttestationStatus;
}

/**
* Optional. Whether the creative contains synthetic content or was created using AI.
* @param syntheticContentAttestationStatus syntheticContentAttestationStatus or {@code null} for none
*/
public Creative setSyntheticContentAttestationStatus(java.lang.String syntheticContentAttestationStatus) {
this.syntheticContentAttestationStatus = syntheticContentAttestationStatus;
return this;
}

/**
* Optional. The original third-party tag used for the creative. Required and only valid for
* third-party tag creatives. Third-party tag creatives are creatives with following
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v2-rev20260714-2.0.0</version>
<name>Display &amp; Video 360 API v2-rev20260714-2.0.0</name>
<version>v2-rev20260720-2.0.0</version>
<name>Display &amp; Video 360 API v2-rev20260720-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v2-rev20260714-2.0.0</version>
<version>v2-rev20260720-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260714-2.0.0'
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260720-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v3/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v3-rev20260714-2.0.0</version>
<version>v3-rev20260720-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260714-2.0.0'
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260720-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,13 @@ public final class Creative extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.Boolean skippable;

/**
* Optional. Whether the creative contains synthetic content or was created using AI.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String syntheticContentAttestationStatus;

/**
* Optional. The original third-party tag used for the creative. Required and only valid for
* third-party tag creatives. Third-party tag creatives are creatives with following
Expand Down Expand Up @@ -1255,6 +1262,23 @@ public Creative setSkippable(java.lang.Boolean skippable) {
return this;
}

/**
* Optional. Whether the creative contains synthetic content or was created using AI.
* @return value or {@code null} for none
*/
public java.lang.String getSyntheticContentAttestationStatus() {
return syntheticContentAttestationStatus;
}

/**
* Optional. Whether the creative contains synthetic content or was created using AI.
* @param syntheticContentAttestationStatus syntheticContentAttestationStatus or {@code null} for none
*/
public Creative setSyntheticContentAttestationStatus(java.lang.String syntheticContentAttestationStatus) {
this.syntheticContentAttestationStatus = syntheticContentAttestationStatus;
return this;
}

/**
* Optional. The original third-party tag used for the creative. Required and only valid for
* third-party tag creatives. Third-party tag creatives are creatives with following
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v3/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v3-rev20260714-2.0.0</version>
<name>Display &amp; Video 360 API v3-rev20260714-2.0.0</name>
<version>v3-rev20260720-2.0.0</version>
<name>Display &amp; Video 360 API v3-rev20260720-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v3-rev20260714-2.0.0</version>
<version>v3-rev20260720-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260714-2.0.0'
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260720-2.0.0'
}
```

Expand Down
Loading