google-apis-displayvideo_v3 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c7f312465d1b9984767bad18373f04b7e0d9a499cd4c97e557ccf46e893d10c
|
4
|
+
data.tar.gz: f3c1a51aece77fb37cee88196bccac0fb1ee9404fde3706431c7ece2a39e3500
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50f4b243c67bbec66d92812dcd59ac77dcbf679d3bc6174535ce07e412ea0f22fbc0aa4544ecb7e07db38521a43947ae5881e80804eeb80143b427a28922d888
|
7
|
+
data.tar.gz: 7dc3af3059c6f3f6c522bd057de3743541b47cdc4742535b88bbc0fe5793b5a46b3e76ad82614c8b159b83259bd68279e6a5b2fbb5ae99155480a5667d6c23ec
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v3
|
2
2
|
|
3
|
+
### v0.18.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240905
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.17.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240717
|
@@ -10156,7 +10156,10 @@ module Google
|
|
10156
10156
|
attr_accessor :pacing_period
|
10157
10157
|
|
10158
10158
|
# Required. The type of pacing that defines how the budget amount will be spent
|
10159
|
-
# across the pacing_period.
|
10159
|
+
# across the pacing_period. *Warning*: Starting on **November 5, 2024**, `
|
10160
|
+
# PACING_TYPE_ASAP` will no longer be compatible with pacing_period `
|
10161
|
+
# PACING_PERIOD_FLIGHT` for insertion orders. [Read more about this announced
|
10162
|
+
# change](/display-video/api/deprecations#features.io_asap).
|
10160
10163
|
# Corresponds to the JSON property `pacingType`
|
10161
10164
|
# @return [String]
|
10162
10165
|
attr_accessor :pacing_type
|
@@ -11574,7 +11577,10 @@ module Google
|
|
11574
11577
|
attr_accessor :audience_expansion_seed_list_excluded
|
11575
11578
|
alias_method :audience_expansion_seed_list_excluded?, :audience_expansion_seed_list_excluded
|
11576
11579
|
|
11577
|
-
# Required. Whether to enable Optimized Targeting for the line item.
|
11580
|
+
# Required. Whether to enable Optimized Targeting for the line item. *Warning*:
|
11581
|
+
# Starting on **September 30, 2024**, optimized targeting will no longer be
|
11582
|
+
# compatible with a subset of bid strategies. [Read more about this announced
|
11583
|
+
# change](/display-video/api/deprecations#features.ot_bid_strategies).
|
11578
11584
|
# Corresponds to the JSON property `enableOptimizedTargeting`
|
11579
11585
|
# @return [Boolean]
|
11580
11586
|
attr_accessor :enable_optimized_targeting
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240905"
|
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.18.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-09-15 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.18.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: []
|