google-apis-displayvideo_v3 0.28.0 → 0.29.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: c471ee7a1118fe15192e36940f92b3e2853673e4526626adf17c8af87cdb64e6
4
- data.tar.gz: 728cff6972e0b1e9d68093090f8ea8636379d632ada7296c6c9e0f21796dbdae
3
+ metadata.gz: e38c86a4fff57b511b5739bf2ce20a231b1cb9f437e4eb2f1e046da6f7876cf0
4
+ data.tar.gz: 9c318c0a9ea22bcafd077654d4c1a0c95fa8a96ba73bb66245ddc8e8cf8c5ba6
5
5
  SHA512:
6
- metadata.gz: fa94042b11ee35b28937abd43c8c9dc702fd635bd5d6c4fc09d4ce3e769d192ff0f0a9569fd605d0c3f4e6ef221039cfee881cef63baa075e4f7ee7971651795
7
- data.tar.gz: 8af0180955347aff36453e1e00c41f20576ffb06144d75531cdcfc16c04cacb9081a71c83ec01654706df2c74203a113892262c7cd79af5b87d8307a7935b3b4
6
+ metadata.gz: eb1d406f012117060ae4eb9f94fa32f12ee37d227e0491272ba15d1205efd2fd95d3285a612744115cbf1daa3a91b2990a17974ec0d0640587ab733b7fb6387a
7
+ data.tar.gz: 90b9f4ffdd4092367c0ba9b7ff2cf5f16d8d9b2a2f715de531f8f7493f52509cc986c6837f5a011736588a97582ed5f8b8fee10cbadc04b6a60175451bdb2d68
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.29.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250529
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.28.0 (2025-05-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20250501
@@ -12991,14 +12991,20 @@ module Google
12991
12991
  class YoutubeAndPartnersSettings
12992
12992
  include Google::Apis::Core::Hashable
12993
12993
 
12994
- # The kind of content on which the YouTube and Partners ads will be shown.
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)
12995
12998
  # Corresponds to the JSON property `contentCategory`
12996
12999
  # @return [String]
12997
13000
  attr_accessor :content_category
12998
13001
 
12999
13002
  # Output only. The content category which takes effect when serving the line
13000
13003
  # item. When content category is set in both line item and advertiser, the
13001
- # stricter one will take effect when serving the line item.
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)
13002
13008
  # Corresponds to the JSON property `effectiveContentCategory`
13003
13009
  # @return [String]
13004
13010
  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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250501"
25
+ REVISION = "20250529"
26
26
  end
27
27
  end
28
28
  end
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.28.0
4
+ version: 0.29.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.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.29.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Display & Video 360 API V3
79
79
  test_files: []