google-apis-displayvideo_v2 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7749264105bec672433b084bb7b6ee3a875aa4ae1ebf0287fc2dc8beba13a1bf
4
- data.tar.gz: a29b7e5dbdf43a4fb3cff90f9ba3366707059406236fa6f36b6989043ea992ed
3
+ metadata.gz: b47c792b8bba7efc59ddef95dc17ced22fee0e78486bf888670f3f3b14b19157
4
+ data.tar.gz: c3af5b0cc16c005787670f1001dff01719dd740c6f7420a4610890b6bea2217c
5
5
  SHA512:
6
- metadata.gz: ffc6a8d91f43c2825d9cbf7cb3b6335fba1216c9cebbda93268d9c0435d53162b58f01162d1c4c3273e4ac3e2f38f47a2318ba4e5389e7607d47e5c4bc394181
7
- data.tar.gz: 2f81d648356f99427aefcdad7c8479bae15690a2246072492ae28429e9aedb3c012ebf170c281ce18bbfd7d77618d59a219ec26ab98bb5a15cb4dd634a7daba4
6
+ metadata.gz: 958d2e345c7fd8c9369166a19c38d69319ecb4620873382c8953ddc95a58dbcb4b486abd0cdf06c583209aee70ee0170210e5f5820c5a9d12a4a79ceb7c4be60
7
+ data.tar.gz: 153e6fec5c2429aee14204774a41e98cc77aed18b5bf99a858d58ae8979dc326067f258e07f8fbf4e806e2c73675998e4b87649d45fa02177fff375655673e7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.18.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230511
6
+
3
7
  ### v0.17.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230427
@@ -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
- # Required. Whether to exclude first-party audiences from use in targeting
10776
- # expansion or optimized targeting. Similar audiences of the excluded first-
10777
- # party lists will not be excluded. Only applicable when a first-party audience
10778
- # is positively targeted (directly or included in a combined audience),
10779
- # otherwise this selection will be ignored. Beginning **March 25, 2023**, this
10780
- # field may be deprecated with the replacement of targeting expansion with [
10781
- # optimized targeting](//support.google.com/displayvideo/answer/12060859). Upon
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.17.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 = "20230427"
25
+ REVISION = "20230511"
26
26
  end
27
27
  end
28
28
  end