google-apis-displayvideo_v3 0.5.0 → 0.6.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: 882929268c99c4f37aac673a968ff2da69db8678df9cd91e761b59f6f31ef32b
|
|
4
|
+
data.tar.gz: 673a7974e191d9ece8e79f0136e430f276a5aab1d6086a3c0a8fd0e5bdb97bcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4bd829b665762d34e83b043683a74ae97dd1ec95cf94eeb94279f675085b232506e2515ee4746d9e5f3330a72027e1cd9bf2703dea8f70f094dfad4a35765c4
|
|
7
|
+
data.tar.gz: 26fbafd9aab915189b73c037a53047644a3f40d10f95a9bfb05d05f9ce1f4c8e92e423578d27e6101ec5e1592d256667f03f3fb9f7b913990434a887f869d411
|
data/CHANGELOG.md
CHANGED
|
@@ -498,9 +498,12 @@ module Google
|
|
|
498
498
|
attr_accessor :ias_client_id
|
|
499
499
|
|
|
500
500
|
# Whether or not to use DV360's Online Behavioral Advertising (OBA) compliance.
|
|
501
|
-
#
|
|
502
|
-
#
|
|
503
|
-
#
|
|
501
|
+
# Starting on February 9, 2024, this field will be affected by an update to the
|
|
502
|
+
# Display & Video 360 API Terms of Service. See our [announcement](//ads-
|
|
503
|
+
# developers.googleblog.com/2024/01/update-to-display-video-360-api-terms.html)
|
|
504
|
+
# for more detail. Warning: Changing OBA settings may cause the audit status of
|
|
505
|
+
# your creatives to be reset by some ad exchanges, making them ineligible to
|
|
506
|
+
# serve until they are re-approved.
|
|
504
507
|
# Corresponds to the JSON property `obaComplianceDisabled`
|
|
505
508
|
# @return [Boolean]
|
|
506
509
|
attr_accessor :oba_compliance_disabled
|
|
@@ -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.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240201"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.6.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|