Skip to content

Commit 9775d8f

Browse files
feat: Automated regeneration of displayvideo v3 client
1 parent 02e4a01 commit 9775d8f

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

generated/google-apis-displayvideo_v3/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_v3
22

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

59
* Regenerated from discovery document revision 20250819

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

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5856,11 +5856,8 @@ class DuplicateLineItemRequest
58565856
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
58575857
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
58585858
# otherwise specified. This field can then be updated using the UI, API, or
5859-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
5860-
# must be set. If not, either the value `
5861-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
5862-
# if the parent advertiser has declared that it does not serve EU political ads,
5863-
# or **the request will fail**.
5859+
# Structured Data Files. This field must be assigned when creating a new line
5860+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
58645861
# Corresponds to the JSON property `containsEuPoliticalAds`
58655862
# @return [String]
58665863
attr_accessor :contains_eu_political_ads
@@ -6791,11 +6788,8 @@ class GenerateDefaultLineItemRequest
67916788
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
67926789
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
67936790
# otherwise specified. This field can then be updated using the UI, API, or
6794-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
6795-
# must be set. If not, either the value `
6796-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
6797-
# if the parent advertiser has declared that it does not serve EU political ads,
6798-
# or **the request will fail**.
6791+
# Structured Data Files. This field must be assigned when creating a new line
6792+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
67996793
# Corresponds to the JSON property `containsEuPoliticalAds`
68006794
# @return [String]
68016795
attr_accessor :contains_eu_political_ads
@@ -8421,11 +8415,8 @@ class LineItem
84218415
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
84228416
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
84238417
# otherwise specified. This field can then be updated using the UI, API, or
8424-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
8425-
# must be set when creating a new line item. If not, either the value `
8426-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent
8427-
# advertiser has declared that it does not serve EU political ads, or **the `
8428-
# advertisers.lineItems.create` request will fail**.
8418+
# Structured Data Files. This field must be assigned when creating a new line
8419+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
84298420
# Corresponds to the JSON property `containsEuPoliticalAds`
84308421
# @return [String]
84318422
attr_accessor :contains_eu_political_ads

generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/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 DisplayvideoV3
1818
# Version of the google-apis-displayvideo_v3 gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.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)