google-apis-displayvideo_v2 0.63.0 → 0.64.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: 9d941d2870d910cd2b701589d98acbfd4de05039f8b0ae44ceba9ee8a04d4bca
|
|
4
|
+
data.tar.gz: bb82bc402db67bd43908d92b4d1e7ac1ded861cc65c032944cd7b6c210c8b114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7522a71bd26b116182c5fe1448b194c30a4d39d7a0789e7dcb3b8ac4ec7175c94659749884e72364a2a09973ccb98948dea0ad16b8425278a7d0f0d441d9a0c
|
|
7
|
+
data.tar.gz: ddbf890d2e8490f73ec81a108515c60a3077375e5f9072632349bab23855f73517404eaaaab7f0d15d1acf8aad2c8d24e822b48f4e66dffef76b94335d1798cf
|
data/CHANGELOG.md
CHANGED
|
@@ -4619,7 +4619,9 @@ module Google
|
|
|
4619
4619
|
include Google::Apis::Core::Hashable
|
|
4620
4620
|
|
|
4621
4621
|
# Required. The display name of the digital content label rating tier to be
|
|
4622
|
-
# EXCLUDED.
|
|
4622
|
+
# EXCLUDED. **Starting on *October 1, 2026*, this field will only accept the
|
|
4623
|
+
# value `CONTENT_RATING_TIER_UNRATED`. All other values will be deprecated and
|
|
4624
|
+
# no longer be accepted.**
|
|
4623
4625
|
# Corresponds to the JSON property `excludedContentRatingTier`
|
|
4624
4626
|
# @return [String]
|
|
4625
4627
|
attr_accessor :excluded_content_rating_tier
|
|
@@ -9827,7 +9829,9 @@ module Google
|
|
|
9827
9829
|
include Google::Apis::Core::Hashable
|
|
9828
9830
|
|
|
9829
9831
|
# Required. An enum for the DV360 Sensitive category content classified to be
|
|
9830
|
-
# EXCLUDED.
|
|
9832
|
+
# EXCLUDED. **Starting on *October 1, 2026*, this field will only accept `
|
|
9833
|
+
# SENSITIVE_CATEGORY_EMBEDDED_VIDEO` or `SENSITIVE_CATEGORY_LIVE_STREAMING_VIDEO`
|
|
9834
|
+
# . All other values will be deprecated and no longer be accepted.**
|
|
9831
9835
|
# Corresponds to the JSON property `excludedSensitiveCategory`
|
|
9832
9836
|
# @return [String]
|
|
9833
9837
|
attr_accessor :excluded_sensitive_category
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DisplayvideoV2
|
|
18
18
|
# Version of the google-apis-displayvideo_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.64.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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.64.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.64.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|