Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-displayvideo_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading