google-apis-displayvideo_v2 0.47.0 → 0.48.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: a260dcb17e90b5e4349120916e8dd5be18bc81ecec063a72aa47221368d308e1
4
- data.tar.gz: 17cc8ce16e2e9f3fefbf3156074e43d7453947121cc7781e6a19961908696829
3
+ metadata.gz: e69631a0a38e6c0cf06ca5ee22d3efc53983a63a86ddc6a78ed26026de26b4fb
4
+ data.tar.gz: 6ffc9302460b773b5a97aeaed60e1a070e889c92f28e69054093ecfb06cc8e82
5
5
  SHA512:
6
- metadata.gz: 8a33e0c08fbff8eb26745517d2a7782ebbdde15742ece5494fa8839e099ae94d5cbd821e65b635cc3bab904d444b5005b404703b8bd08304a67149fe2c817121
7
- data.tar.gz: 608db03af92a7946d73b03177fbd033daff3d672dfe626153f4907cf50eeaa93734257851da4d27ed807cb17bdae11d67ee2f3e1aa71118ed39cccb636e5a07f
6
+ metadata.gz: 1faca453a9fccab10713fe5070011d95bc98c48a9ef168c6e2951f6fd5ddde8a9814d1c6d8df4cdb6fb2948b1b8c5d83b5b04fefad5b77010be4415f7bdaf1d2
7
+ data.tar.gz: 52f7d2cd43b116610783ed1b0f423039257c3c514e8f22258cf218d64bf68c175e682a817482f34f7059c0f52fe579ddd46d06d426b482af82c9f8cb3f31dffe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.48.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250625
6
+
3
7
  ### v0.47.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250529
@@ -1636,7 +1636,7 @@ module Google
1636
1636
  # CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
1637
1637
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
1638
1638
  # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
1639
- # TARGETING_TYPE_KEYWORD`
1639
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
1640
1640
  # Corresponds to the JSON property `createRequests`
1641
1641
  # @return [Array<Google::Apis::DisplayvideoV2::CreateAssignedTargetingOptionsRequest>]
1642
1642
  attr_accessor :create_requests
@@ -1645,7 +1645,7 @@ module Google
1645
1645
  # DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
1646
1646
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
1647
1647
  # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
1648
- # TARGETING_TYPE_KEYWORD`
1648
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
1649
1649
  # Corresponds to the JSON property `deleteRequests`
1650
1650
  # @return [Array<Google::Apis::DisplayvideoV2::DeleteAssignedTargetingOptionsRequest>]
1651
1651
  attr_accessor :delete_requests
@@ -11697,20 +11697,17 @@ module Google
11697
11697
  # @return [Google::Apis::DisplayvideoV2::YoutubeAndPartnersBiddingStrategy]
11698
11698
  attr_accessor :bidding_strategy
11699
11699
 
11700
- # The kind of content on which the YouTube and Partners ads will be shown. *
11701
- # Warning*: Starting **June 12, 2025**, this setting will no longer be editable.
11702
- # This field will eventually be removed. [Read more about this announced change](
11703
- # /display-video/api/deprecations#features.li_yt_content_category)
11700
+ # Output only. The kind of content on which the YouTube and Partners ads will be
11701
+ # shown. *Warning*: This field will be removed in the near future. Use
11702
+ # effective_content_category instead.
11704
11703
  # Corresponds to the JSON property `contentCategory`
11705
11704
  # @return [String]
11706
11705
  attr_accessor :content_category
11707
11706
 
11708
11707
  # Output only. The content category which takes effect when serving the line
11709
11708
  # item. When content category is set in both line item and advertiser, the
11710
- # stricter one will take effect when serving the line item. *Warning*: Starting *
11711
- # *June 12, 2025**, this field will only reflect the advertiser level setting
11712
- # for new line items. [Read more about this announced change](/display-video/api/
11713
- # deprecations#features.li_yt_content_category)
11709
+ # stricter one will take effect when serving the line item. New line items will
11710
+ # only inherit the advertiser level setting.
11714
11711
  # Corresponds to the JSON property `effectiveContentCategory`
11715
11712
  # @return [String]
11716
11713
  attr_accessor :effective_content_category
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250529"
25
+ REVISION = "20250625"
26
26
  end
27
27
  end
28
28
  end
@@ -2172,7 +2172,8 @@ module Google
2172
2172
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
2173
2173
  # `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
2174
2174
  # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
2175
- # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
2175
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
2176
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
2176
2177
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
2177
2178
  # TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
2178
2179
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
@@ -2240,7 +2241,8 @@ module Google
2240
2241
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
2241
2242
  # `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
2242
2243
  # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
2243
- # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
2244
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
2245
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
2244
2246
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
2245
2247
  # TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
2246
2248
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
@@ -3317,7 +3319,8 @@ module Google
3317
3319
  # Required. Identifies the type of this assigned targeting option. Supported
3318
3320
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3319
3321
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3320
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
3322
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
3323
+ # TARGETING_TYPE_INVENTORY_MODE`
3321
3324
  # @param [Google::Apis::DisplayvideoV2::AssignedTargetingOption] assigned_targeting_option_object
3322
3325
  # @param [String] fields
3323
3326
  # Selector specifying which fields to include in a partial response.
@@ -3356,7 +3359,8 @@ module Google
3356
3359
  # Required. Identifies the type of this assigned targeting option. Supported
3357
3360
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3358
3361
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3359
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
3362
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
3363
+ # TARGETING_TYPE_INVENTORY_MODE`
3360
3364
  # @param [String] assigned_targeting_option_id
3361
3365
  # Required. The ID of the assigned targeting option to delete.
3362
3366
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.48.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
62
62
  rdoc_options: []
63
63
  require_paths: