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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 211b4024e5425588112e1ff371d2c08cd8b71c5884e58390a555dba89b971bfa
4
- data.tar.gz: 6945956a44ba242bac39fd6f2b75d3e352ae4b49460386bb0a183741b9e74bc6
3
+ metadata.gz: 7590f46787876878419dcf8ffda50a381b1f1befd71111b5865f0cf3e1cfcf95
4
+ data.tar.gz: 14ea609729ff9299449fed7eb1ce81baf1a8357519b50f61f23ef259f6021ada
5
5
  SHA512:
6
- metadata.gz: 9cff24b0c1ca2b85c702385fa498d3e0f0c87ade1f2eb6f8bbf89d24a8bd79994054d96cbde78b4b7bed8c40998a777e0f7fe6ac6fc38447905a614e4e207cc4
7
- data.tar.gz: 685fe68e1bfa820d0a6bac77dee36bbb0cb073a12237751119ee370542bf013b4ab8153814d546713593ded8b2722bece7ba442d6aea15b09d03b09b8eec3ad1
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. Beginning November 7,
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. Beginning November 7,
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. Beginning November 7,
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.11.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.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230209"
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.11.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-12 00:00:00.000000000 Z
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.9.1
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.9.1
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.11.0
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: []