google-apis-displayvideo_v3 0.13.0 → 0.15.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: 9b7d9f7e1833866f1d1e25ba201f832f6b559632491c6e828ec1b07cd476b3bd
|
4
|
+
data.tar.gz: 01bb0ff322284390e387db9e88b0a85410f22939210f0e3781435828593414a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7152e156be7f2292a20a2624b43e52f08deddddee3443c132fe0142efb7bb0759cf6a72bfce4611071abfed05133e0bb883cf6d815460946f06aaff51eba7489
|
7
|
+
data.tar.gz: 5fbe89d043cbbb188d1f017afeea2cc26d7026f7ea9cb4301697ad272661925a26229eb9fa53949ff6f24cb649fa457982f77fd53fa338892c7a6d210f5bcebb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v3
|
2
2
|
|
3
|
+
### v0.15.0 (2024-06-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240618
|
6
|
+
|
7
|
+
### v0.14.0 (2024-06-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240613
|
10
|
+
|
3
11
|
### v0.13.0 (2024-06-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240530
|
@@ -7098,6 +7098,13 @@ module Google
|
|
7098
7098
|
# @return [String]
|
7099
7099
|
attr_accessor :name
|
7100
7100
|
|
7101
|
+
# Optional. The optimization objective of the insertion order. **This field is
|
7102
|
+
# only available to allowlisted customers.** If a customer is not allowlisted,
|
7103
|
+
# this field will be null and attempts to set it will return an error.
|
7104
|
+
# Corresponds to the JSON property `optimizationObjective`
|
7105
|
+
# @return [String]
|
7106
|
+
attr_accessor :optimization_objective
|
7107
|
+
|
7101
7108
|
# Settings that control the rate at which a budget is spent.
|
7102
7109
|
# Corresponds to the JSON property `pacing`
|
7103
7110
|
# @return [Google::Apis::DisplayvideoV3::Pacing]
|
@@ -7139,6 +7146,7 @@ module Google
|
|
7139
7146
|
@integration_details = args[:integration_details] if args.key?(:integration_details)
|
7140
7147
|
@kpi = args[:kpi] if args.key?(:kpi)
|
7141
7148
|
@name = args[:name] if args.key?(:name)
|
7149
|
+
@optimization_objective = args[:optimization_objective] if args.key?(:optimization_objective)
|
7142
7150
|
@pacing = args[:pacing] if args.key?(:pacing)
|
7143
7151
|
@partner_costs = args[:partner_costs] if args.key?(:partner_costs)
|
7144
7152
|
@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.15.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 = "20240618"
|
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
|
@@ -4043,7 +4043,7 @@ module Google
|
|
4043
4043
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
4044
4044
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
4045
4045
|
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
|
4046
|
-
# `TARGETING_TYPE_YOUTUBE_CHANNEL`
|
4046
|
+
# `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
|
4047
4047
|
# @param [String] assigned_targeting_option_id
|
4048
4048
|
# Required. An identifier unique to the targeting type in this advertiser that
|
4049
4049
|
# identifies the assigned targeting option being requested.
|
@@ -4084,7 +4084,7 @@ module Google
|
|
4084
4084
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
4085
4085
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
4086
4086
|
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
|
4087
|
-
# `TARGETING_TYPE_YOUTUBE_CHANNEL`
|
4087
|
+
# `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
|
4088
4088
|
# @param [String] filter
|
4089
4089
|
# Allows filtering by assigned targeting option fields. Supported syntax: *
|
4090
4090
|
# Filter expressions are made up of one or more restrictions. * Restrictions can
|
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.15.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-23 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.15.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: []
|