diff --git a/clients/google-api-services-dfareporting/v5/2.0.0/README.md b/clients/google-api-services-dfareporting/v5/2.0.0/README.md index 6e03cae7762..1878006a076 100644 --- a/clients/google-api-services-dfareporting/v5/2.0.0/README.md +++ b/clients/google-api-services-dfareporting/v5/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-dfareporting - v5-rev20260713-2.0.0 + v5-rev20260721-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-dfareporting:v5-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-dfareporting:v5-rev20260721-2.0.0' } ``` diff --git a/clients/google-api-services-dfareporting/v5/2.0.0/com/google/api/services/dfareporting/model/Creative.java b/clients/google-api-services-dfareporting/v5/2.0.0/com/google/api/services/dfareporting/model/Creative.java index 72108c67d9b..1a339a47fdf 100644 --- a/clients/google-api-services-dfareporting/v5/2.0.0/com/google/api/services/dfareporting/model/Creative.java +++ b/clients/google-api-services-dfareporting/v5/2.0.0/com/google/api/services/dfareporting/model/Creative.java @@ -514,6 +514,15 @@ public final class Creative extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long subaccountId; + /** + * Optional. Whether to add a label to the creative as created or edited using AI when served in + * regions with local AI labeling regulations. [Learn more about labeling requirements in AI + * regulations.](https://support.google.com/campaignmanager/answer/17232030) + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String syntheticContentAttestationStatus; + /** * Third-party URL used to record backup image impressions. Applicable to the following creative * types: all RICH_MEDIA. @@ -1706,6 +1715,27 @@ public Creative setSubaccountId(java.lang.Long subaccountId) { return this; } + /** + * Optional. Whether to add a label to the creative as created or edited using AI when served in + * regions with local AI labeling regulations. [Learn more about labeling requirements in AI + * regulations.](https://support.google.com/campaignmanager/answer/17232030) + * @return value or {@code null} for none + */ + public java.lang.String getSyntheticContentAttestationStatus() { + return syntheticContentAttestationStatus; + } + + /** + * Optional. Whether to add a label to the creative as created or edited using AI when served in + * regions with local AI labeling regulations. [Learn more about labeling requirements in AI + * regulations.](https://support.google.com/campaignmanager/answer/17232030) + * @param syntheticContentAttestationStatus syntheticContentAttestationStatus or {@code null} for none + */ + public Creative setSyntheticContentAttestationStatus(java.lang.String syntheticContentAttestationStatus) { + this.syntheticContentAttestationStatus = syntheticContentAttestationStatus; + return this; + } + /** * Third-party URL used to record backup image impressions. Applicable to the following creative * types: all RICH_MEDIA. diff --git a/clients/google-api-services-dfareporting/v5/2.0.0/pom.xml b/clients/google-api-services-dfareporting/v5/2.0.0/pom.xml index ee8949449b1..3d6961cf611 100644 --- a/clients/google-api-services-dfareporting/v5/2.0.0/pom.xml +++ b/clients/google-api-services-dfareporting/v5/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-dfareporting - v5-rev20260713-2.0.0 - Campaign Manager 360 API v5-rev20260713-2.0.0 + v5-rev20260721-2.0.0 + Campaign Manager 360 API v5-rev20260721-2.0.0 jar 2011 diff --git a/clients/google-api-services-dfareporting/v5/README.md b/clients/google-api-services-dfareporting/v5/README.md index 6e03cae7762..1878006a076 100644 --- a/clients/google-api-services-dfareporting/v5/README.md +++ b/clients/google-api-services-dfareporting/v5/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-dfareporting - v5-rev20260713-2.0.0 + v5-rev20260721-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-dfareporting:v5-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-dfareporting:v5-rev20260721-2.0.0' } ```