google-apis-displayvideo_v2 0.11.0 → 0.12.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 +5 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +3 -21
- 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: 7590f46787876878419dcf8ffda50a381b1f1befd71111b5865f0cf3e1cfcf95
|
4
|
+
data.tar.gz: 14ea609729ff9299449fed7eb1ce81baf1a8357519b50f61f23ef259f6021ada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8003c5e37df47f253c2a938b77976cd6dba82061046b5fb0d92b995db099162467712ba2e8ea4c5b66be12e128c5f129243223b4f1a0458e09218f57cefaa0a0
|
7
|
+
data.tar.gz: b7159ee383cf7591397fe3bb04836266c149ca6dd835b9159f3b51644b30151f5269f387864d09b3b68690213da626642e46e7646cc674698cff9abc3b24c107
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.12.0 (2023-02-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230216
|
6
|
+
* Regenerated using generator version 0.12.0
|
7
|
+
|
3
8
|
### v0.11.0 (2023-02-12)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20230209
|
@@ -7437,10 +7437,7 @@ module Google
|
|
7437
7437
|
|
7438
7438
|
# Settings that control the targeting expansion of the line item. Targeting
|
7439
7439
|
# 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.
|
7440
|
+
# original audience list and the targeting expansion level.
|
7444
7441
|
# Corresponds to the JSON property `targetingExpansion`
|
7445
7442
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
7446
7443
|
attr_accessor :targeting_expansion
|
@@ -10762,10 +10759,7 @@ module Google
|
|
10762
10759
|
|
10763
10760
|
# Settings that control the targeting expansion of the line item. Targeting
|
10764
10761
|
# 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.
|
10762
|
+
# original audience list and the targeting expansion level.
|
10769
10763
|
class TargetingExpansionConfig
|
10770
10764
|
include Google::Apis::Core::Hashable
|
10771
10765
|
|
@@ -10780,15 +10774,6 @@ module Google
|
|
10780
10774
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
10781
10775
|
|
10782
10776
|
# 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
10777
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
10793
10778
|
# @return [String]
|
10794
10779
|
attr_accessor :targeting_expansion_level
|
@@ -11841,10 +11826,7 @@ module Google
|
|
11841
11826
|
|
11842
11827
|
# Settings that control the targeting expansion of the line item. Targeting
|
11843
11828
|
# 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.
|
11829
|
+
# original audience list and the targeting expansion level.
|
11848
11830
|
# Corresponds to the JSON property `targetingExpansion`
|
11849
11831
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
11850
11832
|
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.12.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 = "20230216"
|
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.12.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-02-
|
11
|
+
date: 2023-02-19 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.12.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: []
|