google-apis-displayvideo_v4 0.20.0 → 0.21.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: a7c158e84472d746894f139a7fbd662d59ee752d1219544680951881126b1b6c
4
- data.tar.gz: dde03b5245f5a1d425e74cd56c83fc1bd8b8c1f71dfc443b019e37c03443f010
3
+ metadata.gz: 844e2678a7272ac0681361a161e07738c3e371a71c15b1cfe964a13b290ab6f0
4
+ data.tar.gz: 5f09ab38b52d0a9be565582131cc92d084d50b2776a4cf03cb9e79dcf5592b8c
5
5
  SHA512:
6
- metadata.gz: fe620fd8991cd9ef18f5728d0e9067f634108a81bff96f97094963e3393b79f7004448365af5c044b7229fa2b70e5203057f9313a006a852c16aff918a91233c
7
- data.tar.gz: ded647652cb952c8cd22ccd68998e8c4c4c3928730966d244f41f60567532bb84c859cbdcf2cbb714b4a9dba1eece394c1a181abfa3ecfebf5634456e32b32d7
6
+ metadata.gz: 2aaed0839c4072edbe82911df4d4dcf9f22a4ee2b5e3a2a7c4369f32dfea9ed892ee5c176b1ee21e9da767231b0658600b01400f05ec7ac3ed9d321bb0493035
7
+ data.tar.gz: 4c930bcf10651042e87c7f08d57cb728832f1d7c14a80314f218e9b59ddc929a58c3032175c64b561907956ddc99dce41852fa7c4845ce9f4a262037ec70064c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.21.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260606
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.20.0 (2026-04-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20260421
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/display-video/) may pr
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -2558,6 +2558,13 @@ module Google
2558
2558
  # @return [Google::Apis::DisplayvideoV4::YoutubeChannelAssignedTargetingOptionDetails]
2559
2559
  attr_accessor :youtube_channel_details
2560
2560
 
2561
+ # Details for YouTube channel pack assigned targeting option. This will be
2562
+ # populated in the youtube_channel_pack_details field when targeting_type is `
2563
+ # TARGETING_TYPE_YOUTUBE_CHANNEL_PACK`.
2564
+ # Corresponds to the JSON property `youtubeChannelPackDetails`
2565
+ # @return [Google::Apis::DisplayvideoV4::YoutubeChannelPackAssignedTargetingOptionDetails]
2566
+ attr_accessor :youtube_channel_pack_details
2567
+
2561
2568
  # Details for YouTube video assigned targeting option. This will be populated in
2562
2569
  # the youtube_video_details field when targeting_type is `
2563
2570
  # TARGETING_TYPE_YOUTUBE_VIDEO`.
@@ -2624,6 +2631,7 @@ module Google
2624
2631
  @video_player_size_details = args[:video_player_size_details] if args.key?(:video_player_size_details)
2625
2632
  @viewability_details = args[:viewability_details] if args.key?(:viewability_details)
2626
2633
  @youtube_channel_details = args[:youtube_channel_details] if args.key?(:youtube_channel_details)
2634
+ @youtube_channel_pack_details = args[:youtube_channel_pack_details] if args.key?(:youtube_channel_pack_details)
2627
2635
  @youtube_video_details = args[:youtube_video_details] if args.key?(:youtube_video_details)
2628
2636
  end
2629
2637
  end
@@ -5166,7 +5174,8 @@ module Google
5166
5174
  # model can be set by you for a floodlight config or group. More details [here](
5167
5175
  # https://support.google.com/displayvideo/answer/7409983). Only applicable to
5168
5176
  # Demand Gen line items. Retrieval and management of Demand Gen resources is
5169
- # currently in beta. This field is only available to allowlisted users.
5177
+ # currently in beta. This field will begin rolling out to all partners on *June
5178
+ # 10, 2026* and be available to all partners on *June 24, 2026*.
5170
5179
  # Corresponds to the JSON property `primaryAttributionModelId`
5171
5180
  # @return [Fixnum]
5172
5181
  attr_accessor :primary_attribution_model_id
@@ -13358,8 +13367,9 @@ module Google
13358
13367
 
13359
13368
  # Optional. Whether to exclude demographic expansion for Optimized Targeting.
13360
13369
  # This field can only be set for Demand Gen ad groups. Retrieval and management
13361
- # of Demand Gen resources is currently in beta. This field is only available to
13362
- # allowlisted users.
13370
+ # of Demand Gen resources is currently in beta. This field will begin rolling
13371
+ # out to all partners on *June 10, 2026* and be available to all partners on *
13372
+ # June 24, 2026*.
13363
13373
  # Corresponds to the JSON property `excludeDemographicExpansion`
13364
13374
  # @return [Boolean]
13365
13375
  attr_accessor :exclude_demographic_expansion
@@ -14948,6 +14958,34 @@ module Google
14948
14958
  end
14949
14959
  end
14950
14960
 
14961
+ # Details for YouTube channel pack assigned targeting option. This will be
14962
+ # populated in the youtube_channel_pack_details field when targeting_type is `
14963
+ # TARGETING_TYPE_YOUTUBE_CHANNEL_PACK`.
14964
+ class YoutubeChannelPackAssignedTargetingOptionDetails
14965
+ include Google::Apis::Core::Hashable
14966
+
14967
+ # Required. The ID of the YouTube channel pack.
14968
+ # Corresponds to the JSON property `channelPackId`
14969
+ # @return [Fixnum]
14970
+ attr_accessor :channel_pack_id
14971
+
14972
+ # Optional. Indicates if this option is being negatively targeted.
14973
+ # Corresponds to the JSON property `negative`
14974
+ # @return [Boolean]
14975
+ attr_accessor :negative
14976
+ alias_method :negative?, :negative
14977
+
14978
+ def initialize(**args)
14979
+ update!(**args)
14980
+ end
14981
+
14982
+ # Update properties of this object
14983
+ def update!(**args)
14984
+ @channel_pack_id = args[:channel_pack_id] if args.key?(:channel_pack_id)
14985
+ @negative = args[:negative] if args.key?(:negative)
14986
+ end
14987
+ end
14988
+
14951
14989
  # Data for a YouTube video ad asset.
14952
14990
  class YoutubeVideoAsset
14953
14991
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV4
18
18
  # Version of the google-apis-displayvideo_v4 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260421"
25
+ REVISION = "20260606"
26
26
  end
27
27
  end
28
28
  end
@@ -2320,6 +2320,12 @@ module Google
2320
2320
  include Google::Apis::Core::JsonObjectSupport
2321
2321
  end
2322
2322
 
2323
+ class YoutubeChannelPackAssignedTargetingOptionDetails
2324
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2325
+
2326
+ include Google::Apis::Core::JsonObjectSupport
2327
+ end
2328
+
2323
2329
  class YoutubeVideoAsset
2324
2330
  class Representation < Google::Apis::Core::JsonRepresentation; end
2325
2331
 
@@ -3058,6 +3064,8 @@ module Google
3058
3064
 
3059
3065
  property :youtube_channel_details, as: 'youtubeChannelDetails', class: Google::Apis::DisplayvideoV4::YoutubeChannelAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::YoutubeChannelAssignedTargetingOptionDetails::Representation
3060
3066
 
3067
+ property :youtube_channel_pack_details, as: 'youtubeChannelPackDetails', class: Google::Apis::DisplayvideoV4::YoutubeChannelPackAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::YoutubeChannelPackAssignedTargetingOptionDetails::Representation
3068
+
3061
3069
  property :youtube_video_details, as: 'youtubeVideoDetails', class: Google::Apis::DisplayvideoV4::YoutubeVideoAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::YoutubeVideoAssignedTargetingOptionDetails::Representation
3062
3070
 
3063
3071
  end
@@ -6398,6 +6406,14 @@ module Google
6398
6406
  end
6399
6407
  end
6400
6408
 
6409
+ class YoutubeChannelPackAssignedTargetingOptionDetails
6410
+ # @private
6411
+ class Representation < Google::Apis::Core::JsonRepresentation
6412
+ property :channel_pack_id, :numeric_string => true, as: 'channelPackId'
6413
+ property :negative, as: 'negative'
6414
+ end
6415
+ end
6416
+
6401
6417
  class YoutubeVideoAsset
6402
6418
  # @private
6403
6419
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -590,7 +590,8 @@ module Google
590
590
 
591
591
  # Creates an ad group ad. This method is only supported for Demand Gen ads.
592
592
  # Retrieval and management of Demand Gen resources is currently in beta. This
593
- # method is only available to allowlisted users.
593
+ # method will begin rolling out to all partners on *June 10, 2026* and be
594
+ # available to all partners on *June 24, 2026*.
594
595
  # @param [Fixnum] advertiser_id
595
596
  # Output only. The unique ID of the advertiser the ad belongs to.
596
597
  # @param [Google::Apis::DisplayvideoV4::AdGroupAd] ad_group_ad_object
@@ -625,7 +626,8 @@ module Google
625
626
 
626
627
  # Deletes an ad group ad. This method is only supported for Demand Gen ads.
627
628
  # Retrieval and management of Demand Gen resources is currently in beta. This
628
- # method is only available to allowlisted users.
629
+ # method will begin rolling out to all partners on *June 10, 2026* and be
630
+ # available to all partners on *June 24, 2026*.
629
631
  # @param [Fixnum] advertiser_id
630
632
  # Required. The ID of the advertiser the ad belongs to.
631
633
  # @param [Fixnum] ad_group_ad_id
@@ -754,7 +756,8 @@ module Google
754
756
 
755
757
  # Updates an ad group ad. This method is only supported for Demand Gen ads.
756
758
  # Retrieval and management of Demand Gen resources is currently in beta. This
