google-apis-displayvideo_v3 0.30.0 → 0.32.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: ec1bd61fa5e73fb6bcfa7279134fdab62fa1972dd7f6210b168ed65b562defd2
4
- data.tar.gz: fc27e6a5575ab381f0e45489c5ebe099cd2b770fced286a2f92e82d8c892e62c
3
+ metadata.gz: 6462ef34c1c6e64b5c95b722ed72b7b0de0c4e4631c489b5fc417bedfee4e70a
4
+ data.tar.gz: 9a204776142cc9d2d87db3b5fb9658dc7b396e4e4840d8ba1c1d14db2aec6a39
5
5
  SHA512:
6
- metadata.gz: 55e6a9d4d1ba8bb2b8895d36945c46e3ef047733030bc6c0c1a396cd9b86a617bad0a01c5840bedea6665d9543b0a0d9fc0031c706a0bda26befdd20ccab5a05
7
- data.tar.gz: de70e2e42d8d0dfc4e59a59e20898edd27dcc886fcc22fbd4dae8796e57fb7b5233c9f7746977a6ded3aea1f162b2f6319d7d4b1333ec2dd2efd3143c7f761ae
6
+ metadata.gz: daf108018c168267381f3938e6d9f884f1d4cab00eab9b22bcf1c5ae6a3c7c58bb9cc72c9e8ef921e44698bb64928b58647171b5e7ca6fec27526f8b02ba2ffe
7
+ data.tar.gz: ec0dd089cc540c22a0baa8d9adb97b7e62398aeee912919d1590bf4425852b7f3cf073aace8687b0caa6651dc4d084e6d4527a78f30e79d996efb09813c6e6a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.32.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250812
6
+
7
+ ### v0.31.0 (2025-07-13)
8
+
9
+ * Regenerated from discovery document revision 20250709
10
+
3
11
  ### v0.30.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250625
@@ -2951,7 +2951,8 @@ module Google
2951
2951
  attr_accessor :target_line_item
2952
2952
 
2953
2953
  # Required. A field mask identifying which fields to update. Only the following
2954
- # fields are currently supported: * entityStatus
2954
+ # fields are currently supported: * entityStatus *
2955
+ # containsEuPoliticalAdvertising
2955
2956
  # Corresponds to the JSON property `updateMask`
2956
2957
  # @return [String]
2957
2958
  attr_accessor :update_mask
@@ -12630,6 +12631,40 @@ module Google
12630
12631
  end
12631
12632
  end
12632
12633
 
12634
+ # The video ad inventory control used in certain YouTube line item types.
12635
+ class VideoAdInventoryControl
12636
+ include Google::Apis::Core::Hashable
12637
+
12638
+ # Optional. Whether ads can serve as in-feed format.
12639
+ # Corresponds to the JSON property `allowInFeed`
12640
+ # @return [Boolean]
12641
+ attr_accessor :allow_in_feed
12642
+ alias_method :allow_in_feed?, :allow_in_feed
12643
+
12644
+ # Optional. Whether ads can serve as in-stream format.
12645
+ # Corresponds to the JSON property `allowInStream`
12646
+ # @return [Boolean]
12647
+ attr_accessor :allow_in_stream
12648
+ alias_method :allow_in_stream?, :allow_in_stream
12649
+
12650
+ # Optional. Whether ads can serve as shorts format.
12651
+ # Corresponds to the JSON property `allowShorts`
12652
+ # @return [Boolean]
12653
+ attr_accessor :allow_shorts
12654
+ alias_method :allow_shorts?, :allow_shorts
12655
+
12656
+ def initialize(**args)
12657
+ update!(**args)
12658
+ end
12659
+
12660
+ # Update properties of this object
12661
+ def update!(**args)
12662
+ @allow_in_feed = args[:allow_in_feed] if args.key?(:allow_in_feed)
12663
+ @allow_in_stream = args[:allow_in_stream] if args.key?(:allow_in_stream)
12664
+ @allow_shorts = args[:allow_shorts] if args.key?(:allow_shorts)
12665
+ end
12666
+ end
12667
+
12633
12668
  # Settings related to VideoAdSequence.
