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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v4/classes.rb +6 -15
- data/lib/google/apis/displayvideo_v4/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59445a8614a47d07d027d18b98ffc0f65846a5d2761881bdeea32d67cf8dea0e
|
4
|
+
data.tar.gz: 85d192aed2fe7028f47aabeb48164405f000029772c8ffa203daf454a0f60e0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b7dd8371e3d3f57788265d371e325ca82a726a9da8b9b535ce2c81f24cb231d64f786f5dcc5cc9d0fc78ab0b1a958b29be7d4ef24e1480d3cdcbe77685ef16e
|
7
|
+
data.tar.gz: 35aacd1d8b1b70d47479b0fae762184db68bfe965298bc708b83ff20d85b9f3e88601be45e8afae1e267d12bed69310109b4fe6db677f129b132d7e0db8a6cd2
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
5867
|
-
#
|
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.
|
6803
|
-
#
|
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.
|
8433
|
-
#
|
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.
|
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 = "
|
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.
|
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.
|
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:
|