757
- # method is only available to allowlisted users.
759
+ # method will begin rolling out to all partners on *June 10, 2026* and be
760
+ # available to all partners on *June 24, 2026*.
758
761
  # @param [Fixnum] advertiser_id
759
762
  # Output only. The unique ID of the advertiser the ad belongs to.
760
763
  # @param [Fixnum] ad_group_ad_id
@@ -800,8 +803,9 @@ module Google
800
803
  # group, and then create the assigned targeting options provided in
801
804
  # BulkEditAdGroupAssignedTargetingOptionsRequest.create_requests. This method is
802
805
  # only supported for Demand Gen ad groups. Retrieval and management of Demand
803
- # Gen resources is currently in beta. This method is only available to
804
- # allowlisted users.
806
+ # Gen resources is currently in beta. This method will begin rolling out to all
807
+ # partners on *June 10, 2026* and be available to all partners on *June 24, 2026*
808
+ # .
805
809
  # @param [Fixnum] advertiser_id
806
810
  # Required. The ID of the advertiser the ad groups belong to.
807
811
  # @param [Google::Apis::DisplayvideoV4::BulkEditAdGroupAssignedTargetingOptionsRequest] bulk_edit_ad_group_assigned_targeting_options_request_object
@@ -900,8 +904,9 @@ module Google
900
904
 
901
905
  # Creates a new ad group. Returns the newly created ad group if successful. This
902
906
  # method is only supported for Demand Gen ad groups. Retrieval and management of
903
- # Demand Gen resources is currently in beta. This method is only available to
904
- # allowlisted users.
907
+ # Demand Gen resources is currently in beta. This method will begin rolling out
908
+ # to all partners on *June 10, 2026* and be available to all partners on *June
909
+ # 24, 2026*.
905
910
  # @param [Fixnum] advertiser_id
906
911
  # Output only. The unique ID of the advertiser the ad group belongs to.
907
912
  # @param [Google::Apis::DisplayvideoV4::AdGroup] ad_group_object
@@ -936,8 +941,9 @@ module Google
936
941
 
937
942
  # Deletes a AdGroup. Returns error code `NOT_FOUND` if the ad group does not
938
943
  # exist. This method is only supported for Demand Gen ad groups. Retrieval and
939
- # management of Demand Gen resources is currently in beta. This method is only
940
- # available to allowlisted users.
944
+ # management of Demand Gen resources is currently in beta. This method will
945
+ # begin rolling out to all partners on *June 10, 2026* and be available to all
946
+ # partners on *June 24, 2026*.
941
947
  # @param [Fixnum] advertiser_id
942
948
  # Required. The ID of the advertiser this ad group belongs to.
943
949
  # @param [Fixnum] ad_group_id
@@ -1067,8 +1073,9 @@ module Google
1067
1073
 
1068
1074
  # Updates an existing ad group. Returns the updated ad group if successful. This
1069
1075
  # method is only supported for Demand Gen ad groups. Retrieval and management of
1070
- # Demand Gen resources is currently in beta. This method is only available to
1071
- # allowlisted users.
1076
+ # Demand Gen resources is currently in beta. This method will begin rolling out
1077
+ # to all partners on *June 10, 2026* and be available to all partners on *June
1078
+ # 24, 2026*.
1072
1079
  # @param [Fixnum] advertiser_id
1073
1080
  # Output only. The unique ID of the advertiser the ad group belongs to.
1074
1081
  # @param [Fixnum] ad_group_id
@@ -1110,7 +1117,8 @@ module Google
1110
1117
  # Assigns a targeting option to an ad group. Returns the assigned targeting
1111
1118
  # option if successful. This method is only supported for Demand Gen ad groups.
1112
1119
  # Retrieval and management of Demand Gen resources is currently in beta. This
1113
- # method is only available to allowlisted users.
1120
+ # method will begin rolling out to all partners on *June 10, 2026* and be
1121
+ # available to all partners on *June 24, 2026*.
1114
1122
  # @param [Fixnum] advertiser_id
1115
1123
  # Required. The ID of the advertiser the ad group belongs to.
1116
1124
  # @param [Fixnum] ad_group_id
@@ -1159,7 +1167,8 @@ module Google
1159
1167
  # Deletes an assigned targeting option from an ad group. This method is only
1160
1168
  # supported for Demand Gen ad groups with the AdGroupFormat `
1161
1169
  # AD_GROUP_FORMAT_DEMAND_GEN`. Retrieval and management of Demand Gen resources
1162
- # is currently in beta. This method is only available to allowlisted users.
1170
+ # is currently in beta. This method will begin rolling out to all partners on *
1171
+ # June 10, 2026* and be available to all partners on *June 24, 2026*.
1163
1172
  # @param [Fixnum] advertiser_id
1164
1173
  # Required. The ID of the advertiser the ad group belongs to.
1165
1174
  # @param [Fixnum] ad_group_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.21.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="