google-apis-displayvideo_v4 0.11.0 → 0.12.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: 551f08b34530f163b8572cc3be59a43fd3cb5223e7347c41a7aa0873b290e75c
4
- data.tar.gz: 38616076f48f995122ad74ac6075affd28c3fd5ad99bcf525c20183a897fb03b
3
+ metadata.gz: 59445a8614a47d07d027d18b98ffc0f65846a5d2761881bdeea32d67cf8dea0e
4
+ data.tar.gz: 85d192aed2fe7028f47aabeb48164405f000029772c8ffa203daf454a0f60e0c
5
5
  SHA512:
6
- metadata.gz: f06fd0dd4bc7747ea7b3c45746ad66b5162ca92a21103f5d6f36a91a9b61e1ab87200b9000934404a986183a4e384854ccf73f6cb3fce14199273a40c28e8ac9
7
- data.tar.gz: bc82a0766ee5bdab5a492a5182c1980001ff69690792c7d963adf99374e8910ed459b5859a6cf20bf4448060969c294de090ce19e40dd51f950ca74475d59a73
6
+ metadata.gz: 2b7dd8371e3d3f57788265d371e325ca82a726a9da8b9b535ce2c81f24cb231d64f786f5dcc5cc9d0fc78ab0b1a958b29be7d4ef24e1480d3cdcbe77685ef16e
7
+ data.tar.gz: 35aacd1d8b1b70d47479b0fae762184db68bfe965298bc708b83ff20d85b9f3e88601be45e8afae1e267d12bed69310109b4fe6db677f129b132d7e0db8a6cd2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.12.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
3
7
  ### v0.11.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250819
@@ -5863,11 +5863,8 @@ module Google
5863
5863
  # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
5864
5864
  # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
5865
5865
  # otherwise specified. This field can then be updated using the UI, API, or
5866
- # Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
5867
- # must be set. If not, either the value `
5868
- # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
5869
- # if the parent advertiser has declared that it does not serve EU political ads,
5870
- # or **the request will fail**.
5866
+ # Structured Data Files. This field must be assigned when creating a new line
5867
+ # item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
5871
5868
  # Corresponds to the JSON property `containsEuPoliticalAds`
5872
5869
  # @return [String]
5873
5870
  attr_accessor :contains_eu_political_ads
@@ -6799,11 +6796,8 @@ module Google
6799
6796
  # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
6800
6797
  # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
6801
6798
  # otherwise specified. This field can then be updated using the UI, API, or
6802
- # Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
6803
- # must be set. If not, either the value `
6804
- # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
6805
- # if the parent advertiser has declared that it does not serve EU political ads,
6806
- # or **the request will fail**.
6799
+ # Structured Data Files. This field must be assigned when creating a new line
6800
+ # item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
6807
6801
  # Corresponds to the JSON property `containsEuPoliticalAds`
6808
6802
  # @return [String]
6809
6803
  attr_accessor :contains_eu_political_ads
@@ -8429,11 +8423,8 @@ module Google
8429
8423
  # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
8430
8424
  # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
8431
8425
  # otherwise specified. This field can then be updated using the UI, API, or
8432
- # Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
8433
- # must be set when creating a new line item. If not, either the value `
8434
- # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent
8435
- # advertiser has declared that it does not serve EU political ads, or **the `
8436
- # advertisers.lineItems.create` request will fail**.
8426
+ # Structured Data Files. This field must be assigned when creating a new line
8427
+ # item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
8437
8428
  # Corresponds to the JSON property `containsEuPoliticalAds`
8438
8429
  # @return [String]
8439
8430
  attr_accessor :contains_eu_political_ads
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV4
18
18
  # Version of the google-apis-displayvideo_v4 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.11.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.12.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
62
62
  rdoc_options: []
63
63
  require_paths: