google-apis-displayvideo_v3 0.29.0 → 0.30.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: e38c86a4fff57b511b5739bf2ce20a231b1cb9f437e4eb2f1e046da6f7876cf0
4
- data.tar.gz: 9c318c0a9ea22bcafd077654d4c1a0c95fa8a96ba73bb66245ddc8e8cf8c5ba6
3
+ metadata.gz: ec1bd61fa5e73fb6bcfa7279134fdab62fa1972dd7f6210b168ed65b562defd2
4
+ data.tar.gz: fc27e6a5575ab381f0e45489c5ebe099cd2b770fced286a2f92e82d8c892e62c
5
5
  SHA512:
6
- metadata.gz: eb1d406f012117060ae4eb9f94fa32f12ee37d227e0491272ba15d1205efd2fd95d3285a612744115cbf1daa3a91b2990a17974ec0d0640587ab733b7fb6387a
7
- data.tar.gz: 90b9f4ffdd4092367c0ba9b7ff2cf5f16d8d9b2a2f715de531f8f7493f52509cc986c6837f5a011736588a97582ed5f8b8fee10cbadc04b6a60175451bdb2d68
6
+ metadata.gz: 55e6a9d4d1ba8bb2b8895d36945c46e3ef047733030bc6c0c1a396cd9b86a617bad0a01c5840bedea6665d9543b0a0d9fc0031c706a0bda26befdd20ccab5a05
7
+ data.tar.gz: de70e2e42d8d0dfc4e59a59e20898edd27dcc886fcc22fbd4dae8796e57fb7b5233c9f7746977a6ded3aea1f162b2f6319d7d4b1333ec2dd2efd3143c7f761ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.30.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250625
6
+
3
7
  ### v0.29.0 (2025-06-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20250529
@@ -2322,7 +2322,7 @@ module Google
2322
2322
  # CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
2323
2323
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
2324
2324
  # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
2325
- # TARGETING_TYPE_KEYWORD`
2325
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
2326
2326
  # Corresponds to the JSON property `createRequests`
2327
2327
  # @return [Array<Google::Apis::DisplayvideoV3::CreateAssignedTargetingOptionsRequest>]
2328
2328
  attr_accessor :create_requests
@@ -2331,7 +2331,7 @@ module Google
2331
2331
  # DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
2332
2332
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
2333
2333
  # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
2334
- # TARGETING_TYPE_KEYWORD`
2334
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
2335
2335
  # Corresponds to the JSON property `deleteRequests`
2336
2336
  # @return [Array<Google::Apis::DisplayvideoV3::DeleteAssignedTargetingOptionsRequest>]
2337
2337
  attr_accessor :delete_requests
@@ -12163,21 +12163,28 @@ module Google
12163
12163
 
12164
12164
  # Optional. The third-party vendors measuring brand lift. The following third-
12165
12165
  # party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
12166
- # THIRD_PARTY_VENDOR_KANTAR`
12166
+ # THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_KANTAR_MILLWARD_BROWN` * `
12167
+ # THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `THIRD_PARTY_VENDOR_INTAGE` * `
12168
+ # THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL`
12167
12169
  # Corresponds to the JSON property `brandLiftVendorConfigs`
12168
12170
  # @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
12169
12171
  attr_accessor :brand_lift_vendor_configs
12170
12172
 
12171
12173
  # Optional. The third-party vendors measuring brand safety. The following third-
12172
12174
  # party vendors are applicable: * `THIRD_PARTY_VENDOR_ZERF` * `
12173
- # THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
12175
+ # THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` *
12176
+ # `THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `THIRD_PARTY_VENDOR_ZEFR`
12174
12177
  # Corresponds to the JSON property `brandSafetyVendorConfigs`
12175
12178
  # @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
12176
12179
  attr_accessor :brand_safety_vendor_configs
12177
12180
 
12178
12181
  # Optional. The third-party vendors measuring reach. The following third-party
12179
12182
  # vendors are applicable: * `THIRD_PARTY_VENDOR_NIELSEN` * `
12180
- # THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_KANTAR`
12183
+ # THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_KANTAR` * `
12184
+ # THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `
12185
+ # THIRD_PARTY_VENDOR_KANTAR_MILLWARD_BROWN` * `THIRD_PARTY_VENDOR_VIDEO_RESEARCH`
12186
+ # * `THIRD_PARTY_VENDOR_MEDIA_SCOPE` * `THIRD_PARTY_VENDOR_AUDIENCE_PROJECT` * `
12187
+ # THIRD_PARTY_VENDOR_VIDEO_AMP` * `THIRD_PARTY_VENDOR_ISPOT_TV`
12181
12188
  # Corresponds to the JSON property `reachVendorConfigs`
12182
12189
  # @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
12183
12190
  attr_accessor :reach_vendor_configs
@@ -12186,7 +12193,7 @@ module Google
12186
12193
  # party vendors are applicable: * `THIRD_PARTY_VENDOR_MOAT` * `
12187
12194
  # THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` *
12188
12195
  # `THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_TELEMETRY` * `
12189
- # THIRD_PARTY_VENDOR_MEETRICS`
12196
+ # THIRD_PARTY_VENDOR_MEETRICS` * `THIRD_PARTY_VENDOR_GOOGLE_INTERNAL`
12190
12197
  # Corresponds to the JSON property `viewabilityVendorConfigs`
12191
12198
  # @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
12192
12199
  attr_accessor :viewability_vendor_configs
@@ -12991,20 +12998,17 @@ module Google
12991
12998
  class YoutubeAndPartnersSettings
12992
12999
  include Google::Apis::Core::Hashable
12993
13000
 
12994
- # The kind of content on which the YouTube and Partners ads will be shown. *
12995
- # Warning*: Starting **June 12, 2025**, this setting will no longer be editable.
12996
- # This field will eventually be removed. [Read more about this announced change](
12997
- # /display-video/api/deprecations#features.li_yt_content_category)
13001
+ # Output only. The kind of content on which the YouTube and Partners ads will be
13002
+ # shown. *Warning*: This field will be removed in the near future. Use
13003
+ # effective_content_category instead.
12998
13004
  # Corresponds to the JSON property `contentCategory`
12999
13005
  # @return [String]
13000
13006
  attr_accessor :content_category
13001
13007
 
13002
13008
  # Output only. The content category which takes effect when serving the line
13003
13009
  # item. When content category is set in both line item and advertiser, the
13004
- # stricter one will take effect when serving the line item. *Warning*: Starting *
13005
- # *June 12, 2025**, this field will only reflect the advertiser level setting
13006
- # for new line items. [Read more about this announced change](/display-video/api/
13007
- # deprecations#features.li_yt_content_category)
13010
+ # stricter one will take effect when serving the line item. New line items will
13011
+ # only inherit the advertiser level setting.
13008
13012
  # Corresponds to the JSON property `effectiveContentCategory`
13009
13013
  # @return [String]
13010
13014
  attr_accessor :effective_content_category
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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
@@ -3079,7 +3079,8 @@ module Google
3079
3079
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
3080
3080
  # `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
3081
3081
  # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
3082
- # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3082
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
3083
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3083
3084
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
3084
3085
  # TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
3085
3086
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
@@ -3147,7 +3148,8 @@ module Google
3147
3148
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
3148
3149
  # `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
3149
3150
  # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
3150
- # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3151
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
3152
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3151
3153
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
3152
3154
  # TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
3153
3155
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
@@ -3964,7 +3966,8 @@ module Google
3964
3966
  # Required. Identifies the type of this assigned targeting option. Supported
3965
3967
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3966
3968
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3967
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
3969
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
3970
+ # TARGETING_TYPE_INVENTORY_MODE`
3968
3971
  # @param [Google::Apis::DisplayvideoV3::AssignedTargetingOption] assigned_targeting_option_object
3969
3972
  # @param [String] fields
3970
3973
  # Selector specifying which fields to include in a partial response.
@@ -4003,7 +4006,8 @@ module Google
4003
4006
  # Required. Identifies the type of this assigned targeting option. Supported
4004
4007
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
4005
4008
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
4006
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
4009
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
4010
+ # TARGETING_TYPE_INVENTORY_MODE`
4007
4011
  # @param [String] assigned_targeting_option_id
4008
4012
  # Required. The ID of the assigned targeting option to delete.
4009
4013
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.30.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
62
62
  rdoc_options: []
63
63
  require_paths: