File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
generated/google-apis-displayvideo_v3
lib/google/apis/displayvideo_v3 Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-displayvideo_v3
22
3+ ### v0.18.0 (2024-09-15)
4+
5+ * Regenerated from discovery document revision 20240905
6+ * Regenerated using generator version 0.15.1
7+
38### v0.17.0 (2024-07-25)
49
510* Regenerated from discovery document revision 20240717
Original file line number Diff line number Diff line change @@ -10156,7 +10156,10 @@ class Pacing
1015610156 attr_accessor :pacing_period
1015710157
1015810158 # 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).
1016010163 # Corresponds to the JSON property `pacingType`
1016110164 # @return [String]
1016210165 attr_accessor :pacing_type
@@ -11574,7 +11577,10 @@ class TargetingExpansionConfig
1157411577 attr_accessor :audience_expansion_seed_list_excluded
1157511578 alias_method :audience_expansion_seed_list_excluded?, :audience_expansion_seed_list_excluded
1157611579
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).
1157811584 # Corresponds to the JSON property `enableOptimizedTargeting`
1157911585 # @return [Boolean]
1158011586 attr_accessor :enable_optimized_targeting
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module DisplayvideoV3
1818 # Version of the google-apis-displayvideo_v3 gem
19- GEM_VERSION = "0.17 .0"
19+ GEM_VERSION = "0.18 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.0 "
22+ GENERATOR_VERSION = "0.15.1 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20240717 "
25+ REVISION = "20240905 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments