google-apis-displayvideo_v3 0.13.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6a214550ebe33cd05677c98b023ac4a68326d2294fc154c30faeba7b2e0e9dc
|
4
|
+
data.tar.gz: 42518a7e8ec785ed633aacf60a127a59ee91efe0aa96b59174b078191114416e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 975abcf595d6172fae9def862c2762db30905a48db09fa3d560c680e16843e234385f85833c4cfebe9b16e33ba36ddd624588733cb5b55cfe36351df468c2953
|
7
|
+
data.tar.gz: ac90f87fa4499f8faecf92a14e4e410b7311eaf3ada6c9dbe35692299951a271814d699473066e1bac7a7399cd1b6e295df9ae421f769c7d741630018fd50dfc
|
data/CHANGELOG.md
CHANGED
@@ -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)
|
@@ -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.
|
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 = "
|
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.
|
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-06-
|
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.
|
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: []
|