google-apis-displayvideo_v3 0.12.0 → 0.14.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: 9c16d81becc7ed0e038a6c2037af58ade202e0e06237f9ef9c17d7e4cb995eb2
4
- data.tar.gz: 27f0c71272450fb2a94bf59d7ad7c848aeb676e0a4e2d92f0770cf276417e007
3
+ metadata.gz: e6a214550ebe33cd05677c98b023ac4a68326d2294fc154c30faeba7b2e0e9dc
4
+ data.tar.gz: 42518a7e8ec785ed633aacf60a127a59ee91efe0aa96b59174b078191114416e
5
5
  SHA512:
6
- metadata.gz: 5f9511a6beb8679f54f2d30564d091047d0d15f4139634f20c19ade2a727d9d230edec164e6b7d0d8592f0319614f474a38915d52adf8ce0360003eaaa49b66d
7
- data.tar.gz: 9e7cfa2608bd940dfb0da34d9a0d027131605df8f8bc02c09694e5183ed7df8e9dde5d840743a77acb85768a842b6bf832ec6438d65d1b5b5b464b5f478190c8
6
+ metadata.gz: 975abcf595d6172fae9def862c2762db30905a48db09fa3d560c680e16843e234385f85833c4cfebe9b16e33ba36ddd624588733cb5b55cfe36351df468c2953
7
+ data.tar.gz: ac90f87fa4499f8faecf92a14e4e410b7311eaf3ada6c9dbe35692299951a271814d699473066e1bac7a7399cd1b6e295df9ae421f769c7d741630018fd50dfc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.14.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240613
6
+
7
+ ### v0.13.0 (2024-06-02)
8
+
9
+ * Regenerated from discovery document revision 20240530
10
+
3
11
  ### v0.12.0 (2024-05-19)
4
12
 
5
13
  * Regenerated using generator version 0.15.0
@@ -7098,6 +7098,11 @@ module Google
7098
7098
  # @return [String]
7099
7099
  attr_accessor :name
7100
7100
 
7101
+ # Optional. The optimization objective of the insertion order.
7102
+ # Corresponds to the JSON property `optimizationObjective`
7103
+ # @return [String]
7104
+ attr_accessor :optimization_objective
7105
+
7101
7106
  # Settings that control the rate at which a budget is spent.
7102
7107
  # Corresponds to the JSON property `pacing`
7103
7108
  # @return [Google::Apis::DisplayvideoV3::Pacing]
@@ -7139,6 +7144,7 @@ module Google
7139
7144
  @integration_details = args[:integration_details] if args.key?(:integration_details)
7140
7145
  @kpi = args[:kpi] if args.key?(:kpi)
7141
7146
  @name = args[:name] if args.key?(:name)
7147
+ @optimization_objective = args[:optimization_objective] if args.key?(:optimization_objective)
7142
7148
  @pacing = args[:pacing] if args.key?(:pacing)
7143
7149
  @partner_costs = args[:partner_costs] if args.key?(:partner_costs)
7144
7150
  @reservation_type = args[:reservation_type] if args.key?(:reservation_type)
@@ -11104,7 +11110,10 @@ module Google
11104
11110
  # @return [Array<Google::Apis::DisplayvideoV3::ExchangeReviewStatus>]
11105
11111
  attr_accessor :exchange_review_statuses
11106
11112
 
11107
- # Publisher review statuses for the creative.
11113
+ # Publisher review statuses for the creative. **Warning:** This field will be
11114
+ # deprecated on June 26th, 2024. After this date, this field will be empty. Read
11115
+ # our [feature deprecation announcement](/display-video/api/deprecations#
11116
+ # features.creative_publisher_review_statuses) for more information.
11108
11117
  # Corresponds to the JSON property `publisherReviewStatuses`
11109
11118
  # @return [Array<Google::Apis::DisplayvideoV3::PublisherReviewStatus>]
11110
11119
  attr_accessor :publisher_review_statuses
@@ -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.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240418"
25
+ REVISION = "20240613"
26
26
  end
27
27
  end
28
28
  end
@@ -3952,6 +3952,7 @@ module Google
3952
3952
  property :kpi, as: 'kpi', class: Google::Apis::DisplayvideoV3::Kpi, decorator: Google::Apis::DisplayvideoV3::Kpi::Representation
3953
3953
 
3954
3954
  property :name, as: 'name'
3955
+ property :optimization_objective, as: 'optimizationObjective'
3955
3956
  property :pacing, as: 'pacing', class: Google::Apis::DisplayvideoV3::Pacing, decorator: Google::Apis::DisplayvideoV3::Pacing::Representation
3956
3957
 
3957
3958
  collection :partner_costs, as: 'partnerCosts', class: Google::Apis::DisplayvideoV3::PartnerCost, decorator: Google::Apis::DisplayvideoV3::PartnerCost::Representation
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.12.0
4
+ version: 0.14.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-05-19 00:00:00.000000000 Z
11
+ date: 2024-06-16 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.14.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: []