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: c9630c676fa2e1f6b49fdc0e7e534851d613dd8e86a982885c1e6c9a79ddf7dc
4
- data.tar.gz: 4e806c79a24382c9c25a44fc7593b0c812f9aeaf393345ce6ab1d9d1e90413dc
3
+ metadata.gz: 2c7f312465d1b9984767bad18373f04b7e0d9a499cd4c97e557ccf46e893d10c
4
+ data.tar.gz: f3c1a51aece77fb37cee88196bccac0fb1ee9404fde3706431c7ece2a39e3500
5
5
  SHA512:
6
- metadata.gz: c1a0c3cceaf3ee6987c4ab76791996596d64720b524fb4f2fc7a2aa1d1af82c06ac756ecb114c969b761d8f0b967acf66f3ebf0e03818fef07593dd0c47394fe
7
- data.tar.gz: 89a5ef600fb468e5976147b62bd12a708b0ca474df05da4954a1b1672b8e2c5517a543946f51f9732d06899130748ecae778f580129bbb0455836e1e0689c4d1
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.17.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240717"
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.17.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-07-25 00:00:00.000000000 Z
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.17.0
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: []