google-apis-displayvideo_v4 0.20.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/displayvideo_v4/classes.rb +40 -3
- data/lib/google/apis/displayvideo_v4/gem_version.rb +3 -3
- data/lib/google/apis/displayvideo_v4/representations.rb +16 -0
- data/lib/google/apis/displayvideo_v4/service.rb +18 -17
- 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: f360dc4be993085ad567f12a3da88d1235735ee736b6730ce07ab8577df17971
|
|
4
|
+
data.tar.gz: 8469926de9441ec2f3a2231249497f40731d68f7a9b719cc8b8b3ad2bf73b2a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9a8dc19a92dbd2d7dd76c0ee2c138c64cd501b6c4b3c49dcfde6f7a0f84dbf3480bd1e6a6d11ee53365b83ff45fb6f1b4602b1721b430abd43a472f059ac550
|
|
7
|
+
data.tar.gz: c3ee2057dd1a9984be24c8c2a9c990c7f70e7889650063166a616a26df6111a8a7b7fd940caad3c2efb1943c1bdc2664f0c2161a7ee8c84fb439b7dfbb2d9d71
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-displayvideo_v4
|
|
2
2
|
|
|
3
|
+
### v0.22.0 (2026-06-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260617
|
|
6
|
+
|
|
7
|
+
### v0.21.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260606
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.20.0 (2026-04-26)
|
|
4
13
|
|
|
5
14
|
* 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.
|
|
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
|
|
5177
|
+
# currently rolling out. This field will be available to all partners by *June
|
|
5178
|
+
# 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,8 @@ 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
|
|
13362
|
-
#
|
|
13370
|
+
# of Demand Gen resources is currently rolling out. This field will be available
|
|
13371
|
+
# to all partners by *June 24, 2026*.
|
|
13363
13372
|
# Corresponds to the JSON property `excludeDemographicExpansion`
|
|
13364
13373
|
# @return [Boolean]
|
|
13365
13374
|
attr_accessor :exclude_demographic_expansion
|
|
@@ -14948,6 +14957,34 @@ module Google
|
|
|
14948
14957
|
end
|
|
14949
14958
|
end
|
|
14950
14959
|
|
|
14960
|
+
# Details for YouTube channel pack assigned targeting option. This will be
|
|
14961
|
+
# populated in the youtube_channel_pack_details field when targeting_type is `
|
|
14962
|
+
# TARGETING_TYPE_YOUTUBE_CHANNEL_PACK`.
|
|
14963
|
+
class YoutubeChannelPackAssignedTargetingOptionDetails
|
|
14964
|
+
include Google::Apis::Core::Hashable
|
|
14965
|
+
|
|
14966
|
+
# Required. The ID of the YouTube channel pack.
|
|
14967
|
+
# Corresponds to the JSON property `channelPackId`
|
|
14968
|
+
# @return [Fixnum]
|
|
14969
|
+
attr_accessor :channel_pack_id
|
|
14970
|
+
|
|
14971
|
+
# Optional. Indicates if this option is being negatively targeted.
|
|
14972
|
+
# Corresponds to the JSON property `negative`
|
|
14973
|
+
# @return [Boolean]
|
|
14974
|
+
attr_accessor :negative
|
|
14975
|
+
alias_method :negative?, :negative
|
|
14976
|
+
|
|
14977
|
+
def initialize(**args)
|
|
14978
|
+
update!(**args)
|
|
14979
|
+
end
|
|
14980
|
+
|
|
14981
|
+
# Update properties of this object
|
|
14982
|
+
def update!(**args)
|
|
14983
|
+
@channel_pack_id = args[:channel_pack_id] if args.key?(:channel_pack_id)
|
|
14984
|
+
@negative = args[:negative] if args.key?(:negative)
|
|
14985
|
+
end
|
|
14986
|
+
end
|
|
14987
|
+
|
|
14951
14988
|
# Data for a YouTube video ad asset.
|
|
14952
14989
|
class YoutubeVideoAsset
|
|
14953
14990
|
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.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260617"
|
|
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
|
|
@@ -589,8 +589,8 @@ module Google
|
|
|
589
589
|
end
|
|
590
590
|
|
|
591
591
|
# Creates an ad group ad. This method is only supported for Demand Gen ads.
|
|
592
|
-
# Retrieval and management of Demand Gen resources is currently
|
|
593
|
-
# method
|
|
592
|
+
# Retrieval and management of Demand Gen resources is currently rolling out.
|
|
593
|
+
# This method will be available to all partners by *June 24, 2026*.
|
|
594
594
|
# @param [Fixnum] advertiser_id
|
|
595
595
|
# Output only. The unique ID of the advertiser the ad belongs to.
|
|
596
596
|
# @param [Google::Apis::DisplayvideoV4::AdGroupAd] ad_group_ad_object
|
|
@@ -624,8 +624,8 @@ module Google
|
|
|
624
624
|
end
|
|
625
625
|
|
|
626
626
|
# Deletes an ad group ad. This method is only supported for Demand Gen ads.
|
|
627
|
-
# Retrieval and management of Demand Gen resources is currently
|
|
628
|
-
# method
|
|
627
|
+
# Retrieval and management of Demand Gen resources is currently rolling out.
|
|
628
|
+
# This method will be available to all partners by *June 24, 2026*.
|
|
629
629
|
# @param [Fixnum] advertiser_id
|
|
630
630
|
# Required. The ID of the advertiser the ad belongs to.
|
|
631
631
|
# @param [Fixnum] ad_group_ad_id
|
|
@@ -753,8 +753,8 @@ module Google
|
|
|
753
753
|
end
|
|
754
754
|
|
|
755
755
|
# Updates an ad group ad. This method is only supported for Demand Gen ads.
|
|
756
|
-
# Retrieval and management of Demand Gen resources is currently
|
|
757
|
-
# method
|
|
756
|
+
# Retrieval and management of Demand Gen resources is currently rolling out.
|
|
757
|
+
# This method will be available to all partners by *June 24, 2026*.
|
|
758
758
|
# @param [Fixnum] advertiser_id
|
|
759
759
|
# Output only. The unique ID of the advertiser the ad belongs to.
|
|
760
760
|
# @param [Fixnum] ad_group_ad_id
|
|
@@ -800,8 +800,8 @@ module Google
|
|
|
800
800
|
# group, and then create the assigned targeting options provided in
|
|
801
801
|
# BulkEditAdGroupAssignedTargetingOptionsRequest.create_requests. This method is
|
|
802
802
|
# only supported for Demand Gen ad groups. Retrieval and management of Demand
|
|
803
|
-
# Gen resources is currently
|
|
804
|
-
#
|
|
803
|
+
# Gen resources is currently rolling out. This method will be available to all
|
|
804
|
+
# partners by *June 24, 2026*.
|
|
805
805
|
# @param [Fixnum] advertiser_id
|
|
806
806
|
# Required. The ID of the advertiser the ad groups belong to.
|
|
807
807
|
# @param [Google::Apis::DisplayvideoV4::BulkEditAdGroupAssignedTargetingOptionsRequest] bulk_edit_ad_group_assigned_targeting_options_request_object
|
|
@@ -900,8 +900,8 @@ module Google
|
|
|
900
900
|
|
|
901
901
|
# Creates a new ad group. Returns the newly created ad group if successful. This
|
|
902
902
|
# method is only supported for Demand Gen ad groups. Retrieval and management of
|
|
903
|
-
# Demand Gen resources is currently
|
|
904
|
-
#
|
|
903
|
+
# Demand Gen resources is currently rolling out. This method will be available
|
|
904
|
+
# to all partners by *June 24, 2026*.
|
|
905
905
|
# @param [Fixnum] advertiser_id
|
|
906
906
|
# Output only. The unique ID of the advertiser the ad group belongs to.
|
|
907
907
|
# @param [Google::Apis::DisplayvideoV4::AdGroup] ad_group_object
|
|
@@ -936,8 +936,8 @@ module Google
|
|
|
936
936
|
|
|
937
937
|
# Deletes a AdGroup. Returns error code `NOT_FOUND` if the ad group does not
|
|
938
938
|
# exist. This method is only supported for Demand Gen ad groups. Retrieval and
|
|
939
|
-
# management of Demand Gen resources is currently
|
|
940
|
-
# available to
|
|
939
|
+
# management of Demand Gen resources is currently rolling out. This method will
|
|
940
|
+
# be available to all partners by *June 24, 2026*.
|
|
941
941
|
# @param [Fixnum] advertiser_id
|
|
942
942
|
# Required. The ID of the advertiser this ad group belongs to.
|
|
943
943
|
# @param [Fixnum] ad_group_id
|
|
@@ -1067,8 +1067,8 @@ module Google
|
|
|
1067
1067
|
|
|
1068
1068
|
# Updates an existing ad group. Returns the updated ad group if successful. This
|
|
1069
1069
|
# method is only supported for Demand Gen ad groups. Retrieval and management of
|
|
1070
|
-
# Demand Gen resources is currently
|
|
1071
|
-
#
|
|
1070
|
+
# Demand Gen resources is currently rolling out. This method will be available
|
|
1071
|
+
# to all partners by *June 24, 2026*.
|
|
1072
1072
|
# @param [Fixnum] advertiser_id
|
|
1073
1073
|
# Output only. The unique ID of the advertiser the ad group belongs to.
|
|
1074
1074
|
# @param [Fixnum] ad_group_id
|
|
@@ -1109,8 +1109,8 @@ module Google
|
|
|
1109
1109
|
|
|
1110
1110
|
# Assigns a targeting option to an ad group. Returns the assigned targeting
|
|
1111
1111
|
# option if successful. This method is only supported for Demand Gen ad groups.
|
|
1112
|
-
# Retrieval and management of Demand Gen resources is currently
|
|
1113
|
-
# method
|
|
1112
|
+
# Retrieval and management of Demand Gen resources is currently rolling out.
|
|
1113
|
+
# This method will be available to all partners by *June 24, 2026*.
|
|
1114
1114
|
# @param [Fixnum] advertiser_id
|
|
1115
1115
|
# Required. The ID of the advertiser the ad group belongs to.
|
|
1116
1116
|
# @param [Fixnum] ad_group_id
|
|
@@ -1159,7 +1159,8 @@ module Google
|
|
|
1159
1159
|
# Deletes an assigned targeting option from an ad group. This method is only
|
|
1160
1160
|
# supported for Demand Gen ad groups with the AdGroupFormat `
|
|
1161
1161
|
# AD_GROUP_FORMAT_DEMAND_GEN`. Retrieval and management of Demand Gen resources
|
|
1162
|
-
# is currently
|
|
1162
|
+
# is currently rolling out. This method will be available to all partners by *
|
|
1163
|
+
# June 24, 2026*.
|
|
1163
1164
|
# @param [Fixnum] advertiser_id
|
|
1164
1165
|
# Required. The ID of the advertiser the ad group belongs to.
|
|
1165
1166
|
# @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.
|
|
4
|
+
version: 0.22.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.22.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.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|