12634
12669
  class VideoAdSequenceSettings
12635
12670
  include Google::Apis::Core::Hashable
@@ -13048,6 +13083,11 @@ module Google
13048
13083
  # @return [Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs]
13049
13084
  attr_accessor :third_party_measurement_configs
13050
13085
 
13086
+ # The video ad inventory control used in certain YouTube line item types.
13087
+ # Corresponds to the JSON property `videoAdInventoryControl`
13088
+ # @return [Google::Apis::DisplayvideoV3::VideoAdInventoryControl]
13089
+ attr_accessor :video_ad_inventory_control
13090
+
13051
13091
  # Settings related to VideoAdSequence.
13052
13092
  # Corresponds to the JSON property `videoAdSequenceSettings`
13053
13093
  # @return [Google::Apis::DisplayvideoV3::VideoAdSequenceSettings]
@@ -13073,6 +13113,7 @@ module Google
13073
13113
  @related_video_ids = args[:related_video_ids] if args.key?(:related_video_ids)
13074
13114
  @target_frequency = args[:target_frequency] if args.key?(:target_frequency)
13075
13115
  @third_party_measurement_configs = args[:third_party_measurement_configs] if args.key?(:third_party_measurement_configs)
13116
+ @video_ad_inventory_control = args[:video_ad_inventory_control] if args.key?(:video_ad_inventory_control)
13076
13117
  @video_ad_sequence_settings = args[:video_ad_sequence_settings] if args.key?(:video_ad_sequence_settings)
13077
13118
  @view_frequency_cap = args[:view_frequency_cap] if args.key?(:view_frequency_cap)
13078
13119
  end
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20250625"
25
+ REVISION = "20250812"
26
26
  end
27
27
  end
28
28
  end
@@ -1978,6 +1978,12 @@ module Google
1978
1978
  include Google::Apis::Core::JsonObjectSupport
1979
1979
  end
1980
1980
 
1981
+ class VideoAdInventoryControl
1982
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1983
+
1984
+ include Google::Apis::Core::JsonObjectSupport
1985
+ end
1986
+
1981
1987
  class VideoAdSequenceSettings
1982
1988
  class Representation < Google::Apis::Core::JsonRepresentation; end
1983
1989
 
@@ -5477,6 +5483,15 @@ module Google
5477
5483
  end
5478
5484
  end
5479
5485
 
5486
+ class VideoAdInventoryControl
5487
+ # @private
5488
+ class Representation < Google::Apis::Core::JsonRepresentation
5489
+ property :allow_in_feed, as: 'allowInFeed'
5490
+ property :allow_in_stream, as: 'allowInStream'
5491
+ property :allow_shorts, as: 'allowShorts'
5492
+ end
5493
+ end
5494
+
5480
5495
  class VideoAdSequenceSettings
5481
5496
  # @private
5482
5497
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5589,6 +5604,8 @@ module Google
5589
5604
 
5590
5605
  property :third_party_measurement_configs, as: 'thirdPartyMeasurementConfigs', class: Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs, decorator: Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs::Representation
5591
5606
 
5607
+ property :video_ad_inventory_control, as: 'videoAdInventoryControl', class: Google::Apis::DisplayvideoV3::VideoAdInventoryControl, decorator: Google::Apis::DisplayvideoV3::VideoAdInventoryControl::Representation
5608
+
5592
5609
  property :video_ad_sequence_settings, as: 'videoAdSequenceSettings', class: Google::Apis::DisplayvideoV3::VideoAdSequenceSettings, decorator: Google::Apis::DisplayvideoV3::VideoAdSequenceSettings::Representation
5593
5610
 
5594
5611
  property :view_frequency_cap, as: 'viewFrequencyCap', class: Google::Apis::DisplayvideoV3::FrequencyCap, decorator: Google::Apis::DisplayvideoV3::FrequencyCap::Representation
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.30.0
4
+ version: 0.32.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.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.32.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: