google-apis-displayvideo_v2 0.11.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +9 -22
- data/lib/google/apis/displayvideo_v2/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f711207891d3dd45760784b49560d1ac605f0d256da96d88b358eb0634fa6f80
|
4
|
+
data.tar.gz: 7c547f65582c408eff28d99e1d8f926cf69216c6b5704545f1a0d0d537379552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9ca69ec844c4e9388e56846a27080c67b73e1c8e2e7a418e0e16dfbecd978568bcd2c95b262a513e4a418942f1dc773be21efcb1fa074661032651d8940b74b
|
7
|
+
data.tar.gz: 5ade57d3e58ee0156e877487d7fccefefb35b3a51ec8c437601bdf06774434addf3659d6460adb81c38cc8930d8bf6c9515a2e960183e5d5b1fc8db405ed0ff5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.13.0 (2023-03-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230302
|
6
|
+
|
7
|
+
### v0.12.0 (2023-02-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230216
|
10
|
+
* Regenerated using generator version 0.12.0
|
11
|
+
|
3
12
|
### v0.11.0 (2023-02-12)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230209
|
@@ -613,7 +613,12 @@ module Google
|
|
613
613
|
|
614
614
|
# Media ID of the uploaded asset. This is a unique identifier for the asset.
|
615
615
|
# This ID can be passed to other API calls, e.g. CreateCreative to associate the
|
616
|
-
# asset with a creative.
|
616
|
+
# asset with a creative. **On April 5, 2023, the value of this ID will be
|
617
|
+
# updated. Before this date, we recommend that you stop using any cached media
|
618
|
+
# IDs when creating or updating creatives, and instead upload assets immediately
|
619
|
+
# before using them for creative production.** **After April 5, you can update
|
620
|
+
# cached media IDs to the new values by retrieving them from associated creative
|
621
|
+
# resources or re-uploading them.**
|
617
622
|
# Corresponds to the JSON property `mediaId`
|
618
623
|
# @return [Fixnum]
|
619
624
|
attr_accessor :media_id
|
@@ -7437,10 +7442,7 @@ module Google
|
|
7437
7442
|
|
7438
7443
|
# Settings that control the targeting expansion of the line item. Targeting
|
7439
7444
|
# expansion allows the line item to reach a larger audience based on the
|
7440
|
-
# original audience list and the targeting expansion level.
|
7441
|
-
# 2022, these settings may represent the [optimized targeting feature](//
|
7442
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
7443
|
-
# expansion. This feature will be rolled out to all partners by November 9, 2022.
|
7445
|
+
# original audience list and the targeting expansion level.
|
7444
7446
|
# Corresponds to the JSON property `targetingExpansion`
|
7445
7447
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
7446
7448
|
attr_accessor :targeting_expansion
|
@@ -10762,10 +10764,7 @@ module Google
|
|
10762
10764
|
|
10763
10765
|
# Settings that control the targeting expansion of the line item. Targeting
|
10764
10766
|
# expansion allows the line item to reach a larger audience based on the
|
10765
|
-
# original audience list and the targeting expansion level.
|
10766
|
-
# 2022, these settings may represent the [optimized targeting feature](//
|
10767
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
10768
|
-
# expansion. This feature will be rolled out to all partners by November 9, 2022.
|
10767
|
+
# original audience list and the targeting expansion level.
|
10769
10768
|
class TargetingExpansionConfig
|
10770
10769
|
include Google::Apis::Core::Hashable
|
10771
10770
|
|
@@ -10780,15 +10779,6 @@ module Google
|
|
10780
10779
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
10781
10780
|
|
10782
10781
|
# Required. Magnitude of expansion for applicable targeting under this line item.
|
10783
|
-
# Beginning November 7, 2022, the behavior of this field will change in the
|
10784
|
-
# following ways with the replacement of targeting expansion with [optimized
|
10785
|
-
# targeting](//support.google.com/displayvideo/answer/12060859): * This field
|
10786
|
-
# will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
|
10787
|
-
# representing optimized targeting turned off and a `LEAST_EXPANSION` value
|
10788
|
-
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
10789
|
-
# default value for the field and will be automatically assigned if you do not
|
10790
|
-
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
10791
|
-
# it will automatically be set to `LEAST_EXPANSION`.
|
10792
10782
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
10793
10783
|
# @return [String]
|
10794
10784
|
attr_accessor :targeting_expansion_level
|
@@ -11841,10 +11831,7 @@ module Google
|
|
11841
11831
|
|
11842
11832
|
# Settings that control the targeting expansion of the line item. Targeting
|
11843
11833
|
# expansion allows the line item to reach a larger audience based on the
|
11844
|
-
# original audience list and the targeting expansion level.
|
11845
|
-
# 2022, these settings may represent the [optimized targeting feature](//
|
11846
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
11847
|
-
# expansion. This feature will be rolled out to all partners by November 9, 2022.
|
11834
|
+
# original audience list and the targeting expansion level.
|
11848
11835
|
# Corresponds to the JSON property `targetingExpansion`
|
11849
11836
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
11850
11837
|
attr_accessor :targeting_expansion
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230302"
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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: 2023-
|
11
|
+
date: 2023-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|