diff --git a/generated/google-apis-displayvideo_v3/CHANGELOG.md b/generated/google-apis-displayvideo_v3/CHANGELOG.md index ebe4daedb8e..72075455212 100644 --- a/generated/google-apis-displayvideo_v3/CHANGELOG.md +++ b/generated/google-apis-displayvideo_v3/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-displayvideo_v3 +### v0.34.0 (2025-09-28) + +* Regenerated from discovery document revision 20250925 + ### v0.33.0 (2025-08-24) * Regenerated from discovery document revision 20250819 diff --git a/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/classes.rb b/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/classes.rb index 82f1079f055..e918f6524a1 100644 --- a/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/classes.rb +++ b/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/classes.rb @@ -5856,11 +5856,8 @@ class DuplicateLineItemRequest # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not # otherwise specified. This field can then be updated using the UI, API, or - # Structured Data Files. *Warning*: Starting **September 8, 2025**, this field - # must be set. If not, either the value ` - # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item - # if the parent advertiser has declared that it does not serve EU political ads, - # or **the request will fail**. + # Structured Data Files. This field must be assigned when creating a new line + # item. Otherwise, **the `advertisers.lineItems.create` request will fail**. # Corresponds to the JSON property `containsEuPoliticalAds` # @return [String] attr_accessor :contains_eu_political_ads @@ -6791,11 +6788,8 @@ class GenerateDefaultLineItemRequest # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not # otherwise specified. This field can then be updated using the UI, API, or - # Structured Data Files. *Warning*: Starting **September 8, 2025**, this field - # must be set. If not, either the value ` - # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item - # if the parent advertiser has declared that it does not serve EU political ads, - # or **the request will fail**. + # Structured Data Files. This field must be assigned when creating a new line + # item. Otherwise, **the `advertisers.lineItems.create` request will fail**. # Corresponds to the JSON property `containsEuPoliticalAds` # @return [String] attr_accessor :contains_eu_political_ads @@ -8421,11 +8415,8 @@ class LineItem # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not # otherwise specified. This field can then be updated using the UI, API, or - # Structured Data Files. *Warning*: Starting **September 8, 2025**, this field - # must be set when creating a new line item. If not, either the value ` - # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent - # advertiser has declared that it does not serve EU political ads, or **the ` - # advertisers.lineItems.create` request will fail**. + # Structured Data Files. This field must be assigned when creating a new line + # item. Otherwise, **the `advertisers.lineItems.create` request will fail**. # Corresponds to the JSON property `containsEuPoliticalAds` # @return [String] attr_accessor :contains_eu_political_ads diff --git a/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/gem_version.rb b/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/gem_version.rb index 714ecdae7ed..5c27e7bc7ba 100644 --- a/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/gem_version.rb +++ b/generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_v3/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DisplayvideoV3 # Version of the google-apis-displayvideo_v3 gem - GEM_VERSION = "0.33.0" + GEM_VERSION = "0.34.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250819" + REVISION = "20250925" end end end