Skip to content

Commit 73fd995

Browse files
feat: Automated regeneration of displayvideo v2 client (#24443)
Auto-created at 2025-09-28 10:38:06 +0000 using the toys pull request generator.
1 parent 220b62d commit 73fd995

File tree

3 files changed

+13
-18
lines changed

3 files changed

+13
-18
lines changed

generated/google-apis-displayvideo_v2/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_v2
22

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

59
* Regenerated from discovery document revision 20250819

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

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4863,11 +4863,8 @@ class DuplicateLineItemRequest
48634863
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
48644864
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
48654865
# otherwise specified. This field can then be updated using the UI, API, or
4866-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
4867-
# must be set. If not, either the value `
4868-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
4869-
# if the parent advertiser has declared that it does not serve EU political ads,
4870-
# or **the request will fail**.
4866+
# Structured Data Files. This field must be assigned when creating a new line
4867+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
48714868
# Corresponds to the JSON property `containsEuPoliticalAds`
48724869
# @return [String]
48734870
attr_accessor :contains_eu_political_ads
@@ -5525,11 +5522,8 @@ class GenerateDefaultLineItemRequest
55255522
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
55265523
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
55275524
# otherwise specified. This field can then be updated using the UI, API, or
5528-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
5529-
# must be set. If not, either the value `
5530-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
5531-
# if the parent advertiser has declared that it does not serve EU political ads,
5532-
# or **the request will fail**.
5525+
# Structured Data Files. This field must be assigned when creating a new line
5526+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
55335527
# Corresponds to the JSON property `containsEuPoliticalAds`
55345528
# @return [String]
55355529
attr_accessor :contains_eu_political_ads
@@ -7079,11 +7073,8 @@ class LineItem
70797073
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
70807074
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
70817075
# otherwise specified. This field can then be updated using the UI, API, or
7082-
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
7083-
# must be set when creating a new line item. If not, either the value `
7084-
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent
7085-
# advertiser has declared that it does not serve EU political ads, or **the `
7086-
# advertisers.lineItems.create` request will fail**.
7076+
# Structured Data Files. This field must be assigned when creating a new line
7077+
# item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
70877078
# Corresponds to the JSON property `containsEuPoliticalAds`
70887079
# @return [String]
70897080
attr_accessor :contains_eu_political_ads
@@ -12004,7 +11995,7 @@ class YoutubeAndPartnersThirdPartyMeasurementSettings
1200411995
attr_accessor :brand_lift_vendor_configs
1200511996

1200611997
# The third-party vendors measuring brand safety. The following third-party
12007-
# vendors are applicable: * `THIRD_PARTY_VENDOR_ZERF` * `
11998+
# vendors are applicable: * `THIRD_PARTY_VENDOR_ZEFR` * `
1200811999
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
1200912000
# Corresponds to the JSON property `brandSafetyVendorConfigs`
1201012001
# @return [Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>]

generated/google-apis-displayvideo_v2/lib/google/apis/displayvideo_v2/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 DisplayvideoV2
1818
# Version of the google-apis-displayvideo_v2 gem
19-
GEM_VERSION = "0.51.0"
19+
GEM_VERSION = "0.52.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)