google-apis-displayvideo_v2 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +13 -9
- data/lib/google/apis/displayvideo_v2/gem_version.rb +2 -2
- data/lib/google/apis/displayvideo_v2/service.rb +407 -329
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b47c792b8bba7efc59ddef95dc17ced22fee0e78486bf888670f3f3b14b19157
|
4
|
+
data.tar.gz: c3af5b0cc16c005787670f1001dff01719dd740c6f7420a4610890b6bea2217c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 958d2e345c7fd8c9369166a19c38d69319ecb4620873382c8953ddc95a58dbcb4b486abd0cdf06c583209aee70ee0170210e5f5820c5a9d12a4a79ceb7c4be60
|
7
|
+
data.tar.gz: 153e6fec5c2429aee14204774a41e98cc77aed18b5bf99a858d58ae8979dc326067f258e07f8fbf4e806e2c73675998e4b87649d45fa02177fff375655673e7b
|
data/CHANGELOG.md
CHANGED
@@ -797,7 +797,9 @@ module Google
|
|
797
797
|
|
798
798
|
# Represents an assigned authorized seller status. This will be populated in the
|
799
799
|
# details field of an AssignedTargetingOption when targeting_type is `
|
800
|
-
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`.
|
800
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`. If a resource does not have an `
|
801
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` assigned targeting option, it is
|
802
|
+
# using the "Authorized Direct Sellers and Resellers" option.
|
801
803
|
# Corresponds to the JSON property `authorizedSellerStatusDetails`
|
802
804
|
# @return [Google::Apis::DisplayvideoV2::AuthorizedSellerStatusAssignedTargetingOptionDetails]
|
803
805
|
attr_accessor :authorized_seller_status_details
|
@@ -1477,7 +1479,9 @@ module Google
|
|
1477
1479
|
|
1478
1480
|
# Represents an assigned authorized seller status. This will be populated in the
|
1479
1481
|
# details field of an AssignedTargetingOption when targeting_type is `
|
1480
|
-
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`.
|
1482
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`. If a resource does not have an `
|
1483
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` assigned targeting option, it is
|
1484
|
+
# using the "Authorized Direct Sellers and Resellers" option.
|
1481
1485
|
class AuthorizedSellerStatusAssignedTargetingOptionDetails
|
1482
1486
|
include Google::Apis::Core::Hashable
|
1483
1487
|
|
@@ -10772,13 +10776,13 @@ module Google
|
|
10772
10776
|
class TargetingExpansionConfig
|
10773
10777
|
include Google::Apis::Core::Hashable
|
10774
10778
|
|
10775
|
-
#
|
10776
|
-
#
|
10777
|
-
#
|
10778
|
-
#
|
10779
|
-
#
|
10780
|
-
#
|
10781
|
-
#
|
10779
|
+
# Whether to exclude first-party audiences from use in targeting expansion or
|
10780
|
+
# optimized targeting. Similar audiences of the excluded first-party lists will
|
10781
|
+
# not be excluded. Only applicable when a first-party audience is positively
|
10782
|
+
# targeted (directly or included in a combined audience), otherwise this
|
10783
|
+
# selection will be ignored. Beginning **March 25, 2023**, this field may be
|
10784
|
+
# deprecated with the replacement of targeting expansion with [optimized
|
10785
|
+
# targeting](//support.google.com/displayvideo/answer/12060859). Upon
|
10782
10786
|
# deprecation, this field will be set to `false`. If this field is set to `true`
|
10783
10787
|
# when deprecated, all positive first-party audience targeting assigned to this
|
10784
10788
|
# line item will be replaced with negative targeting of the same first-party
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV2
|
18
18
|
# Version of the google-apis-displayvideo_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230511"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|