Skip to content

Commit b51d2fa

Browse files
feat: Automated regeneration of displayvideo v4 client (#24395)
Auto-created at 2025-09-28 09:28:54 +0000 using the toys pull request generator.
1 parent 4a92ab6 commit b51d2fa

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

generated/google-apis-displayvideo_v4/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-displayvideo_v4
22

3+
### v0.12.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250925
6+
37
### v0.11.0 (2025-08-24)
48

59
* Regenerated from discovery document revision 20250819

generated/google-apis-displayvideo_v4/lib/google/apis/displayvideo_v4/classes.rb

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5863,11 +5863,8 @@ class DuplicateLineItemRequest
58635863
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
58645864
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
58655865
# otherwise specified. This field can then be updated using the UI, API, or
5866-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
5867-
# must be set. If not, either the value `
5868-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
5869-
# if the parent advertiser has declared that it does not serve EU political ads,
5870-
# or **the request will fail**.
5866+
# Structured Data Files. This field must be assigned when creating a new line
5867+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
58715868
# Corresponds to the JSON property `containsEuPoliticalAds`
58725869
# @return [String]
58735870
attr_accessor :contains_eu_political_ads
@@ -6799,11 +6796,8 @@ class GenerateDefaultLineItemRequest
67996796
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
68006797
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
68016798
# otherwise specified. This field can then be updated using the UI, API, or
6802-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
6803-
# must be set. If not, either the value `
6804-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
6805-
# if the parent advertiser has declared that it does not serve EU political ads,
6806-
# or **the request will fail**.
6799+
# Structured Data Files. This field must be assigned when creating a new line
6800+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
68076801
# Corresponds to the JSON property `containsEuPoliticalAds`
68086802
# @return [String]
68096803
attr_accessor :contains_eu_political_ads
@@ -8429,11 +8423,8 @@ class LineItem
84298423
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
84308424
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
84318425
# otherwise specified. This field can then be updated using the UI, API, or
8432-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
8433-
# must be set when creating a new line item. If not, either the value `
8434-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent
8435-
# advertiser has declared that it does not serve EU political ads, or **the `
8436-
# advertisers.lineItems.create` request will fail**.
8426+
# Structured Data Files. This field must be assigned when creating a new line
8427+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
84378428
# Corresponds to the JSON property `containsEuPoliticalAds`
84388429
# @return [String]
84398430
attr_accessor :contains_eu_political_ads

generated/google-apis-displayvideo_v4/lib/google/apis/displayvideo_v4/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DisplayvideoV4
1818
# Version of the google-apis-displayvideo_v4 gem
19-
GEM_VERSION = "0.11.0"
19+
GEM_VERSION = "0.12.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250819"
25+
REVISION = "20250925"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)