google-apis-displayvideo_v3 0.45.0 → 0.47.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f43f8d87c7e4db07d7949759ccdf967442ff0ad3618352cfe6f0556073561a41
|
|
4
|
+
data.tar.gz: c0d5e6d648ac93b4b3e5a29cf343f9ced631d050f14cccaee1c8a8bc5a4794f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ff6f8199bb7cd4cb33563eb5bdeb8aa21e8f8b30137f8dba77ee9d1fef88a41d80c9b24c1adae7b2d9d46069b0a065cef12076a2987c7c285511566c67ff3cb
|
|
7
|
+
data.tar.gz: e2900858fb739f2cb6c92bd1a51e335854ab2e0d973a6d502d246ed93e2baf3cfaf91a58cbd9664c7cc2e0a54109ae07d39804c0404004e1a2e11ba05c7bc066
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-displayvideo_v3
|
|
2
2
|
|
|
3
|
+
### v0.47.0 (2026-09-06)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260902
|
|
6
|
+
|
|
7
|
+
### v0.46.0 (2026-08-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260805
|
|
10
|
+
|
|
3
11
|
### v0.45.0 (2026-07-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260720
|
|
@@ -157,7 +157,7 @@ module Google
|
|
|
157
157
|
end
|
|
158
158
|
end
|
|
159
159
|
|
|
160
|
-
# A single ad associated with an ad group.
|
|
160
|
+
# LINT: LEGACY_NAMES A single ad associated with an ad group.
|
|
161
161
|
class AdGroupAd
|
|
162
162
|
include Google::Apis::Core::Hashable
|
|
163
163
|
|
|
@@ -5436,8 +5436,8 @@ module Google
|
|
|
5436
5436
|
attr_accessor :skippable
|
|
5437
5437
|
alias_method :skippable?, :skippable
|
|
5438
5438
|
|
|
5439
|
-
# Optional. Whether the creative
|
|
5440
|
-
# AI.
|
|
5439
|
+
# Optional. Whether to add a label to the creative as created or edited using AI
|
|
5440
|
+
# when served in regions with local AI labeling regulations.
|
|
5441
5441
|
# Corresponds to the JSON property `syntheticContentAttestationStatus`
|
|
5442
5442
|
# @return [String]
|
|
5443
5443
|
attr_accessor :synthetic_content_attestation_status
|
|
@@ -6786,7 +6786,9 @@ module Google
|
|
|
6786
6786
|
include Google::Apis::Core::Hashable
|
|
6787
6787
|
|
|
6788
6788
|
# Required. The display name of the digital content label rating tier to be
|
|
6789
|
-
# EXCLUDED.
|
|
6789
|
+
# EXCLUDED. **Starting on *October 1, 2026*, this field will only accept the
|
|
6790
|
+
# value `CONTENT_RATING_TIER_UNRATED`. All other values will be deprecated and
|
|
6791
|
+
# no longer be accepted.**
|
|
6790
6792
|
# Corresponds to the JSON property `excludedContentRatingTier`
|
|
6791
6793
|
# @return [String]
|
|
6792
6794
|
attr_accessor :excluded_content_rating_tier
|
|
@@ -12138,7 +12140,9 @@ module Google
|
|
|
12138
12140
|
include Google::Apis::Core::Hashable
|
|
12139
12141
|
|
|
12140
12142
|
# Required. An enum for the DV360 Sensitive category content classified to be
|
|
12141
|
-
# EXCLUDED.
|
|
12143
|
+
# EXCLUDED. **Starting on *October 1, 2026*, this field will only accept `
|
|
12144
|
+
# SENSITIVE_CATEGORY_EMBEDDED_VIDEO` or `SENSITIVE_CATEGORY_LIVE_STREAMING_VIDEO`
|
|
12145
|
+
# . All other values will be deprecated and no longer be accepted.**
|
|
12142
12146
|
# Corresponds to the JSON property `excludedSensitiveCategory`
|
|
12143
12147
|
# @return [String]
|
|
12144
12148
|
attr_accessor :excluded_sensitive_category
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.47.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260902"
|
|
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.
|
|
4
|
+
version: 0.47.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.47.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:
|