google-apis-displayvideo_v3 0.33.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0a13a932d4ae7a80eb7207eab155cf8c5e74dce5da1ec09d8a52b94e0e0175a
4
- data.tar.gz: a9005e48429201ea0da4b59e646cbcb4574342d20112fff3c64b40c6f5d1fede
3
+ metadata.gz: c52b51e155e35fb1558c8202079b196809c0a29bda52bc68faf8a2f052b6ee8c
4
+ data.tar.gz: c0f0dfc34854ec0faf8d8891c143ffea2bb41582df97e326bb48dadbf0e2a0a9
5
5
  SHA512:
6
- metadata.gz: 36bfdd4fd86519b9b00d930bf56755005e88e607765532456109efbe81445cb0133b970187dac92bd78cbec1aacb5d855d7b98f0d6fbdbe641968f9b794c9537
7
- data.tar.gz: 07a17fbbb5890eaf06c34fc224351b9157eb32d2b223715feae14fda30dd8cdc8e4b67f9443f53bdd218e255edc6d01c34aa24919d425007a98ce00976abe10e
6
+ metadata.gz: 49e068b70950789170d11926253039564ded9c793c3820565c810f86dfcf8321be27c9188742def23148daa5c796e843f75d4ca75a14798343643198d11558d5
7
+ data.tar.gz: ea8ac638f1610143a53e3d889b798659e4d594b7f26388e45359280932ffd2b99fe8367ac8bc0fcdd0259fb27f07f75f9a9167ada429c1e597bcfb43193f610a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.34.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
3
7
  ### v0.33.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250819
@@ -5856,11 +5856,8 @@ module Google
5856
5856
  # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
5857
5857
  # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
5858
5858
  # 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**.
5864
5861
  # Corresponds to the JSON property `containsEuPoliticalAds`
5865
5862
  # @return [String]
5866
5863
  attr_accessor :contains_eu_political_ads
@@ -6791,11 +6788,8 @@ module Google
6791
6788
  # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
6792
6789
  # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
6793
6790
  # 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**.
6799
6793
  # Corresponds to the JSON property `containsEuPoliticalAds`
6800
6794
  # @return [String]
6801
6795
  attr_accessor :contains_eu_political_ads
@@ -8421,11 +8415,8 @@ module Google
8421
8415
  # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
8422
8416
  # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
8423
8417
  # 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**.
8429
8420
  # Corresponds to the JSON property `containsEuPoliticalAds`
8430
8421
  # @return [String]
8431
8422
  attr_accessor :contains_eu_political_ads
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250819"
25
+ REVISION = "20250925"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.34.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
62
62
  rdoc_options: []
63
63
  require_paths: