Skip to content

Commit ea96eed

Browse files
1 parent 34a17af commit ea96eed

File tree

19 files changed

+102
-138
lines changed

19 files changed

+102
-138
lines changed

clients/google-api-services-displayvideo/v2/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-displayvideo</artifactId>
25-
<version>v2-rev20250909-2.0.0</version>
25+
<version>v2-rev20250925-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-displayvideo:v2-rev20250909-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/DuplicateLineItemRequest.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ public final class DuplicateLineItemRequest extends com.google.api.client.json.G
3434
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
3535
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
3636
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
37-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
38-
* **September 8, 2025**, this field must be set. If not, either the value
39-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
40-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
37+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
38+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
39+
* will fail**.
4140
* The value may be {@code null}.
4241
*/
4342
@com.google.api.client.util.Key
@@ -54,10 +53,9 @@ public final class DuplicateLineItemRequest extends com.google.api.client.json.G
5453
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
5554
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
5655
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
57-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
58-
* **September 8, 2025**, this field must be set. If not, either the value
59-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
60-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
56+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
57+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
58+
* will fail**.
6159
* @return value or {@code null} for none
6260
*/
6361
public java.lang.String getContainsEuPoliticalAds() {
@@ -68,10 +66,9 @@ public java.lang.String getContainsEuPoliticalAds() {
6866
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
6967
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
7068
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
71-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
72-
* **September 8, 2025**, this field must be set. If not, either the value
73-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
74-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
69+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
70+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
71+
* will fail**.
7572
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
7673
*/
7774
public DuplicateLineItemRequest setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/GenerateDefaultLineItemRequest.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ public final class GenerateDefaultLineItemRequest extends com.google.api.client.
3434
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
3535
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
3636
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
37-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
38-
* **September 8, 2025**, this field must be set. If not, either the value
39-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
40-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
37+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
38+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
39+
* will fail**.
4140
* The value may be {@code null}.
4241
*/
4342
@com.google.api.client.util.Key
@@ -77,10 +76,9 @@ public final class GenerateDefaultLineItemRequest extends com.google.api.client.
7776
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
7877
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
7978
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
80-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
81-
* **September 8, 2025**, this field must be set. If not, either the value
82-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
83-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
79+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
80+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
81+
* will fail**.
8482
* @return value or {@code null} for none
8583
*/
8684
public java.lang.String getContainsEuPoliticalAds() {
@@ -91,10 +89,9 @@ public java.lang.String getContainsEuPoliticalAds() {
9189
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
9290
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
9391
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
94-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
95-
* **September 8, 2025**, this field must be set. If not, either the value
96-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
97-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
92+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
93+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
94+
* will fail**.
9895
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
9996
*/
10097
public GenerateDefaultLineItemRequest setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/LineItem.java

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ public final class LineItem extends com.google.api.client.json.GenericJson {
6262
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
6363
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
6464
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
65-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
66-
* **September 8, 2025**, this field must be set when creating a new line item. If not, either the
67-
* value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has
68-
* declared that it does not serve EU political ads, or **the `advertisers.lineItems.create`
69-
* request will fail**.
65+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
66+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
67+
* will fail**.
7068
* The value may be {@code null}.
7169
*/
7270
@com.google.api.client.util.Key
@@ -304,11 +302,9 @@ public LineItem setCampaignId(java.lang.Long campaignId) {
304302
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
305303
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
306304
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
307-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
308-
* **September 8, 2025**, this field must be set when creating a new line item. If not, either the
309-
* value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has
310-
* declared that it does not serve EU political ads, or **the `advertisers.lineItems.create`
311-
* request will fail**.
305+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
306+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
307+
* will fail**.
312308
* @return value or {@code null} for none
313309
*/
314310
public java.lang.String getContainsEuPoliticalAds() {
@@ -319,11 +315,9 @@ public java.lang.String getContainsEuPoliticalAds() {
319315
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
320316
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
321317
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
322-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
323-
* **September 8, 2025**, this field must be set when creating a new line item. If not, either the
324-
* value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has
325-
* declared that it does not serve EU political ads, or **the `advertisers.lineItems.create`
326-
* request will fail**.
318+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
319+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
320+
* will fail**.
327321
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
328322
*/
329323
public LineItem setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/YoutubeAndPartnersThirdPartyMeasurementSettings.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class YoutubeAndPartnersThirdPartyMeasurementSettings extends com.g
4646

4747
/**
4848
* The third-party vendors measuring brand safety. The following third-party vendors are
49-
* applicable: * `THIRD_PARTY_VENDOR_ZERF` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` *
49+
* applicable: * `THIRD_PARTY_VENDOR_ZEFR` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` *
5050
* `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
5151
* The value may be {@code null}.
5252
*/
@@ -110,7 +110,7 @@ public YoutubeAndPartnersThirdPartyMeasurementSettings setBrandLiftVendorConfigs
110110

111111
/**
112112
* The third-party vendors measuring brand safety. The following third-party vendors are
113-
* applicable: * `THIRD_PARTY_VENDOR_ZERF` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` *
113+
* applicable: * `THIRD_PARTY_VENDOR_ZEFR` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` *
114114
* `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
115115
* @return value or {@code null} for none
116116
*/
@@ -120,7 +120,7 @@ public java.util.List<ThirdPartyVendorConfig> getBrandSafetyVendorConfigs() {
120120

121121
/**
122122
* The third-party vendors measuring brand safety. The following third-party vendors are
123-
* applicable: * `THIRD_PARTY_VENDOR_ZERF` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` *
123+
* applicable: * `THIRD_PARTY_VENDOR_ZEFR` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` *
124124
* `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
125125
* @param brandSafetyVendorConfigs brandSafetyVendorConfigs or {@code null} for none
126126
*/

clients/google-api-services-displayvideo/v2/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-displayvideo</artifactId>
11-
<version>v2-rev20250909-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20250909-2.0.0</name>
11+
<version>v2-rev20250925-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20250925-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v2/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-displayvideo</artifactId>
25-
<version>v2-rev20250909-2.0.0</version>
25+
<version>v2-rev20250925-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-displayvideo:v2-rev20250909-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v3/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-displayvideo</artifactId>
25-
<version>v3-rev20250909-2.0.0</version>
25+
<version>v3-rev20250925-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-displayvideo:v3-rev20250909-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/DuplicateLineItemRequest.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ public final class DuplicateLineItemRequest extends com.google.api.client.json.G
3434
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
3535
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
3636
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
37-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
38-
* **September 8, 2025**, this field must be set. If not, either the value
39-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
40-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
37+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
38+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
39+
* will fail**.
4140
* The value may be {@code null}.
4241
*/
4342
@com.google.api.client.util.Key
@@ -54,10 +53,9 @@ public final class DuplicateLineItemRequest extends com.google.api.client.json.G
5453
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
5554
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
5655
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
57-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
58-
* **September 8, 2025**, this field must be set. If not, either the value
59-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
60-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
56+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
57+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
58+
* will fail**.
6159
* @return value or {@code null} for none
6260
*/
6361
public java.lang.String getContainsEuPoliticalAds() {
@@ -68,10 +66,9 @@ public java.lang.String getContainsEuPoliticalAds() {
6866
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
6967
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
7068
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
71-
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
72-
* **September 8, 2025**, this field must be set. If not, either the value
73-
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
74-
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
69+
* This field can then be updated using the UI, API, or Structured Data Files. This field must be
70+
* assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request
71+
* will fail**.
7572
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
7673
*/
7774
public DuplicateLineItemRequest setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {

0 commit comments

Comments
 (0)